diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-18 22:44:48 +0000 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2018-08-18 22:44:48 +0000 |
commit | bbec5447ee75ac935b21ea29b8ce1eb341fac2f8 (patch) | |
tree | ad1d84f172f981e94aa2755bdb950b88a7381b0f | |
parent | 73ac57dab4461c6ccc0f1f298644f8fe341f4aea (diff) | |
download | pillar-bbec5447ee75ac935b21ea29b8ce1eb341fac2f8.tar.xz |
opensmtd: Update interfaces
-rw-r--r-- | opensmtpd/theos.sls | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opensmtpd/theos.sls b/opensmtpd/theos.sls index 1728b00..24c57de 100644 --- a/opensmtpd/theos.sls +++ b/opensmtpd/theos.sls @@ -42,21 +42,21 @@ opensmtpd: - 'xanadu: xan@kyriasis.com,xanadu@kyriasis.com' listeners: - - interface: ens4 + - interface: enp0s3 port: 25 tls: True pki: theos.kyriasis.com auth-optional: True senders: <sendertable> masquerade - - interface: ens4 + - interface: enp0s3 port: 587 tls-require: True pki: theos.kyriasis.com auth: True senders: <sendertable> masquerade - - interface: ens4 + - interface: enp0s3 port: 465 smtps: True pki: theos.kyriasis.com |