Paweł Leśniak wrote:
W dniu 2009-03-04 21:32, Jim McIver pisze:
I have Postfix 2.1 on Freebsd 4.10 and am having trouble blocking email from a domain.

Here is a snipet of the postqueue -p:

DF6A927D       3512 Tue Mar  3 18:42:35  MAILER-DAEMON
(connect to mx1.mail.yahoo.co.jp[124.83.183.240]: server dropped connection without sending the initial SMTP greeting)
                                        megu0327_he...@yahoo.co.jp

D5EFB277       3508 Tue Mar  3 18:42:28  MAILER-DAEMON
(connect to mx3.mail.yahoo.co.jp[203.216.247.184]: server dropped connection without sending the initial SMTP greeting)
                                        megu0327_he...@yahoo.co.jp

D870B221       3248 Tue Mar  3 15:03:34  MAILER-DAEMON
(connect to mx5.mail.yahoo.co.jp[203.216.243.173]: server dropped connection without sending the initial SMTP greeting)
                                        maria_rosmarinus0...@yahoo.co.jp

DA5AC227       3583 Tue Mar  3 14:46:26  MAILER-DAEMON
(host mx3.mail.yahoo.co.jp[124.83.155.153] said: 451 VS14-RT5 Mailbox bounce arrival rate exceeds system limit (#4.2.2) x_lily_05...@yahoo.co.jp (in reply to RCPT TO command))
                                        x_lily_05...@yahoo.co.jp

D11AD314       3248 Wed Mar  4 08:21:42  MAILER-DAEMON
(host mx3.mail.yahoo.co.jp[124.83.155.153] said: 451 VS14-RT5 Mailbox bounce arrival rate exceeds system limit (#4.2.2) maria_rosmarinus0...@yahoo.co.jp (in reply to RCPT TO command))
                                        maria_rosmarinus0...@yahoo.co.jp

D48452DB       3250 Wed Mar  4 11:39:04  MAILER-DAEMON
(host mx2.mail.yahoo.co.jp[203.216.243.170] said: 451 VS14-RT5 Mailbox bounce arrival rate exceeds system limit (#4.2.2) maria_rosmarinus0...@yahoo.co.jp (in reply to RCPT TO command))
                                        maria_rosmarinus0...@yahoo.co.jp

I would like to block the .co.jp so it doesn't pile up in postqueue.
This seems like your email address has been used as sender_address with some spam rejected by yahoo.co.jp (just a guess). Anyways your MAILER_DAEMON tries to send bounces to yahoo.co.jp. You'd have to check what's inside those bounced messages to find out what's the real problem, I mean why your mailserver is generating those bounces. You could reject those messages by rejecting recipients from yahoo.co.jp. but this is not recommended.

No, his postfix is generating these bounces. His postfix accepted mail addressed from *...@yahoo.co.jp, wasn't able to deliver it, and it attempting to return to sender.

Very likely these non-delivery reports are because his system is accepting mail to non-existent recipients. He is generating backscatter, not a victim of it.

Maybe OP has a wildcard entry in his virtual_alias_maps.


  -- Noel Jones

Reply via email to