This is a discussion on Re: [AMaViS-user] Server dropped connection... within the Amavis User forums, part of the Anti-Spam and Anti-Virus Related Forums category; Mark Martinec wrote: > Ray, > > >>Because I am running dual instances, each instance is bound to ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Mark Martinec wrote:
> Ray, > > >>Because I am running dual instances, each instance is bound to an IP >>smtp_bind_address = 10.1.0.88 So I commented this out, but I am getting >>the same result. A google on this error message reveals few hints, but >>is/has been seen before. > > >>Mar 24 11:47:31 localhost amavis[993]: DENIED ACCESS from IP 10.1.0.88, >>policy bank '' > > > A quick fix is to add the 10.1.0.88 to the list of allowed IP addresses > (in amavisd.conf): > > @inet_acl = qw( 127.0.0.1 10.1.0.88 ); > > A more intersting question is why is the Postfix client using > this IP address when the destination address is the 127.0.0.1, > i.e. presumably on a loopback interface. What OS are you using? see http://www.postfix.org/postconf.5.html#inet_interfaces He should leave inet_interfaces to its default value ("all"). alternatively, set smtp_bind_address=0.0.0.0 (but the former is the recommended approach). ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ AMaViS-user mailing list AMaViS-user@lists.sourceforge.net https://lists.sourceforge.net/lists/...fo/amavis-user AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3 AMaViS-HowTos:http://www.amavis.org/howto/ |