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

What's the output of:
        hostname --fqdn
and of
        head -n 1 /etc/mailname
?

[EMAIL PROTECTED]:~$ hostname --fqdn
o9.88.net
[EMAIL PROTECTED]:~$ cat /etc/mailname
88.net
[EMAIL PROTECTED]:~$

ok, looks like this'll be causing the problem.  I'll define a
@local_domains_acl by reference to my old configuration prior to the
upgrade.

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?

Will let you know.

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