From 7ed92d0a78aff6b22351ec905366357f86419025 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 4 May 2016 00:26:46 +0200 Subject: no symlinking spm --- ymir.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ymir.nix b/ymir.nix index 64216cda..d8a1a61b 100644 --- a/ymir.nix +++ b/ymir.nix @@ -372,7 +372,7 @@ in rec { permit_sasl_authenticated, reject_unauth_destination - alias_maps = hash:/etc/postfix/aliases texthash:/etc/postfix/spm + alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm ''; extraMasterConf = '' uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) @@ -380,10 +380,6 @@ in rec { networks = ["127.0.0.0/8" "[::ffff:127.0.0.0]/104" "[::1]/128" "10.141.0.0/16"]; }; - environment.etc."postfix/spm" = { - source = /srv/mail/spm; - }; - services.dovecot2 = { enable = true; enableImap = true; -- cgit v1.2.3