diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:53:46 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2016-04-27 13:53:46 +0200 |
commit | 3e846890ffb03a59fd2db209ff0fb13573d639f7 (patch) | |
tree | 472ab3d58347434a7b19be567f1f94fd622e1bf6 /ymir.nix | |
parent | d353928ec6ec65363362cadf2887e737db37755a (diff) | |
download | nixos-3e846890ffb03a59fd2db209ff0fb13573d639f7.tar nixos-3e846890ffb03a59fd2db209ff0fb13573d639f7.tar.gz nixos-3e846890ffb03a59fd2db209ff0fb13573d639f7.tar.bz2 nixos-3e846890ffb03a59fd2db209ff0fb13573d639f7.tar.xz nixos-3e846890ffb03a59fd2db209ff0fb13573d639f7.zip |
gkleen transport
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -315,6 +315,10 @@ in rec { | |||
315 | smtpd_tls_loglevel = 1 | 315 | smtpd_tls_loglevel = 1 |
316 | #enable TLS logging to see the ciphers for outbound connections | 316 | #enable TLS logging to see the ciphers for outbound connections |
317 | smtp_tls_loglevel = 1 | 317 | smtp_tls_loglevel = 1 |
318 | |||
319 | transport_maps = regexp:${pkgs.writeFile "transport" '' | ||
320 | /^gkleen[@\+]/ uucp:isaac | ||
321 | ''} | ||
318 | ''; | 322 | ''; |
319 | extraMasterConf = '' | 323 | extraMasterConf = '' |
320 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) | 324 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient) |