diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-22 15:54:02 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-22 15:54:02 +0100 |
commit | c65fe52fdd85e9c7d905d70a7d8a09bea52b7f69 (patch) | |
tree | dc7131f347cc222b9ff5a7c6fb79535df26a682d | |
parent | 21925b0a3f926119c1466ee97c6f8fe8d5451acc (diff) | |
download | nixos-c65fe52fdd85e9c7d905d70a7d8a09bea52b7f69.tar nixos-c65fe52fdd85e9c7d905d70a7d8a09bea52b7f69.tar.gz nixos-c65fe52fdd85e9c7d905d70a7d8a09bea52b7f69.tar.bz2 nixos-c65fe52fdd85e9c7d905d70a7d8a09bea52b7f69.tar.xz nixos-c65fe52fdd85e9c7d905d70a7d8a09bea52b7f69.zip |
Poke syntax
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -499,7 +499,7 @@ in rec { | |||
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 | 501 | ||
502 | forward_path = /srv/mail/forward/''${user}, $home/.forward''${recipient_delimiter}''${extension}, $home/.forward | 502 | forward_path = /srv/mail/forward/$user $home/.forward''${recipient_delimiter}''${extension}, $home/.forward |
503 | ''; | 503 | ''; |
504 | extraMasterConf = '' | 504 | extraMasterConf = '' |
505 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=${config.security.wrapperDir}/uux -z -a $sender - $nexthop!rmail ($recipient) | 505 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=${config.security.wrapperDir}/uux -z -a $sender - $nexthop!rmail ($recipient) |