diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-22 16:02:41 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-22 16:02:41 +0100 |
commit | 58f3e96a7adcff1c5ccf6c1dc10d1f715fab8db9 (patch) | |
tree | 2801d8b88c0ae8f85a300b8c76cf3392e3c8b7f2 | |
parent | e3fa3a0c3272adf1e49d43191ee4e5da15897506 (diff) | |
download | nixos-58f3e96a7adcff1c5ccf6c1dc10d1f715fab8db9.tar nixos-58f3e96a7adcff1c5ccf6c1dc10d1f715fab8db9.tar.gz nixos-58f3e96a7adcff1c5ccf6c1dc10d1f715fab8db9.tar.bz2 nixos-58f3e96a7adcff1c5ccf6c1dc10d1f715fab8db9.tar.xz nixos-58f3e96a7adcff1c5ccf6c1dc10d1f715fab8db9.zip |
Revert "Central forwarding files"
This reverts commit 8fc7a0b8ac461b45d02ff8bb205e18632e1ece7f.
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -498,8 +498,6 @@ in rec { | |||
498 | sender_canonical_classes = envelope_sender | 498 | sender_canonical_classes = envelope_sender |
499 | recipient_canonical_maps = tcp:localhost:10002 | 499 | recipient_canonical_maps = tcp:localhost:10002 |
500 | recipient_canonical_classes= envelope_recipient,header_recipient | 500 | recipient_canonical_classes= envelope_recipient,header_recipient |
501 | |||
502 | forward_path = /srv/mail/forward/''${user}, $home/.forward''${recipient_delimiter}''${extension}, $home/.forward | ||
503 | ''; | 501 | ''; |
504 | extraMasterConf = '' | 502 | extraMasterConf = '' |
505 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=${config.security.wrapperDir}/uux -z -a $sender - $nexthop!rmail ($recipient) | 503 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=${config.security.wrapperDir}/uux -z -a $sender - $nexthop!rmail ($recipient) |