Posted by lapurD on January 22, 2010 at 11:59am
My postfix mail queue is full with mails that cannot be send because of wrong address. For example:
(delivery temporarily suspended: connect to wrong.moc[260.260.260.260]:25: Connection timed out)
For one day number of these messages increase to more than 2000. I delete them with
postsuper -d ALL
postsuper -d ALL deferred
but after 5 minutes they start to fill the queue again!
These 2-3 wrong addresses was entered by me when I configure my Drupal installation. Now there aren't users with these e-mails but something (most likely Drupal) is still trying to send messages to them.
I use Debian. Here is my masked syslog:
Jan 22 03:49:01 katy postfix/pickup[2222]: B55BB5B5BB: uid=0 from=<denny>
Jan 22 03:49:01 katy postfix/cleanup[3333]: B55BB5B5BB: message-id=<11222000000022.B55BB5B5BB@mydomain.net>
Jan 22 03:49:01 katy postfix/qmgr[4444]: B55BB5B5BB: from=<denny@very.wrong.moc>, size=333, nrcpt=1 (queue active)
Jan 22 03:49:05 katy postfix/pickup[2222]: AA66A666AA: uid=1000 from=<mike>
Jan 22 03:49:05 katy postfix/cleanup[3333]: AA66A666AA: message-id=<55050005550055.AA66A666AA@mydomain.net>
Jan 22 03:49:05 katy postfix/qmgr[4444]: AA66A666AA: from=<mike@very.wrong.moc>, size=444, nrcpt=1 (queue active)
Jan 22 03:49:26 katy postfix/qmgr[4444]: CC7C77C7C: from=<mike@very.wrong.moc>, size=555, nrcpt=1 (queue active)
Jan 22 03:49:26 katy postfix/qmgr[4444]: 77D7DDD7DD: from=<denny@very.wrong.moc>, size=333, nrcpt=1 (queue active)
Jan 22 03:49:56 katy postfix/smtp[5555]: connect to wrong.moc[260.260.260.260]:25: Connection timed out
Jan 22 03:49:56 katy postfix/smtp[6666]: connect to wrong.moc[260.260.260.260]:25: Connection timed out
Jan 22 03:49:56 katy postfix/smtp[6666]: 88EE8E8EEE: to=<denny@very.wrong.moc>, orig_to=<denny>, relay=none, delay=4612, delays=4581/0.05/30/0, dsn=4.4.1, status=deferred (connect to wrong.moc[260.260.260.260]:25: Connection timed out)
Jan 22 03:49:56 katy postfix/error[7777]: F9FF9FFF9: to=<mike@very.wrong.moc>, orig_to=<mike>, relay=none, delay=2272, delays=2241/30/0/0.01, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to wrong.moc[260.260.260.260]:25: Connection timed out)How I can stop this?
Comments
I have the same problem but
I have the same problem but in ubuntu and the emails where not entered by me, it seems like if a robot was sending emails.
Any solution?
Thanks!