diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-23 19:50:02 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-07-23 19:50:02 +0200 |
commit | e386ea83baa1c69883eb7d6a308d77489988ba41 (patch) | |
tree | d61de504ee53aeec29221b2fee425150c5af9651 | |
parent | a02ca8378253b6dad682a6c7090ef633b03821d7 (diff) | |
download | smtpd-conf-e386ea83baa1c69883eb7d6a308d77489988ba41.tar.xz |
theos: Add cjdns tun0 to listen
-rw-r--r-- | theos.kyriasis.com/smtpd.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/theos.kyriasis.com/smtpd.conf b/theos.kyriasis.com/smtpd.conf index da32b70..caf4bfc 100644 --- a/theos.kyriasis.com/smtpd.conf +++ b/theos.kyriasis.com/smtpd.conf @@ -14,6 +14,9 @@ listen on eth0 port 25 tls pki theos.kyriasis.com auth-optional listen on eth0 port 587 tls-require pki theos.kyriasis.com auth listen on eth0 port 465 smtps pki theos.kyriasis.com auth +listen on tun0 port 25 tls pki theos.kyriasis.com auth-optional +listen on tun0 port 587 tls-require pki theos.kyriasis.com auth + listen on lo port 10026 tag DKIM-IN listen on lo port 10029 tag DKIM-OUT |