* Gianluca Marcari <[EMAIL PROTECTED]>:
> Relevant data in /etc/amavisd:conf:
> $max_servers = 10;
Maybe this can be increased.
> $max_requests = 10;
This is a bit low.
> Mail which have long processing time exhibit an odd breakdown,
> spending a huge chunk of that time in fwd-rcpt-to and sometimes
> best_try_originator
Make sure that the smtpd's which get the mail back from amavisd are
configured like this:
localhost:10026
inet n - - - - smtpd
-o smtpd_authorized_xforward_hosts=127.0.0.0/8
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,reject
-o mynetworks=127.0.0.0/8
-o
receive_override_options=no_unknown_recipient_checks,no_header_body_checks
-o content_filter=
thus preventing unneeded lookups!
--
Ralf Hildebrandt (i.A. des IT-Zentrums) [EMAIL PROTECTED]
Charite - Universitätsmedizin Berlin Tel. +49 (0)30-450 570-155
Gemeinsame Einrichtung von FU- und HU-Berlin Fax. +49 (0)30-450 570-962
IT-Zentrum Standort CBF send no mail to [EMAIL PROTECTED]
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
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/