diff options
-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 |