Exim, refused: too many connections

One of our mailserver having problem last week. It’s caused by the massive connections connected into the server sending out newsletter(large database unstoppable loops) from one host.

2006-06-15 08:50:06 Connection from [201.xx.xx.xx] refused: too many connections
2006-06-15 08:50:20 Connection from [201.xx.xx.xx] refused: too many connections
2006-06-15 08:50:24 Connection from [201.xx.xx.xx] refused: too many connections
2006-06-15 08:50:28 Connection from [201.xx.xx.xx] refused: too many connections
2006-06-15 08:50:32 Connection from [201.xx.xx.xx] refused: too many connections

Exim default allow maximum 20 connections from a host. You can increase the connection in the main configuration file by adding in this line;

smtp_accept_max = 50

For more information, visit Exim’s documentation site.

Related posts:

  1. Enable SMTP Port 587 on Exim Most of the ISP block port 25 for outgoing SMTP....
  2. Exim, Recipient Verify on Relay and Mail Server How many of you got dictionary/ratware attack on your mail...
  3. exim: rejected EHLO, syntactically invalid argument If you email having problem with rejected EHLO or HELO,...
  4. FreeBSD Ports PHP with Suhosin Just found out FreeBSD Ports ported Suhosin. When you install...
  5. PHP Recode Caused PHP Core Dump? php -v PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Nov...
  6. FreeBSD 6.1 Performance Tuning Just a note for myself to tune FreeBSD OS for...
  7. Quick File Copy on File Name with Sample Extension By default, some of the application installation provide you a...
  8. ubuntu intrepid 8.10 – no sound after viewing flash webpage Problem : Sound was working fine until visit some flash...
  9. Configure Smarthost SMTP Authentication on Postfix My machine at home cannot send email using port 25,...
  10. Backup and Archive Incoming Email with Exim Loitering around Google and finding a way to archive/backup incoming...

Leave a Reply