FreshPorts -- The Place For Ports notbug Wed, 8 Feb 2012 4:41 PM GMT
Port details
esmtp 1.2 mail on this many watch lists=7 search for ports that depend on this port
Relay-only Mail Transfer Agent with sendmail compatible syntax

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 15 Jul 2003 08:51:14
License: GPLv2


esmtp is a user configurable relay-only Mail Transfer Agent
(MTA) with a sendmail compatible syntax. It's based on libESMTP
supporting the AUTH (including the CRAM-MD5 and NTLM SASL
mechanisms) and the StartTLS SMTP extensions.

These are the esmtp features:

    * fully sendmail command line compatible,
    * supports the AUTH SMTP extension, with the CRAM-MD5 and
    * NTLM SASL mechanisms,
    * support the StartTLS SMTP extension,
    * requires no administration privileges,
    * individual user configuration,
    * does not receive mail, expand aliases or manage a queue.
 
WWW: http://esmtp.sourceforge.net
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/bison
Required Libraries: mail/libesmtp
There are no ports dependent upon this port

To install the port: cd /usr/ports/mail/esmtp/ && make install clean
To add the package: pkg_add -r esmtp


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://sunet.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://iweb.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://switch.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://surfnet.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://kent.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://freefr.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://voxel.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://jaist.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://osdn.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://nchc.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://ncu.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://transact.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://softlayer.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://internode.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://ufpr.dl.sourceforge.net/project/esmtp/esmtp/1.2/
http://waix.dl.sourceforge.net/project/esmtp/esmtp/1.2/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Sep 2011 22:26:39
Original commit files touched by this commit  1.2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 13:53:52
Original commit files touched by this commit  1.2
ohauer search for other commits by this committer
- remove MD5
28 Aug 2010 16:20:09
Original commit files touched by this commit  1.2
bapt search for other commits by this committer
- Update to 1.2
- Add license

Approved by:    mentors (implicit)
03 Apr 2009 08:52:40
Original commit files touched by this commit  1.0
miwi search for other commits by this committer
- Update to 1.0

PR:             133318
Submitted by:   Ports Fury
13 Mar 2009 23:27:19
Original commit files touched by this commit  0.5.1_1
shaun search for other commits by this committer
Free most of my ports, since they aren't being maintained to a
reasonable standard.
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.5.1_1
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
20 Mar 2008 09:51:43
Original commit files touched by this commit  0.5.1_1
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
17 Oct 2007 10:13:01
Original commit files touched by this commit  0.5.1_1
ade search for other commits by this committer
Migration from bison 1.x to 2.x

PR:             117086
Tested by:      -exp runs
19 Jun 2006 20:06:59
Original commit files touched by this commit  0.5.1
shaun search for other commits by this committer
Switch to my @FreeBSD.org address.

Approved by:    ahze (mentor)
09 May 2006 14:30:49
Original commit files touched by this commit  0.5.1
vd search for other commits by this committer
Give maintainership to submitter and remove USE_REINPLACE

PR:             ports/97030
Submitted by:   Shaun Amott <shaun@inerd.com>
25 Nov 2005 15:31:02
Original commit files touched by this commit  0.5.1
pav search for other commits by this committer
- Add SHA256
15 Apr 2005 17:53:03
Original commit files touched by this commit  0.5.1
flz search for other commits by this committer
- Update to 0.5.1.

PR:             ports/79974
Submitted by:   Ports Fury
12 Apr 2005 03:26:57
Original commit files touched by this commit  0.5.0_2
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 08:04:41
Original commit files touched by this commit  0.5.0_2
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
08 Aug 2004 08:11:20
Original commit files touched by this commit  0.5.0_2
krion search for other commits by this committer
Drop maintainership.
29 Jun 2004 13:33:41
Original commit files touched by this commit  0.5.0_2
krion search for other commits by this committer
Add patch which disables annoying log warnings when only auth
is used.

Submitted by:   Bohdan Horst <nexus@irc.pl>
16 Apr 2004 14:42:39
Original commit files touched by this commit  0.5.0_1
krion search for other commits by this committer
- Remove USE_SIZE knob
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.5.0_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
30 Jan 2004 14:05:15
Original commit files touched by this commit  0.5.0
krion search for other commits by this committer
- SIZEify
15 Nov 2003 08:45:47
Original commit files touched by this commit  0.5.0
krion search for other commits by this committer
- Update to version 0.5.0
22 Jul 2003 10:34:12
Original commit files touched by this commit  0.4.1
krion search for other commits by this committer
Change my mail to @FreeBSD.org

Approved by:    fjoe (mentor)
15 Jul 2003 08:50:53
Original commit files touched by this commit  0.4.1
erwin search for other commits by this committer
Add esmtp 0.4.1,
esmtp is a user configurable relay-only Mail Transfer Agent
(MTA) with a sendmail compatible syntax. It's based on libESMTP
supporting the AUTH (including the CRAM-MD5 and NTLM SASL
mechanisms) and the StartTLS SMTP extensions.

These are the esmtp features:

    * fully sendmail command line compatible,
    * supports the AUTH SMTP extension, with the CRAM-MD5 and
    * NTLM SASL mechanisms,
    * support the StartTLS SMTP extension,
    * requires no administration privileges,
    * individual user configuration,
    * does not receive mail, expand aliases or manage a queue.

PR:             54491
Submitted by:   Kirill Ponomarew <ponomarew@oberon.net>

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06
bugzilla2Feb 06
bugzilla3Feb 06
php5*Feb 06
mathopdFeb 03
firefoxFeb 01
linux-firefoxFeb 01
linux-seamonkeyFeb 01
linux-thunderbirdFeb 01
seamonkeyFeb 01
seamonkey2Feb 01
thunderbirdFeb 01
thunderbird3Feb 01

14 vulnerabilities affecting 33 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23141
Broken 190
Deprecated 96
Ignore 726
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 1
Expired 7
Set to expire 93
Interactive 63
new 24 hours 13
new 48 hours27
new 7 days49
new fortnight82
new month139

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.128 seconds.