On Fri, 20 Jan 2006, Henrique de Moraes Holschuh wrote:

amavisd-new won't tag mail for non-local recipients. You need to define a
proper @local_domains_acl (I notice we didn't ship this in the conf.d files
and use the amavis builtin defaults.  That's broken and it will be fixed in
the next upload), or another member of the @local_domains_maps, which is
"\%local_domains, [EMAIL PROTECTED], \$local_domains_re".

Try adding this:
        @local_domains_acl = qw( .domain1 .domain2 .domain3 );

to one of the config files (change the domains to the domains that machine
is responsible for).  Does that fix your problem?

I added

@local_domains_acl = ( ".$mydomain" );  # $mydomain and its subdomains

It's working again...and now I know a bit more about amavis.

many thanks,

Thomas

--
Thomas Lakofski      +4470 9228 8229            'Reality is that which,
gnupg            550C DD74 4C38 FAC2 E870    when you stop believing in it,
1024D/527D151D   360C A37B BB79 527D 151D        doesn't go away' --PKD


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to