diff options
| -rw-r--r-- | hel.nix | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -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 |
