diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-10 09:44:09 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2019-07-10 09:44:09 +0200 |
commit | 5353c9eb831e5e06001c4dc1aef9f373d12e2118 (patch) | |
tree | 4d701c1783e6e587f79a787e4bb133fec42a7964 | |
parent | 11192fd7a3972cad0eccf3583d6954e81e1ef49a (diff) | |
download | nixos-5353c9eb831e5e06001c4dc1aef9f373d12e2118.tar nixos-5353c9eb831e5e06001c4dc1aef9f373d12e2118.tar.gz nixos-5353c9eb831e5e06001c4dc1aef9f373d12e2118.tar.bz2 nixos-5353c9eb831e5e06001c4dc1aef9f373d12e2118.tar.xz nixos-5353c9eb831e5e06001c4dc1aef9f373d12e2118.zip |
verbose smtp
-rw-r--r-- | hel.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -276,6 +276,9 @@ | |||
276 | command = "pipe"; | 276 | command = "pipe"; |
277 | args = [ "flags=Fq" "user=postfix_ssh" ''argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient'' ]; | 277 | args = [ "flags=Fq" "user=postfix_ssh" ''argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient'' ]; |
278 | }; | 278 | }; |
279 | smtp = { | ||
280 | args = [ "-v" ]; | ||
281 | }; | ||
279 | }; | 282 | }; |
280 | transport = '' | 283 | transport = '' |
281 | odin.asgard.yggdrasil uucp:odin | 284 | odin.asgard.yggdrasil uucp:odin |