summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index e7d61a3d..c95bbedd 100644
--- a/hel.nix
+++ b/hel.nix
@@ -201,7 +201,7 @@
201 authorized_submit_users = !uucp, static:anyone 201 authorized_submit_users = !uucp, static:anyone
202 message_size_limit = 0 202 message_size_limit = 0
203 203
204 smtp_sender_dependent_authentication = yes 204 smtp_sender_dependent_authentication = no
205 sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" '' 205 sender_dependent_default_transport_maps = regexp:${pkgs.writeText "sender_relay" ''
206 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc 206 /@math(ematik)?\.(lmu|uni-muenchen)\.de$/ sshsendmail:math60.mathinst.loc
207 /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de 207 /@(cip|stud)\.ifi\.(lmu|uni-muenchen)\.de$/ smtp:smtp.ifi.lmu.de
@@ -211,7 +211,7 @@
211 smtp_sasl_auth_enable = yes 211 smtp_sasl_auth_enable = yes
212 212
213 smtp_cname_overrides_servername = no 213 smtp_cname_overrides_servername = no
214 smtp_sasl_security_options = noanonymous 214 smtp_sasl_security_options =
215 ''; 215 '';
216 }; 216 };
217 217