diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-25 11:28:11 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-25 11:28:11 +0200 |
commit | 6054fbb37e3967ab7f06b8c554a6f1d88c53c3f7 (patch) | |
tree | e08b76596ded51a2d025b895ae5110075562f432 | |
parent | a5ee50de6c8a86189bd4f0f37b33e9aa0dd3ab92 (diff) | |
download | nixos-6054fbb37e3967ab7f06b8c554a6f1d88c53c3f7.tar nixos-6054fbb37e3967ab7f06b8c554a6f1d88c53c3f7.tar.gz nixos-6054fbb37e3967ab7f06b8c554a6f1d88c53c3f7.tar.bz2 nixos-6054fbb37e3967ab7f06b8c554a6f1d88c53c3f7.tar.xz nixos-6054fbb37e3967ab7f06b8c554a6f1d88c53c3f7.zip |
Revert "maybe this will quell the errors?"
This reverts commit a5ee50de6c8a86189bd4f0f37b33e9aa0dd3ab92.
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -442,7 +442,7 @@ in rec { | |||
442 | smtpd_milters = local:private/dkim | 442 | smtpd_milters = local:private/dkim |
443 | non_smtpd_milters = local:private/dkim | 443 | non_smtpd_milters = local:private/dkim |
444 | 444 | ||
445 | alias_database = hash:/etc/postfix/aliases texthash:/srv/mail/spm | 445 | alias_maps = hash:/etc/postfix/aliases texthash:/srv/mail/spm |
446 | ''; | 446 | ''; |
447 | extraMasterConf = '' | 447 | extraMasterConf = '' |
448 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) | 448 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) |