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 ca43426b..68c3040a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -202,7 +202,7 @@
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_relayhost_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
208 smtp_sasl_type = cyrus 208 smtp_sasl_type = cyrus