lør, 23.07.2005 kl. 02.39 skrev Javier Carlos Viegas:

> > > Hi, im havving this error, when i receive any
> > email,
> > > im testing
> > > amavisd-new to see if i can use it for spam
> > filtering
> > > with SA.
> > 
> > > This is on my logs:
> > 
> > > Jul 22 21:05:27 vida amavis[4619]: DENIED ACCESS
> > from
> > > IP 192.168.1.10,
> > > policy bank ''

I'd say this is error caused by a change you've made to amavisd.conf
invalidating the standard policy_bank value. 

You should have something like:

$policy_bank{'ALT'} = {
  inet_acl => [qw( 127.0.0.1 192.168..1.10 )],
};
$interface_policy{'10024'} = 'ALT';

For an idea of what policy_bank can mean for you (it's powerful), look
through the amavisd.conf-sample file included with the source code, or
in /usr/share/doc/amavis-new-versionnr if you've installed from an rpm.

> > > I´ve modified main.cf and master.cf according the
> > > readme files, like so:

I don't believe this has anything to do with Postfix, your log gives an
amavis error.

[...]

--Tonni

-- 
mail: [EMAIL PROTECTED]
http://www.billy.demon.nl




-------------------------------------------------------
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_idt77&alloc_id492&op=click
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to