diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-07-02 17:13:03 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-07-02 17:13:03 +0200 |
commit | 9699d2b1f1cbdf80e44f253727fcb19680755138 (patch) | |
tree | cedcb042a277ec19ca2982e7e1833e7ff0c71fec | |
parent | ca4630caa90c8cc76687a3ccb76b4b4f16b20d5a (diff) | |
download | Nix-9699d2b1f1cbdf80e44f253727fcb19680755138.tar.gz Nix-9699d2b1f1cbdf80e44f253727fcb19680755138.tar.zst Nix-9699d2b1f1cbdf80e44f253727fcb19680755138.zip |
Add smtps submission
-rw-r--r-- | modules/private/dns.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/private/dns.nix b/modules/private/dns.nix index 01a3cbb..f0a3a5b 100644 --- a/modules/private/dns.nix +++ b/modules/private/dns.nix | |||
@@ -109,12 +109,13 @@ | |||
109 | ${n} IN MX 20 mx-2.${conf.name}. | 109 | ${n} IN MX 20 mx-2.${conf.name}. |
110 | 110 | ||
111 | ; https://tools.ietf.org/html/rfc6186 | 111 | ; https://tools.ietf.org/html/rfc6186 |
112 | _submission._tcp${suffix} SRV 0 1 587 smtp.immae.eu. | 112 | _submission._tcp${suffix} SRV 0 1 587 smtp.immae.eu. |
113 | _imap._tcp${suffix} SRV 0 1 143 imap.immae.eu. | 113 | _submissions._tcp${suffix} SRV 0 1 465 smtp.immae.eu. |
114 | _imaps._tcp${suffix} SRV 0 1 993 imap.immae.eu. | 114 | _imap._tcp${suffix} SRV 0 1 143 imap.immae.eu. |
115 | _pop3._tcp${suffix} SRV 10 1 110 pop3.immae.eu. | 115 | _imaps._tcp${suffix} SRV 0 1 993 imap.immae.eu. |
116 | _pop3s._tcp${suffix} SRV 10 1 995 pop3.immae.eu. | 116 | _pop3._tcp${suffix} SRV 10 1 110 pop3.immae.eu. |
117 | _sieve._tcp${suffix} SRV 0 1 4190 imap.immae.eu. | 117 | _pop3s._tcp${suffix} SRV 10 1 995 pop3.immae.eu. |
118 | _sieve._tcp${suffix} SRV 0 1 4190 imap.immae.eu. | ||
118 | 119 | ||
119 | ; MTA-STS | 120 | ; MTA-STS |
120 | ; https://blog.delouw.ch/2018/12/16/using-mta-sts-to-enhance-email-transport-security-and-privacy/ | 121 | ; https://blog.delouw.ch/2018/12/16/using-mta-sts-to-enhance-email-transport-security-and-privacy/ |