diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:42:03 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-04 14:42:03 +0000 |
commit | e01a6f68f79bf089d8073588d263243af89f3fcf (patch) | |
tree | 42ac9618c066023df1bbaef7c6260d5114032131 /mail/Makefile | |
parent | 9fcf507f17d3e7e263a1d3df1095cac719bec8de (diff) |
ProxSMTP is a flexible tool that allows you to reject, change or log
email based on arbitrary critera. It accepts SMTP connections and
forwards the SMTP commands and responses to another SMTP server. You
need to be able to write the filtering scripts that integrate it with
your particular needs.
PR: ports/80596
Submitted by: Dario Freni <saturnero@gufi.org>
Notes
Notes:
svn path=/head/; revision=134610
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 20129b05f1b0..a5c4fb5c9f88 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -371,6 +371,7 @@ SUBDIR += prom-mew SUBDIR += prom-wl SUBDIR += pronto + SUBDIR += proxsmtp SUBDIR += py-milter SUBDIR += py-mimelib SUBDIR += py-spambayes |