From owner-cvs-all@FreeBSD.ORG Tue Jan 9 21:09:18 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7BC0516A412; Tue, 9 Jan 2007 21:09:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 671E013C465; Tue, 9 Jan 2007 21:09:18 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l09L9Ixj048909; Tue, 9 Jan 2007 21:09:18 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l09L9HRF048908; Tue, 9 Jan 2007 21:09:17 GMT (envelope-from miwi) Message-Id: <200701092109.l09L9HRF048908@repoman.freebsd.org> From: Martin Wilke Date: Tue, 9 Jan 2007 21:09:17 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/mail Makefile ports/mail/p5-qpsmtpd Makefile distinfo pkg-descr pkg-plist ports/mail/p5-qpsmtpd/files qpsmtpd.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jan 2007 21:09:18 -0000 miwi 2007-01-09 21:09:17 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/p5-qpsmtpd Makefile distinfo pkg-descr pkg-plist mail/p5-qpsmtpd/files qpsmtpd.sh.in Log: Qpsmtpd started as a replacement daemon for the SMTP receiver (qmail-smtpd) from the qmail mail transport agent (MTA). qmail-smtpd has a number of shortcomings (e.g. being unable to check the validity of a recipient mail address) and is written in C which makes it burdensome to modify and extend. Qpsmtpd, on the other hand, is written in pure perl and can be customized easily. It consists of a core that implements a complete SMTP server, and a number of plugins/modules which control the operations. Such plugins include plugins to check the recipient and sender as well as plugins for virus scanning, spam checking, blocking lists (dns and rhs), AUTH and TLS. Qpsmtpd can not only be used with qmail but also with e.g. postfix and exim. It can also write messages to a Maildir or forward it to a remote host without buffering. WWW: http://smtpd.develooper.com/ PR: ports/107668 Submitted by: Zane C. Bowers Revision Changes Path 1.825 +1 -0 ports/mail/Makefile 1.1 +76 -0 ports/mail/p5-qpsmtpd/Makefile (new) 1.1 +3 -0 ports/mail/p5-qpsmtpd/distinfo (new) 1.1 +78 -0 ports/mail/p5-qpsmtpd/files/qpsmtpd.sh.in (new) 1.1 +14 -0 ports/mail/p5-qpsmtpd/pkg-descr (new) 1.1 +92 -0 ports/mail/p5-qpsmtpd/pkg-plist (new)