summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:44:02 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:44:02 +0200
commit34ee8061403b979e471a9eecd250791a767c5244 (patch)
tree6c531a7d070acc5293c045c54369e6eb0762cc1f
parenta8c119ba2f2cf819aa4fe28b11c28da279e325e6 (diff)
downloadnixos-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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 68c3040a..0a75d73a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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