Danita, > I wanted to follow up on this and let you know what it was. > In the master.cf for postfix, the smtp line had a maxproc of 2! > The default is supposed to be 100, and there was also an additional > argument of -o content_filter=smtp:[127.0.0.1]:10024 > In my original server, the maxproc was "-" - so the default of 100. I've > changed this now to 100 and it's fine.
Be sure not to confuse the smtpd line that listens on port 25 (or post smtp if you want symbolic names), and the entry that controls smtpd on port 10025. The one on port 25 should best be left to have a default maxproc. The one on port 10025 should have a fairly low limit, 2-5 for a small site, 5-15 for a large site (as a starting value), and that same value must be configured in amavisd.conf as $max_servers. Mark ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ 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/
