Gary V wrote: > Maybe inet_interfaces (main.cf) needs to be set at: > inet_interfaces = 127.0.0.0/8 192.168.1.4
Hopefully this error is obvious, this should have read: inet_interfaces = 127.0.0.1 192.168.1.4 The intent was to insure Postfix could communicate on 127.0.0.1. If this machine has a single interface with a single IP address, then this should be 'inet_interfaces = all', which is the default, so the same effect could be achieved by removing this setting from main.cf. If not, then include 127.0.0.1 in the current setting. > or (amavisd.conf): > @inet_acl = qw(127.0.0.0/8 [::1] 192.168.1.4); > Give one of these two settings a try. Both if you still have problems. Gary V ------------------------------------------------------- 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/
