diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-01-27 17:09:42 +0100 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-01-27 17:09:42 +0100 |
| commit | db4f39097862dc18aaa343ef4f43dd752deb03c6 (patch) | |
| tree | b8945a63b05d224fd91c0a7326dace5cff50eb44 | |
| parent | ce9cf6171f9c464df915e98717531562c6766eaf (diff) | |
| download | nixos-db4f39097862dc18aaa343ef4f43dd752deb03c6.tar nixos-db4f39097862dc18aaa343ef4f43dd752deb03c6.tar.gz nixos-db4f39097862dc18aaa343ef4f43dd752deb03c6.tar.bz2 nixos-db4f39097862dc18aaa343ef4f43dd752deb03c6.tar.xz nixos-db4f39097862dc18aaa343ef4f43dd752deb03c6.zip | |
Send copies of sent emails directly to storage
| -rw-r--r-- | hel.nix | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -213,9 +213,12 @@ | |||
| 213 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) | 213 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) |
| 214 | 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 | 214 | 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 |
| 215 | ''; | 215 | ''; |
| 216 | transport = '' | ||
| 217 | gkleen+sent@yggdrasil.li uucp:isaac | ||
| 218 | ''; | ||
| 216 | extraConfig = '' | 219 | extraConfig = '' |
| 217 | default_transport = uucp:ymir | 220 | default_transport = uucp:ymir |
| 218 | 221 | ||
| 219 | inet_interfaces = loopback-only | 222 | inet_interfaces = loopback-only |
| 220 | 223 | ||
| 221 | authorized_submit_users = !uucp, static:anyone | 224 | authorized_submit_users = !uucp, static:anyone |
