Hi, first, thanks a lot for your help. Unfortunately, I already tried that and it didn't fix the problem. I even sniffed the network and didn't see any unrelevant traffic....I wonder if this can be something else like malformed email or an amavis bug ?
thanks > From: Mark Martinec <[EMAIL PROTECTED]> > Organization: J. Stefan Institute > To: [email protected] > Subject: Re: [AMaViS-user] DENIED ACCESS from IP 0.0.0.0, policy bank '' > Date: Wed, 14 Dec 2005 17:55:07 +0100 > > Rene, > > > I am running amavisd-new on a high load environment (about 1 milion > > emails a day). When the email traffic is really high (especially now with > > christmas SPAM), my amavisd-new process get really slow after a while. > > The average process time is about 15 seconds per emails, event if all > > external checks are disabled. I have to restart amavisd 20 times a day to > > solve the problem. > > When to problem occur, there is still memory available and the computer > > is not swapping, the load is not high. There is no stuck process. I have > > this message in /var/log/mail/info happenning for every email: > > > > DENIED ACCESS from IP 0.0.0.0, policy bank '' > > For some reason the Net::Server is saying the IP address of the client > that is trying to connect to port 10024 has an IP address 0.0.0.0 (i.e. > an unspecified address). The information is given by Net::Server in > $self->{server}->{peeraddr} to a subroutine allow_deny_hook, > which then consults your @inet_acl, and if 0.0.0.0 is not listed > in this list (amavisd.conf), then the connection is rejected, > rightfully so. > > As a quick stopgap fix you can add 0.0.0.0 to your @inet_acl list, > although this may allow other clients to connect to amavisd as well > and may not be safe. The true solution is to find out why the > socket does not see the proper IP address of a client connecting to it. > Or protect the socket by a firewall. > > 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/
