summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 18:01:42 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 18:01:42 +0200
commita6c437b0f5c741f34c62403e24095465879b4153 (patch)
tree5f9f026882b6790247512f133fee69080bf1edd9
parent008cf2cec101ace14a691e7999418ce5df961514 (diff)
downloadnixos-a6c437b0f5c741f34c62403e24095465879b4153.tar
nixos-a6c437b0f5c741f34c62403e24095465879b4153.tar.gz
nixos-a6c437b0f5c741f34c62403e24095465879b4153.tar.bz2
nixos-a6c437b0f5c741f34c62403e24095465879b4153.tar.xz
nixos-a6c437b0f5c741f34c62403e24095465879b4153.zip
use canonical name
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 28a9ea02..7815742a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -201,7 +201,7 @@
201 201
202 smtp_sender_dependent_authentication = yes 202 smtp_sender_dependent_authentication = yes
203 sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' 203 sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" ''
204 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ smtp:smtp.mathematik.uni-muenchen.de 204 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ smtp:wapmail.mathematik.uni-muenchen.de
205 ''} 205 ''}
206 smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd 206 smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd
207 smtp_sasl_type = cyrus 207 smtp_sasl_type = cyrus