![]() |
4000 bounced email in one hour
hi guys
since yesterday I had email problem so I was keep sending email for test purpose, I don't think the total was more than 200 email. however today I could fix it after all by putting the correct hostname but now one of my box keep receive this email for more than 4000 times in last one hour: Code:
This is the Postfix program at host host2.persiasys.com. |
Please add localhost.localdomain at the end of the file /etc/postfix/local-host-names on your server and restart postfix. Make also sure that localhost.localdomain points to the IP 127.0.0.1 in your /etc/hosts file.
|
thanks for the reply
I've added that, no I can receive email with no problem. but there is small problem. the email in roundcube shows up as : blahblah@www.ir-sr.com instead of blahblah@ir-sr.com |
Quote:
|
Quote:
Really. Really. Weird. Added this above fix, and it seemed to have worked. I just have to know. What gave or broke? Two years of being good. Then... BAM! 4000 emails being bounced. All having the same "admispconfig@localhost.localdomain name service for name localhost.localdomain type=AAAA: Host not found" message. Was someone in my network being naughty? Do I need to ram their mouse and keyboard up their "you-know-what" for making me research this issue? |
ISPConfig Flooding System with E-Mails
I'm getting emails every second on the local machine to admispconfig@localhost.localdomain. I realize ispconfig uses this to send mail traffic statistics to itself. The problem is.. I don't have ispconfig.
I uninstalled ispconfig over a month ago .. there are no cron jobs no admispconfig user... and there is no /home/admispconfig anymore. In fact, the emails were continuing to be sent despite there being no admispconfig user, and since 5-6 were being sent every second, each one would create a failure notice, causing a cascade of errors that have flooded my logs and taken up significant resources on our server for weeks now. Please let me know how to stop this automated process, if you cannot do that... can you tell me how this automated process works because it apparently does not use cron. |
This is built into the procmail recipes for every mail account. You should have deleted every website and mailuser before you have deleted ispconfig.
So to stop this, remove the procmail recipes in the home directory from every user on your server. |
Procmail Local Mail Flooding
Here is what i did to hopefully fix the issue . The server where ispconfig was installed was a production server. As much as I would like to say that I had a redundant setup where i could take this machine down and have all our production domains stay up without interuption, I do not.
There was no way I could consider deleting all the websites and mail directories. The ispconfig removal script gave me the choice of removing all the sites and ispconfig, or just removing ispconfig. I chose to only remove ispconfig. Here is my solution (the commands prefixed with : are vim commands) --------------------------------------------------------------------- locate .procmailrc > ~/tmp/procmailrc_locations vim ~/tmp/procmailrc_locations :%s/^\(.*\)$/cat \1 | sed -e 's\/^INCLUDERC\/## INCLUDERC\/' > \1 :w :!bash ~/tmp/procmailrc_locations locate .mailsizerc | xargs rm |
| All times are GMT +2. The time now is 00:49. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.