diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-30 01:35:02 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-05-30 01:35:02 +0200 |
| commit | c1beb3ab0a59bd97b52feb0e5583fcb7ba6d61e6 (patch) | |
| tree | c34930311099960b9ac85a25e97b71dbc4f997bb | |
| parent | 72651a88b1f56af8669009b60ab77ec7daf701d4 (diff) | |
| download | nixos-c1beb3ab0a59bd97b52feb0e5583fcb7ba6d61e6.tar nixos-c1beb3ab0a59bd97b52feb0e5583fcb7ba6d61e6.tar.gz nixos-c1beb3ab0a59bd97b52feb0e5583fcb7ba6d61e6.tar.bz2 nixos-c1beb3ab0a59bd97b52feb0e5583fcb7ba6d61e6.tar.xz nixos-c1beb3ab0a59bd97b52feb0e5583fcb7ba6d61e6.zip | |
alias is probably useless
| -rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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 regexp:${pkgs.writeText "list-aliases" "/^(.*\.list(\+.*)?)$/ postmaster"} | 423 | alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm |
| 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) |
