From a929614f94d11a4f397e72e74f38b3212c24cdee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sun, 23 Jun 2019 21:04:55 +0200 Subject: Configure mail (dovecot, postfix, spam checks) --- modules/private/dns.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/private/dns.nix') diff --git a/modules/private/dns.nix b/modules/private/dns.nix index f12f982..6647c14 100644 --- a/modules/private/dns.nix +++ b/modules/private/dns.nix @@ -106,7 +106,7 @@ '' ; ------------------ mail: ${n} --------------------------- ${n} IN MX 10 mail.${conf.name}. - ;${n} IN MX 50 mx-1.${conf.name}. + ${n} IN MX 50 mx-1.${conf.name}. ; https://tools.ietf.org/html/rfc6186 _submission._tcp${suffix} SRV 0 1 587 smtp.immae.eu. -- cgit v1.2.3