diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-23 00:28:25 +0200 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-10-23 00:28:25 +0200 |
commit | 057eebc93e700f2e2455f5b45b817ae7ebaa5d3f (patch) | |
tree | 92d6ace429bf820afd93b6f50419a38c1f221446 | |
parent | 25fd508d17a5adfc5e3f8cc87d5d8dbd699a7de2 (diff) | |
download | nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar.gz nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar.bz2 nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.tar.xz nixos-057eebc93e700f2e2455f5b45b817ae7ebaa5d3f.zip |
authentication should be per server not per sender
-rw-r--r-- | hel.nix | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||