Wazir,

> Thanks for your response.  That's what I had thought when I started
> looking into this, but then I tried it on another box and got the same
> results.  Here is what I have in amavisd.conf file:
> @local_domains_maps = read_hash("$MYHOME/etc/local_domains");
> .. and in my local_domains file:
> cerintha.com
> fdma.com

Looks fine.


The
  do_log(2,"penpals: bonus ...
log entry call is protected (in amavisd 2.5.3) by:
  if (defined($rid) && $sid ne $rid && $r->recip_is_local) {
so it must be that your recipient <[EMAIL PROTECTED]> is indeed
considered local for some reason.


Put the following at the end of amavisd.conf:

for my $m (@local_domains_maps) {
  if    (ref $m eq 'HASH')  { dump_hash($m) }
  elsif (ref $m eq 'ARRAY') { dump_array($m) }
  else { print STDERR "element: $m\n" }
}
exit;

and start amavisd - it should print the contents
of lookup tables in a list @local_domains_maps
to the screen and exit.

  Mark

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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/

Reply via email to