summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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