From owner-cvs-ports@FreeBSD.ORG Tue Jul 15 01:50:54 2003 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 328AF37B401; Tue, 15 Jul 2003 01:50:54 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA41A43F85; Tue, 15 Jul 2003 01:50:53 -0700 (PDT) (envelope-from erwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6F8or0U055179; Tue, 15 Jul 2003 01:50:53 -0700 (PDT) (envelope-from erwin@repoman.freebsd.org) Received: (from erwin@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6F8orfC055178; Tue, 15 Jul 2003 01:50:53 -0700 (PDT) Message-Id: <200307150850.h6F8orfC055178@repoman.freebsd.org> From: Erwin Lansing Date: Tue, 15 Jul 2003 01:50:53 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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 X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jul 2003 08:50:54 -0000 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 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)