Peter, > Installed amavisd-2.5.1 [cent0S 4.4 / Dell PE] today on a perimeter > mail server - I noticed what may be normal behavior, but I wanted > someone to confirm it: > > When I telnet to localhost - on 25 & 10025 I get the expected ESMTP > responses. But from 10024 there's nothing. Is that normal?
Not normal, unless you are connecting from an IP address that is not in @inet_acl, which by default only permits connecting from a loopback IP address: @inet_acl = qw( 127.0.0.1 [::1] ); Start amavisd in debug mode (# amavisd debug) and see what it reports when you try to telnet to its port 10024. > I have 3 others > running and they all show the correct ESMTP responses. If not, what > debug output would I be looking for from amavis at log lever 4? Perhaps: (!)DENIED ACCESS from IP xx.xx.xx.xx, policy bank '' It could also be that all your amavisd services are busy and have an active session with Postfix smtp services. In this case (to facilitate testing and/or releasing from a quarantine), you may want to run one additional amavisd child process (set $max_servers in amavisd.conf to one more than is maxproc in master.cf for a smtp service that is feeding amavisd, typically named 'smtp-amavis' or 'amavisfeed' in more recent documentation). > SA check: 71563 (99%)99, 71 seconds is pretty bad. If it happens frequently, try running SA on a command line (su vscan -c 'spamassassin -t -D <test.msg) on some test message and see what is bogging it down. Could be DNS, Botnet, Bayes, ... Mark ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ 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/
