summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:40:13 +0200
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-10-02 17:40:13 +0200
commitb6de0e413599ca5363e8488d50fd56c63c911f04 (patch)
tree205d26eb7c9167e2dab42b8cc110bc556eac1879
parent23f495196b1ec1a8568456fc942950d3b009a8a1 (diff)
downloadnixos-b6de0e413599ca5363e8488d50fd56c63c911f04.tar
nixos-b6de0e413599ca5363e8488d50fd56c63c911f04.tar.gz
nixos-b6de0e413599ca5363e8488d50fd56c63c911f04.tar.bz2
nixos-b6de0e413599ca5363e8488d50fd56c63c911f04.tar.xz
nixos-b6de0e413599ca5363e8488d50fd56c63c911f04.zip
more sender dependent
-rw-r--r--hel.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/hel.nix b/hel.nix
index 860a54fd..f29ccc68 100644
--- a/hel.nix
+++ b/hel.nix
@@ -200,8 +200,10 @@
200 authorized_submit_users = !uucp, static:anyone 200 authorized_submit_users = !uucp, static:anyone
201 message_size_limit = 0 201 message_size_limit = 0
202 202
203 header_checks = regexp:/var/db/postfix/conf/header_checks 203 smtp_sender_dependent_authentication = yes
204 204 smtp_sender_dependent_relayhost_maps = regexp:${pkgs.writeText "sender_relay" ''
205 @math(ematik)?\.(lmu|uni-muenchen)\.de [uni-muenchen.de]
206 ''}
205 smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd 207 smtp_sasl_password_maps = texthash:/var/db/postfix/conf/sasl_passwd
206 smtp_sasl_type = cyrus 208 smtp_sasl_type = cyrus
207 smtp_sasl_auth_enable = yes 209 smtp_sasl_auth_enable = yes