Peter, > It seems that the main problem was the low number of processes I had > allocated to postfix inside master.cf. I changed it from 5 to 150 and > disconnects were reduced dramatically.
I'm glad the problem was tracked down. > Those I still register are > either from "unknown" (unresolvable) or from dubiously-named hosts. > But I still get one distressing disconnect: > Jun 4 10:19:32 host postfix/smtpd[23634]: connect from > localhost.domain.com[127.0.0.1] > Jun 4 10:19:32 host postfix/smtpd[23634]: 764E1DD883: > client=localhost.domain.com[127.0.0.1] > Jun 4 10:19:32 host postfix/smtpd[23634]: disconnect from > localhost.domain.com[127.0.0.1] Could it be that you have a maxproc limit on smtpd @ port 10025 as well? The entry "10025 inet n - n - - smtpd ..." in master.cf should not have any explicit maxproc limits, the default of 100 is just fine (or at least it should be as high as $max_servers plus a few for good measure). Use or this service is already limited by the service feeding mail to a content filter. Mark _______________________________________________ AMaViS-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/
