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:
- exim: rejected EHLO, syntactically invalid argument If you email having problem with rejected EHLO or HELO,...
- Enable SMTP Port 587 on Exim Most of the ISP block port 25 for outgoing SMTP....
- FreeBSD Ports PHP with Suhosin Just found out FreeBSD Ports ported Suhosin. When you install...
- PHP Recode Caused PHP Core Dump? php -v PHP 5.1.6 with Suhosin-Patch 0.9.6 (cli) (built: Nov...
- FreeBSD 6.1 Performance Tuning Just a note for myself to tune FreeBSD OS for...
- Exim, Recipient Verify on Relay and Mail Server How many of you got dictionary/ratware attack on your mail...
- PgPool – PostgreSQL Connection Cache Playing PgPool on a heavy load database server is fun....
- How to dig SRV record after creating it in DNS dig <record type> <host.name> e.g dig SRV _someservice._port.hostname.domainame.com.my OR dig...
- Error in suphp.c on line Am experimenting suphp on several servers for security reason. During...
- Quick File Copy on File Name with Sample Extension By default, some of the application installation provide you a...