From 5316d9fd73b93dd949c37f6dc120a43f0fb646b0 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Tue, 1 Nov 2016 20:18:59 +0100 Subject: put unauth destination in correct place --- ymir.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ymir.nix b/ymir.nix index 5131fc36..2e81cd2e 100644 --- a/ymir.nix +++ b/ymir.nix @@ -409,6 +409,7 @@ in rec { smtpd_recipient_restrictions = reject_unauth_pipelining, + reject_unauth_destination, reject_non_fqdn_recipient, reject_unknown_recipient_domain, check_recipient_access hash:/srv/mail/recipient_access, @@ -418,7 +419,6 @@ in rec { reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, reject_unknown_reverse_client_hostname, - reject_unauth_destination, check_client_access regexp:${pkgs.writeText "spfpolicy" '' /(^|\.)tu-muenchen\.de$/ DUNNO /(^|\.)tum\.de$/ DUNNO -- cgit v1.2.3