I am getting soft bounces even with soft_bounce = no set in main.cf.
Feb 18 02:03:17 joe postfix/smtpd[601395]: NOQUEUE: reject: RCPT from inbound2b.ore.mailhop.org[54.68.193.51]: 450 4.1.8 <linri...@comcast.net>: Sender address rejected: Domain not found; from=<linri...@comcast.net> to=< john.griffith...@floridasunre.com> proto=ESMTP helo=<inbound2b.ore.mailhop.org> Feb 18 02:09:05 joe postfix/smtpd[602144]: NOQUEUE: reject: RCPT from inbound4b.ore.mailhop.org[54.149.154.28] :450 4.1.8 <news-stuff.smg01=grifent....@xgnix.com>: Sender address rejected: Domain not found; from=<news-st My email server receives from an email relay since I have a dynamic DNS IP. I have access.pcre, header_checks.pcre, and body_checks.pcre access.pcre example lines: # accept # /^((.+\.)?)*grifent\.com$/ OK /^((.+\.)?)*floridasunre\.com$/ OK # # rejects # # /^.*\.dc6\.en25\.com$/ 550 "Rejected - unwanted email" /^BrandiMartin41@hotmail\.com$/ 550 "Rejected - unwanted email" /^CAPITALGURUS@s39766\.m\.en25\.com$/ 550 "Rejected - unwanted email" /^GDawson@$/ 550 "Rejected - unwanted email" /^Sofiasshulka4512@outlook\.com$/ 550 "Rejected - unwanted email" /^Yashshrma321@outlook\.com$/ 550 "Rejected - unwanted email" /^\.184\.132\.90\.mtnl\.net\.in$/ 550 "Rejected - unwanted email" /^\.197\.speedy\.net\.pe$/ 550 "Rejected - unwanted email" header_checks.pcre example lines: /^Subject:.*virtual (assist(ant|ance)+|Acquisition)+/ REJECT Mail was detected as SPAM and rejected. /^Subject:.*Appointment Setting/ REJECT Mail was detected as SPAM and rejected. body_checks.pcre example line: /virtual (assist(ant|ance)+|Acquisition)+/ REJECT Mail was detected as SPAM and rejected.Will header_checks.pcre and body_checks.pcre accept 550 as a REJECT like accept.pcre? The documentation doesn't show that as being true.
What am I missing here? Regards, John
_______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org