diff options
author | minskim <minskim@pkgsrc.org> | 2005-11-12 04:13:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-11-12 04:13:12 +0000 |
commit | 84a51c3953338593d8a5403dddfb37b04ec06ffa (patch) | |
tree | e621d4db012a636a13c2dd28190eac53b805dbd2 /mail/esmtp/PLIST | |
parent | eda48c439d7cfeefbc4f9e44d45dc263e8da585d (diff) | |
download | pkgsrc-84a51c3953338593d8a5403dddfb37b04ec06ffa.tar.gz |
Import esmtp from pkgsrc-wip. Packaged by Leonard Schmidt.
esmtp is a user-configurable relay-only Mail Transfer Agent (MTA) with
a sendmail-compatible syntax. It is based on libESMTP supporting the
AUTH (including the CRAM-MD5 and NTLM SASL mechanisms) and the
StartTLS SMTP extensions.
Features include:
* fully sendmail command-line compatible,
* supports the AUTH SMTP extension, with the CRAM-MD5 and NTLM SASL
mechanisms,
* supports the StartTLS SMTP extension,
* requires no administration privileges,
* individual user configuration,
* does not receive mail, expand aliases or manage a queue,
* local mail delivery via a MDA.
Diffstat (limited to 'mail/esmtp/PLIST')
-rw-r--r-- | mail/esmtp/PLIST | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/esmtp/PLIST b/mail/esmtp/PLIST new file mode 100644 index 00000000000..5480acf04e3 --- /dev/null +++ b/mail/esmtp/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/12 04:13:12 minskim Exp $ +bin/esmtp +man/man1/esmtp.1 +man/man5/esmtprc.5 +share/doc/esmtp/README +share/examples/esmtp/sample.esmtprc +@dirrm share/examples/esmtp +@dirrm share/doc/esmtp |