Added few RBLs. And checked the following two from the web admin.
[x] Client must greet with a fully qualified hostname (reject_non_fqdn_hostname)
[x] Sender's domain (reject_unknown_sender_domain)
Changed the max_servers (amavisd.conf amavisd.conf.in)
#$max_servers = 10; # number of pre-forked children (2..15 is common)
$max_servers = 2; # number of pre-forked children (2..15 is common)
Changing the max_servers to 2 helped a little. amavisd still uses much resources.
top ...
PID USER
PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
18076 zimbra 25 0 2918m 2.8g 3544 R 98 71.3 1:46.15 amavisd
and
31827 zimbra 25 0 1085m 1.0g 2588 R 100 25.6 0:37.05 amavisd
The port 25 is blocked with iptables (ecxept for 127.0.0.1 and the servers IP).
Mail queues shows 2 deferred and 14 Active. Is there a amavis queue somewhere? Or other queues than the one that the Zimbra web admin shows?