Date: Tue, 15 Jul 2003 01:50:53 -0700 (PDT) From: Erwin Lansing <erwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/esmtp Makefile distinfo pkg-descr pkg-plist ports/mail/esmtp/files patch-esmtprc.5 patch-lexer.c Message-ID: <200307150850.h6F8orfC055178@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
erwin 2003/07/15 01:50:53 PDT FreeBSD ports repository Modified files: mail Makefile Added files: mail/esmtp Makefile distinfo pkg-descr pkg-plist mail/esmtp/files patch-esmtprc.5 patch-lexer.c Log: 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> Revision Changes Path 1.403 +1 -0 ports/mail/Makefile 1.1 +62 -0 ports/mail/esmtp/Makefile (new) 1.1 +1 -0 ports/mail/esmtp/distinfo (new) 1.1 +13 -0 ports/mail/esmtp/files/patch-esmtprc.5 (new) 1.1 +12 -0 ports/mail/esmtp/files/patch-lexer.c (new) 1.1 +16 -0 ports/mail/esmtp/pkg-descr (new) 1.1 +4 -0 ports/mail/esmtp/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307150850.h6F8orfC055178>