Hello All, I'm trying to figure out the workaround for when a domain sends an email to lets say 1...@abc.com and then that is supposed to forward to b...@xyz.com but b...@xyz.com postfix is rejecting the message: (Yes, names and IP's have been changed to protect the innocent)
Oct 16 23:16:12 mgw postfix/smtpd[1443]: connect from postfix.xyz.com [152.30.131.212] Oct 16 23:16:12 mgw postfix/smtpd[1443]: Anonymous TLS connection established from postfix.xyz.com[152.30.131.212]: TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits) Oct 16 23:16:12 mgw postfix/smtpd[1443]: NOQUEUE: reject: RCPT from postfix.xyz.com[152.30.131.212]: 554 5.7.1 <b...@xyz.com>: Recipient address rejected: Rejected by SPF: 152.30.131.212 is not a designated mailserver for noreply%40e.fiverr.com (context mfrom, on mgw.innovativeinternet.net); from=<nore...@e.fiverr.com> to=<b...@xyz.com> proto=ESMTP helo=<postfix.xyz.com > Oct 16 23:16:13 mgw postfix/smtpd[1443]: disconnect from postfix.xyz.com[152.30.131.212] ehlo=2 starttls=1 mail=1 rcpt=0/1 data=0/1 quit=1 commands=5/7 -- Thanks! Joey