|
From: Mark M. <Mar...@ij...> - 2004-04-15 15:28:23
|
Mile, | Everything works but after some time sendmail-tx hang up with next message: | Apr 12 03:19:06 krt sm-mta-tx[9960]: | rejecting connections on daemon MTA-TX: 15 children, max 15 | It look like that sendmail-tx try to deliver email to unknown user or unknown | sites? When number of this process receive 15, sendmail-tx hung up. Seems like your sendmail option MaxDaemonChildren is set to 15. It should be unlimited (which is a default) on MTA-TX. Check the use of confMAX_DAEMON_CHILDREN, and the command line options specified in the sendmail startup script. Mark |