diff options
-rw-r--r-- | ymir.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -445,8 +445,7 @@ in rec { | |||
445 | /(^|\.)mhn\.de$/ DUNNO | 445 | /(^|\.)mhn\.de$/ DUNNO |
446 | /(^|\.)mwn\.de$/ DUNNO | 446 | /(^|\.)mwn\.de$/ DUNNO |
447 | /.*/ spfcheck | 447 | /.*/ spfcheck |
448 | ''}, | 448 | ''} |
449 | check_policy_service unix:private/policy-greylist | ||
450 | smtpd_restriction_classes = spfcheck | 449 | smtpd_restriction_classes = spfcheck |
451 | spfcheck = | 450 | spfcheck = |
452 | check_policy_service unix:private/policy-spf | 451 | check_policy_service unix:private/policy-spf |