diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-06 09:21:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-09-06 09:21:43 +0800 |
commit | 52092e5a278ff9c72426ab837c05bdf87bad907d (patch) | |
tree | 612f1d356db8d6a36e7ee58b7899600a193fa594 /mail/Makefile | |
parent | 8e518cc2fc54db000262984effd51154ab425f4c (diff) | |
download | freebsd-ports-gnome-52092e5a278ff9c72426ab837c05bdf87bad907d.tar.gz freebsd-ports-gnome-52092e5a278ff9c72426ab837c05bdf87bad907d.tar.zst freebsd-ports-gnome-52092e5a278ff9c72426ab837c05bdf87bad907d.zip |
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>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 47c10a4b661e..9377550242cb 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -702,6 +702,7 @@ SUBDIR += xpi-displayquota SUBDIR += zabit SUBDIR += zmailer + SUBDIR += zms # SUBDIR += mailman-devel .include <bsd.port.subdir.mk> |