diff options
Diffstat (limited to 'ymir.nix')
-rw-r--r-- | ymir.nix | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -405,12 +405,7 @@ in rec { | |||
405 | 405 | ||
406 | smtpd_delay_reject = yes | 406 | smtpd_delay_reject = yes |
407 | smtpd_helo_required = yes | 407 | smtpd_helo_required = yes |
408 | smtpd_helo_restrictions = | 408 | smtpd_helo_restrictions = permit |
409 | permit_mynetworks, | ||
410 | reject_non_fqdn_helo_hostname, | ||
411 | reject_invalid_helo_hostname, | ||
412 | reject_unknown_reverse_client_hostname, | ||
413 | permit | ||
414 | 409 | ||
415 | smtpd_recipient_restrictions = | 410 | smtpd_recipient_restrictions = |
416 | reject_unauth_pipelining, | 411 | reject_unauth_pipelining, |
@@ -420,6 +415,9 @@ in rec { | |||
420 | check_policy_service unix:private/policy-quota, | 415 | check_policy_service unix:private/policy-quota, |
421 | permit_mynetworks, | 416 | permit_mynetworks, |
422 | permit_sasl_authenticated, | 417 | permit_sasl_authenticated, |
418 | reject_non_fqdn_helo_hostname, | ||
419 | reject_invalid_helo_hostname, | ||
420 | reject_unknown_reverse_client_hostname, | ||
423 | reject_unauth_destination, | 421 | reject_unauth_destination, |
424 | check_client_access regexp:${pkgs.writeText "spfpolicy" '' | 422 | check_client_access regexp:${pkgs.writeText "spfpolicy" '' |
425 | /(^|\.)tu-muenchen\.de$/ DUNNO | 423 | /(^|\.)tu-muenchen\.de$/ DUNNO |