[email protected] a écrit : > Hi, > > in our two mail servers i see last weeks this: > > non-SMTP command from 250.84.221.62.dyn.idknet.com[62.221.84.250]: > From: ? VIAGRA ? Official Site > > How can i block these accesses?
add
reject_rbl_client zen.spamhaus.org
to your smtpd_recipient_restrictions (somewhere after
reject_unauth_destination).
this will block a lot of junk. after that, you can ask for help on junk
that is not blocked by that.
> [snip]
