aboutsummaryrefslogtreecommitdiff
path: root/mail/Makefile
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2019-01-09 08:32:15 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2019-01-09 08:32:15 +0000
commit64fc3b7c2e19fe09e537d8855dcab08d7cb1a96e (patch)
tree5da0cf7f476cb51b1f70191934ae4f9193d7d2b8 /mail/Makefile
parenteb3ff6ddfb8f8b1c18b9492bb130c6b65dae70d0 (diff)
downloadports-64fc3b7c2e19fe09e537d8855dcab08d7cb1a96e.tar.gz
ports-64fc3b7c2e19fe09e537d8855dcab08d7cb1a96e.zip
Simple Golang SMTP relay/proxy server that accepts mail via SMTP
and forwards it directly to another SMTP server. It supports TLS, STARTTLS, plain SMTP, can do authentication and various sender and receiver checks. WWW: https://code.bluelife.at/decke/smtprelay Submitted by: myself
Notes
Notes: svn path=/head/; revision=489760
Diffstat (limited to 'mail/Makefile')
-rw-r--r--mail/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index b0558c457ca8..e1de29ca9996 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -654,6 +654,7 @@
SUBDIR += smtpfeed
SUBDIR += smtpmail
SUBDIR += smtprc
+ SUBDIR += smtprelay
SUBDIR += smtptrapd
SUBDIR += sortmail
SUBDIR += spamass-ixhash