From owner-cvs-ports@FreeBSD.ORG Sat Sep 6 01:21:43 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9B52D106564A; Sat, 6 Sep 2008 01:21:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 83AB98FC13; Sat, 6 Sep 2008 01:21:43 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m861LhWl038819; Sat, 6 Sep 2008 01:21:43 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m861LhrT038813; Sat, 6 Sep 2008 01:21:43 GMT (envelope-from amdmi3) Message-Id: <200809060121.m861LhrT038813@repoman.freebsd.org> From: Dmitry Marakasov Date: Sat, 6 Sep 2008 01:21:43 +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/zms Makefile distinfo pkg-descr pkg-message X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 06 Sep 2008 01:21:43 -0000 amdmi3 2008-09-06 01:21:43 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/zms Makefile distinfo pkg-descr pkg-message Log: A specialized mail gateway system for using user a specified SMTP server and proxying. Three proxy modes are supported. - Unathenticated proxying mode in which case it just sits between the client and specified server. - Athenticated proxying mode, which is the same as above, but only for authenticated connection. - Smart proxying mode in which it accepts will send the mail through a server specified in the user's config by matching the the sender using regexps to determine what server should be used. PR: 124967 Submitted by: "Zane C.B." Revision Changes Path 1.923 +1 -0 ports/mail/Makefile 1.1 +48 -0 ports/mail/zms/Makefile (new) 1.1 +3 -0 ports/mail/zms/distinfo (new) 1.1 +11 -0 ports/mail/zms/pkg-descr (new) 1.1 +3 -0 ports/mail/zms/pkg-message (new)