From f6b45aab6db3e687d7826e0cfbdf35842616b968 Mon Sep 17 00:00:00 2001 From: Clinton Ebadi Date: Tue, 19 May 2015 02:13:08 -0400 Subject: [PATCH] temporarily set spf failure to warn while resolving member problems At least one member has been forwarding mail offsite and then back to hcoop, need to adjust some MX settings and see how best to support the case where a member wants to have a trusted relay for their domain to hcoop (we handle routing to trusted relays for members, might be reasonable to support the reverse rather than forcing them to expand their MX if they only want to relay to our mail servers). --- conf.d/acl/30_exim4-config_check_rcpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/acl/30_exim4-config_check_rcpt b/conf.d/acl/30_exim4-config_check_rcpt index 9f8a189..d4553bb 100644 --- a/conf.d/acl/30_exim4-config_check_rcpt +++ b/conf.d/acl/30_exim4-config_check_rcpt @@ -279,7 +279,7 @@ acl_check_rcpt: # Missing spf-tools-perl will trigger the "Unexpected error in # SPF check" warning. .ifdef CHECK_RCPT_SPF - deny + warn message = [SPF] $sender_host_address is not allowed to send mail from \ ${if def:sender_address_domain {$sender_address_domain}{$sender_helo_name}}. \ Please see \ -- 2.20.1