Date: Sat, 6 Sep 2008 01:21:43 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/zms Makefile distinfo pkg-descr pkg-message Message-ID: <200809060121.m861LhrT038813@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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." <vvelox at vvelox dot net> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809060121.m861LhrT038813>