summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix7
1 files changed, 1 insertions, 6 deletions
diff --git a/ymir.nix b/ymir.nix
index c8bbafff..ed8f5ee3 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -456,11 +456,6 @@ in rec {
456 postmaster gkleen 456 postmaster gkleen
457 root gkleen 457 root gkleen
458 ''} texthash:/srv/mail/spm 458 ''} texthash:/srv/mail/spm
459
460 sender_canonical_maps = tcp:127.0.0.1:10001
461 sender_canonical_classes = envelope_sender
462 recipient_canonical_maps = tcp:127.0.0.1:10002
463 recipient_canonical_classes = envelope_recipient,header_recipient
464 ''; 459 '';
465 extraMasterConf = '' 460 extraMasterConf = ''
466 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) 461 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient)
@@ -472,7 +467,7 @@ in rec {
472 }; 467 };
473 468
474 services.postsrsd = { 469 services.postsrsd = {
475 enable = true; 470 enable = false;
476 domain = "141.li"; 471 domain = "141.li";
477 separator = "+"; 472 separator = "+";
478 excludeDomains = [ ".yggdrasil.li" "yggdrasil.li" 473 excludeDomains = [ ".yggdrasil.li" "yggdrasil.li"