From 84a51c3953338593d8a5403dddfb37b04ec06ffa Mon Sep 17 00:00:00 2001 From: minskim Date: Sat, 12 Nov 2005 04:13:12 +0000 Subject: 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. --- mail/esmtp/PLIST | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mail/esmtp/PLIST (limited to 'mail/esmtp/PLIST') 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 -- cgit v1.2.3