diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-02-22 15:30:12 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-02-22 15:30:12 +0100 |
commit | c801ca01de76c26ca29b5ffdfbff8c06b71754eb (patch) | |
tree | 523a6b05ad2a3c60230818ed526bbb67c2e2acf4 /ymir.nix | |
parent | 3be2bc7caa2a524a2e2f713af304b4b9647db34a (diff) | |
download | nixos-c801ca01de76c26ca29b5ffdfbff8c06b71754eb.tar nixos-c801ca01de76c26ca29b5ffdfbff8c06b71754eb.tar.gz nixos-c801ca01de76c26ca29b5ffdfbff8c06b71754eb.tar.bz2 nixos-c801ca01de76c26ca29b5ffdfbff8c06b71754eb.tar.xz nixos-c801ca01de76c26ca29b5ffdfbff8c06b71754eb.zip |
Turn on email logging
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -498,6 +498,8 @@ 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 | content_filter = logEmail:ymir | ||
501 | ''; | 503 | ''; |
502 | extraMasterConf = '' | 504 | extraMasterConf = '' |
503 | 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) |