On Fri, 20 Jan 2006, Thomas Lakofski wrote:
> fine before the recent major upgrade to amavis.  What further information
> would you like?  I can tar up /etc/amavis for you as a start.

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

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?

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh


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

Reply via email to