Dale, > May 30 09:19:04 daleenterprise.com /usr/bin/amavisd[25407]: > (25407-13) DENIED ACCESS from IP 10.1.100.11, policy bank ''
> $forward_method = 'smtp:*:*'; > $notify_method = $forward_method; > $inet_socket_port = [10024,10026]; > @inet_acl = qw(127.0.0.1 [::1] 10.1.100.11); Don't know, the setting of @inet_acl seems correct. Perhaps you have a later assignment to @inet_acl which overrides the above correct assignment. Perhaps turning up log level to 5 and searching for 'lookup_ip_acl' in the log might shed some light. > Setting the above socket, is this for amavisd-new to listen on? Yes, $inet_socket_port determines TCP ports on which amavisd will listen. > Will the mail recieved on 10024 be send out on 10025 and the mail > recieved on 10026 be sent out on 10027? Yes, if you use 'smtp:*:*'. You can also make port explicit, e.g. 'smtp:*:10025' which will feed mail back to the IP address it came from, but always on port 10025, regardless of the incomming port number. > The forward and notify, I haven't been using these so do I need to > use them now??? If you need non-default values, yes. Default values are listed in amavisd.conf-default. Mark ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&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/
