Benny Pedersen wrote:
On Mon, October 16, 2006 00:16, Brian S. Meehan wrote:
It appears that my email address is now being used as a from address in
many spam emails to many addresses. Over the past week, I have gotten 150+
"postmaster: mail delivery failure" -each day-.

is it with enveloppe from [EMAIL PROTECTED] ?

if yes, make postfix reject FROM: postmaster will solve it nicely

pcre_reject_no_real_user_map.pcre:
/[EMAIL PROTECTED]/ REJECT Postmasters is nice

main.cf:
smtpd_sender_restrictions =
 ...
 check_sender_access pcre:/etc/postfix/pcre_reject_no_real_user_map.pcre
 ...

do not make it to the recipient !

I'm not a postfix user, so clue me in. Doesn't this prevent local bounce messages from being delivered?

I also believe that the original post was about backscatter, not forged postmaster mail.

--
Jo Rhett
Network/Software Engineer
Net Consonance

Reply via email to