diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:44:02 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-02 17:44:02 +0200 |
commit | 34ee8061403b979e471a9eecd250791a767c5244 (patch) | |
tree | 6c531a7d070acc5293c045c54369e6eb0762cc1f | |
parent | a8c119ba2f2cf819aa4fe28b11c28da279e325e6 (diff) | |
download | nixos-34ee8061403b979e471a9eecd250791a767c5244.tar nixos-34ee8061403b979e471a9eecd250791a767c5244.tar.gz nixos-34ee8061403b979e471a9eecd250791a767c5244.tar.bz2 nixos-34ee8061403b979e471a9eecd250791a767c5244.tar.xz nixos-34ee8061403b979e471a9eecd250791a767c5244.zip |
override transport instead of relay
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ | |||
201 | message_size_limit = 0 | 201 | message_size_limit = 0 |
202 | 202 | ||
203 | smtp_sender_dependent_authentication = yes | 203 | smtp_sender_dependent_authentication = yes |
204 | sender_dependent_relayhost_maps = regexp:${pkgs.writeText "sender_relay" '' | 204 | sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' |
205 | /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ [uni-muenchen.de] | 205 | /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ [uni-muenchen.de] |
206 | ''} | 206 | ''} |
207 | smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd | 207 | smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd |