diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-06 10:54:34 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-06 10:54:34 +0800 |
commit | 69813c8cef1e9831095f366cb7b873dd5ae8daa0 (patch) | |
tree | c4da85fa7e3bb4e201662efff8c939f369e2c939 /mail/Makefile | |
parent | bedea41b06da986842c8a2c1c4bd41db957022c2 (diff) | |
download | freebsd-ports-graphics-69813c8cef1e9831095f366cb7b873dd5ae8daa0.tar.gz freebsd-ports-graphics-69813c8cef1e9831095f366cb7b873dd5ae8daa0.tar.zst freebsd-ports-graphics-69813c8cef1e9831095f366cb7b873dd5ae8daa0.zip |
Add mail/postsrsd.
PostSRSd provides the Sender Rewriting Scheme (SRS) via TCP-based lookup
tables for Postfix. SRS is needed if your mail server acts as forwarder.
WWW: https://github.com/roehling/postsrsd
PR: ports/191292
Submitted by: Krzysztof Stryjek <ports@bsdserwis.com>
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 5d86687a420..0b815872427 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -511,6 +511,7 @@ SUBDIR += postfixadmin SUBDIR += postgrey SUBDIR += postpals + SUBDIR += postsrsd SUBDIR += prayer SUBDIR += premail SUBDIR += prepflog |