I have 2 node cluster. Works well but last time I get a lot of rejects for one domain.
Get this error issue:
My "spfquery" check from master node:
Sender domain is entered in the whitelist. Why is the sender blocked anyway by SPF?
Get this error issue:
Code:
Nov 25 15:26:48 pmg postfix/smtpd[30129]: connect from esa2.hc333-29.ca.iphmx.com[216.71.130.199]
Nov 25 15:26:49 pmg postfix/smtpd[30129]: Anonymous TLS connection established from esa2.hc333-29.ca.iphmx.com[216.71.130.199]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)
Nov 25 15:26:51 pmg postfix/smtpd[30129]: NOQUEUE: reject: RCPT from esa2.hc333-29.ca.iphmx.com[216.71.130.199]: 554 5.7.1 <ab@domain.de>: Recipient address rejected: Rejected by SPF: 216.71.130.199 is not a designated mailserver for 123%40soti.net (context mfrom, on pmg.domain.de); from=<123@soti.net> to=<ab@domain.de> proto=ESMTP helo=<esa2.hc333-29.ca.iphmx.com>
Nov 25 15:26:56 pmg postfix/smtpd[30129]: disconnect from esa2.hc333-29.ca.iphmx.com[216.71.130.199] ehlo=2 starttls=1 mail=1 rcpt=0/1 rset=1 quit=1 commands=6/7
My "spfquery" check from master node:
Code:
root@pmg:~# spfquery --ip-address 216.71.130.199 -s 123@soti.net
pass
soti.net: Sender is authorized to use '123@soti.net' in 'mfrom' identity (mechanism 'exists:%{i}.spf.hc333-29.ca.iphmx.com' matched)
soti.net: Sender is authorized to use '123@soti.net' in 'mfrom' identity (mechanism 'exists:%{i}.spf.hc333-29.ca.iphmx.com' matched)
Received-SPF: pass (soti.net: Sender is authorized to use '123@soti.net' in 'mfrom' identity (mechanism 'exists:%{i}.spf.hc333-29.ca.iphmx.com' matched)) receiver=pmg.domain.de; identity=mailfrom; envelope-from="123@soti.net"; client-ip=216.71.130.199
Sender domain is entered in the whitelist. Why is the sender blocked anyway by SPF?