diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-21 14:30:29 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-21 14:30:29 +0200 |
commit | 0a5addea4203d1dd4c95b1c55f56e6fff03bf1c4 (patch) | |
tree | f3d484a9d873c369d8a948b0827a4816d74d6aa4 /hel.nix | |
parent | cb991122db33fa6492105bad7bc2a3e1f85a29b6 (diff) | |
download | nixos-0a5addea4203d1dd4c95b1c55f56e6fff03bf1c4.tar nixos-0a5addea4203d1dd4c95b1c55f56e6fff03bf1c4.tar.gz nixos-0a5addea4203d1dd4c95b1c55f56e6fff03bf1c4.tar.bz2 nixos-0a5addea4203d1dd4c95b1c55f56e6fff03bf1c4.tar.xz nixos-0a5addea4203d1dd4c95b1c55f56e6fff03bf1c4.zip |
we just need group
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ | |||
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 argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix/ssh.config $nexthop sendmail -f$sender ($recipient) | 194 | sshsendmail unix - n n - - pipe flags=Fqhu user=nobody:postfix argv=${pkgs.openssh}/bin/ssh -F /var/db/postfix/ssh.config $nexthop sendmail -f$sender ($recipient) |
195 | ''; | 195 | ''; |
196 | extraConfig = '' | 196 | extraConfig = '' |
197 | default_transport = uucp:ymir | 197 | default_transport = uucp:ymir |