FreshPorts -- The Place For Ports Tue, 9 Feb 2010 1:03 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
esmtp 1.0 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 09:51:14


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
Required To Build: devel/bison
Required Libraries: mail/libesmtp

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://garr.dl.sourceforge.net/sourceforge/esmtp/
http://superb-east.dl.sourceforge.net/sourceforge/esmtp/
http://nchc.dl.sourceforge.net/sourceforge/esmtp/
http://kent.dl.sourceforge.net/sourceforge/esmtp/
http://easynews.dl.sourceforge.net/sourceforge/esmtp/
http://ufpr.dl.sourceforge.net/sourceforge/esmtp/
http://mesh.dl.sourceforge.net/sourceforge/esmtp/
http://heanet.dl.sourceforge.net/sourceforge/esmtp/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
03 Apr 2009 09: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 07: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 11: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 21: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 15: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 18: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 04: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 09: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 09: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 14: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 15: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 11: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 09: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: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 8
new 48 hours10
new 7 days31
new fortnight88
new month197

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

Add tab to Netscape 6

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