Need Help For Header Gmail

ahsina

Newbie
Joined
Nov 20, 2020
Messages
4
Reaction score
0
Hi guys ,
thanks before for your answer
i hope can find someone help me
my question is how can send an email with my pmta and hide my IP from spf
like in image
the sender send me an email when i check it i found the spf NONE 0.0.0.0
without ip adress
photo_2020-11-09_01-35-09.jpg
 
In your postfix server try to change that :

main.cf

smtp_header_checks = regexp:/etc/postfix/header_checks


/etc/postfix/header_checks

/^Received:.*with ESMTPSA/ IGNORE
/^X-Originating-IP:/ IGNORE
 
In your postfix server try to change that :

main.cf

smtp_header_checks = regexp:/etc/postfix/header_checks


/etc/postfix/header_checks

/^Received:.*with ESMTPSA/ IGNORE
/^X-Originating-IP:/ IGNORE
i have pmta on my server not postfix
 
Back
Top