jacusy wrote:

>> In order for X-Spam-Status and similar headers to be inserted, the
>> recipient must be considered local. This is a FAQ.
>>
>> Look for "No spam-related headers inserted?" here:
>> http://www.ijs.si/software/amavisd/#faq-spam
>>
>> @local_domains_maps = ( [".$mydomain", '.example.com', '.example.net' ] );
>>
>> Gary V
>>
>>   

> I read it some hours ago, still doesnt work. Here the configuration line:
> $mydomain='augsburg.sup';
> @local_domains_maps = ( [".$mydomain"] );
> @local_domains_acl = ( ".$mydomain", ".sonntag-partner.de" );

> I would like to send mail from internet to e.g. [EMAIL PROTECTED]
> Is this adress considered local with my setup?

Don't use both @local_domains_acl and @local_domains_maps. In this
case @local_domains_acl will be overwritten by @local_domains_maps.

@local_domains_maps = ( [ ".$mydomain", '.sonntag-partner.de' ] );
# @local_domains_acl = ( ".$mydomain" );

Gary V


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
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