Ralf Hildebrandt wrote:
> Rob Morin:
> > Oh, i see, thanks for the info...
>
> So, how many children is your installation running?
> I use:
>
> $max_servers = 10; # number of pre-forked children (2..15is common)
>
> --
> Ralf Hildebrandt
Don't forget to match maxproc (for the amavis transport) in master.cf
(if using Postfix):
in amavisd.conf:
$max_servers = 8;
in master.cf:
######################################### maxproc #####
smtp-amavis unix - - n - 8 smtp
-o smtp_data_done_timeout=1200
-o smtp_send_xforward_command=yes
-o disable_dns_lookups=yes
http://www.ijs.si/software/amavisd/README.performance.txt
http://www.mail-archive.com/[email protected]/msg00710.html
--
Gary V
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/