From 5353c9eb831e5e06001c4dc1aef9f373d12e2118 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 10 Jul 2019 09:44:09 +0200 Subject: verbose smtp --- hel.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hel.nix') diff --git a/hel.nix b/hel.nix index ef93a3ca..7daff6cd 100644 --- a/hel.nix +++ b/hel.nix @@ -276,6 +276,9 @@ command = "pipe"; args = [ "flags=Fq" "user=postfix_ssh" ''argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient'' ]; }; + smtp = { + args = [ "-v" ]; + }; }; transport = '' odin.asgard.yggdrasil uucp:odin -- cgit v1.2.3