On 9/04/23 23:02, Peter via Postfix-users wrote:
On 9/04/23 21:23, tom--- via Postfix-users wrote:
I am using the policyd-spf by default configuration (never changed a
line), and this is the doc:
https://manpages.debian.org/testing/postfix-policyd-spf-python/policyd-spf.conf.5.en.html
But the doc says noting about "OK" and "DUNNO". so how?
Not sure, but since you identified that you are using Google DNS chasing
this is likely going to be a red herring, it probably already returns
DUNNO anyways.
Pretty sure it's not going to be policyd:
peter@linux:~/postfix/postfix-policyd-spf-perl$ grep DUNNO
postfix-policyd-spf-perl
my $DEFAULT_RESPONSE = 'DUNNO';
# Pick whatever response is not 'DUNNO'
if ($response and $response !~ /^DUNNO/i) {
return 'DUNNO' if ( ( ! defined( $domain ) ) or ( $domain eq '' ) );
return 'DUNNO';
return 'DUNNO';
return 'DUNNO';
peter@linux:~/postfix/postfix-policyd-spf-perl$ grep OK
postfix-policyd-spf-perl
Peter
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org