John wrote:

> As mentioned in the original message, there is no address rewriting 
> configured in the system.  There's one thing you mentioned that caught 
> my attention, @local_domains_maps.  The server having the problem was 
> set up to run mailman at a domain of "lists.franklinamerican.com" some 
> six months ago.  Amavis has '@local_domains_acl = ( ".$mydomain" );', 
> $mydomain being 'franklinamerican.com'.  Amavis scans mail directed to 
> mailman at lists.franklinamerican.com and to users at 
> franklinamerican.com.  We do have messages regularly blocked from the 
> listserv by Amavis' virus scanner, so it's checking mail for both domains.

> I will give the mailbox server a close look.  There would have to be 
> some obvious statement somewhere that says "skip mail from THIS_SERVER", 
> but I haven't seen one.

Hmm, if
$mydomain = 'franklinamerican.com';
and
@local_domains_acl = ( ".$mydomain" );

then this would consider franklinamerican.com and any
hostname/subdomain (including lists.franklinamerican.com) local.
The period in front of .$mydomain providing the wildcard.

Read through the part: "No spam-related headers inserted?"
http://www.ijs.si/software/amavisd/#faq-spam
The answer should be in there somewhere.

Gary V



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&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