From 9a5828acd66dcc7cf005aae9f2d08c8635144618 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 23 Oct 2016 01:43:16 +0200 Subject: cleanup sshsendmail --- hel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hel.nix b/hel.nix index 0d7b6150..00ccf77e 100644 --- a/hel.nix +++ b/hel.nix @@ -190,8 +190,8 @@ relayHost = "uucp:ymir"; recipientDelimiter = "+"; extraMasterConf = '' - uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) - sshsendmail unix - n n - - pipe flags=Fqhu user=postfix_ssh argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f$sender ($recipient) + uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) + sshsendmail unix - n n - - pipe flags=Fq user=postfix_ssh argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix_ssh/ssh.config $nexthop sendmail -f $sender -G $recipient ''; extraConfig = '' default_transport = uucp:ymir -- cgit v1.2.3