diff options
-rw-r--r-- | ymir.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -351,7 +351,6 @@ in rec { | |||
351 | permit_mynetworks, | 351 | permit_mynetworks, |
352 | reject_non_fqdn_helo_hostname, | 352 | reject_non_fqdn_helo_hostname, |
353 | reject_invalid_helo_hostname, | 353 | reject_invalid_helo_hostname, |
354 | check_policy_service unix:policy, | ||
355 | permit | 354 | permit |
356 | 355 | ||
357 | smtpd_sender_restrictions = | 356 | smtpd_sender_restrictions = |
@@ -364,6 +363,7 @@ in rec { | |||
364 | reject_unauth_pipelining, | 363 | reject_unauth_pipelining, |
365 | reject_non_fqdn_recipient, | 364 | reject_non_fqdn_recipient, |
366 | reject_unknown_recipient_domain, | 365 | reject_unknown_recipient_domain, |
366 | check_policy_service unix:policy, | ||
367 | permit_mynetworks, | 367 | permit_mynetworks, |
368 | reject_unauth_destination, | 368 | reject_unauth_destination, |
369 | permit | 369 | permit |