diff options
author | erwin <erwin@FreeBSD.org> | 2003-07-15 16:50:52 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-07-15 16:50:52 +0800 |
commit | 7a173fc7c835335a9ff74c7c5c121f76de82e672 (patch) | |
tree | ff2a97cec8a1ac68a0bc70b10f504527b9555b59 /mail/Makefile | |
parent | 281b1cb92f9a5d9bb3bf65d4d72447a3b0aa4f1e (diff) | |
download | freebsd-ports-gnome-7a173fc7c835335a9ff74c7c5c121f76de82e672.tar.gz freebsd-ports-gnome-7a173fc7c835335a9ff74c7c5c121f76de82e672.tar.zst freebsd-ports-gnome-7a173fc7c835335a9ff74c7c5c121f76de82e672.zip |
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>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index bc619db357e7..a751ea8b2bb9 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -51,6 +51,7 @@ SUBDIR += emh-emacs20 SUBDIR += emh-xemacs21-mule SUBDIR += emil + SUBDIR += esmtp SUBDIR += evolution SUBDIR += exact SUBDIR += exim |