diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -409,7 +409,6 @@ in rec { | |||
409 | 409 | ||
410 | smtpd_recipient_restrictions = | 410 | smtpd_recipient_restrictions = |
411 | reject_unauth_pipelining, | 411 | reject_unauth_pipelining, |
412 | reject_unauth_destination, | ||
413 | reject_non_fqdn_recipient, | 412 | reject_non_fqdn_recipient, |
414 | reject_unknown_recipient_domain, | 413 | reject_unknown_recipient_domain, |
415 | check_recipient_access hash:/srv/mail/recipient_access, | 414 | check_recipient_access hash:/srv/mail/recipient_access, |
@@ -419,6 +418,7 @@ in rec { | |||
419 | reject_non_fqdn_helo_hostname, | 418 | reject_non_fqdn_helo_hostname, |
420 | reject_invalid_helo_hostname, | 419 | reject_invalid_helo_hostname, |
421 | reject_unknown_reverse_client_hostname, | 420 | reject_unknown_reverse_client_hostname, |
421 | reject_unauth_destination, | ||
422 | check_client_access regexp:${pkgs.writeText "spfpolicy" '' | 422 | check_client_access regexp:${pkgs.writeText "spfpolicy" '' |
423 | /(^|\.)tu-muenchen\.de$/ DUNNO | 423 | /(^|\.)tu-muenchen\.de$/ DUNNO |
424 | /(^|\.)tum\.de$/ DUNNO | 424 | /(^|\.)tum\.de$/ DUNNO |