summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-23 01:43:16 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-23 01:43:16 +0200
commit9a5828acd66dcc7cf005aae9f2d08c8635144618 (patch)
treea30f051a46bc2499fb9304fc92baf2db5fd82f02
parent78a4b8c1b31bb4bfbc943ae85a28658ffe1272e6 (diff)
downloadnixos-9a5828acd66dcc7cf005aae9f2d08c8635144618.tar
nixos-9a5828acd66dcc7cf005aae9f2d08c8635144618.tar.gz
nixos-9a5828acd66dcc7cf005aae9f2d08c8635144618.tar.bz2
nixos-9a5828acd66dcc7cf005aae9f2d08c8635144618.tar.xz
nixos-9a5828acd66dcc7cf005aae9f2d08c8635144618.zip
cleanup sshsendmail
-rw-r--r--hel.nix4
1 files 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 @@
190 relayHost = "uucp:ymir"; 190 relayHost = "uucp:ymir";
191 recipientDelimiter = "+"; 191 recipientDelimiter = "+";
192 extraMasterConf = '' 192 extraMasterConf = ''
193 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a$sender - $nexthop!rmail ($recipient) 193 uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient)
194 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) 194 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
195 ''; 195 '';
196 extraConfig = '' 196 extraConfig = ''
197 default_transport = uucp:ymir 197 default_transport = uucp:ymir