diff options
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -374,7 +374,7 @@ in rec { | |||
374 | ''} | 374 | ''} |
375 | 375 | ||
376 | virtual_alias_maps = regexp:${pkgs.writeText "virtual" '' | 376 | virtual_alias_maps = regexp:${pkgs.writeText "virtual" '' |
377 | /^([^@]+)@(lists?|l)\./ $1@mlmmj.localdomain | 377 | /^([^@]+)@(lists?|l)\./ $1.list@mlmmj.virtual |
378 | ''} | 378 | ''} |
379 | 379 | ||
380 | luser_relay = gkleen+''${local} | 380 | luser_relay = gkleen+''${local} |
@@ -420,7 +420,7 @@ in rec { | |||
420 | mlmmj_destination_recipient_limit = 1 | 420 | mlmmj_destination_recipient_limit = 1 |
421 | propagate_unmatched_extensions = virtual | 421 | propagate_unmatched_extensions = virtual |
422 | 422 | ||
423 | alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm | 423 | alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm regexp:${pkgs.writeText "list-aliases" "/^(.*\.list(\+.*)?)$/ postmaster"} |
424 | ''; | 424 | ''; |
425 | extraMasterConf = '' | 425 | extraMasterConf = '' |
426 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) | 426 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) |