On 31.1.2010. 0:22, aa wrote:
> Hi,
> I installed my mail server using ISPConfig3 on Ubntu9.10 Server...
> I'm interested in using the two-level spam treatment configuring SPAM tag
> level,SPAM tag2 level and SPAM kill level...
>
> The server works perfectly but the mail that it receives don't show the
> effects of the spamassassin's intervention such as the X-Spam Level header,
> etc.
> So I'm not sure that the antispam check works really fine....
> In the log file I can't find any messages about spamassassin...
> Generally I created the same thing using postfix+procmail+spamassassin and
> it worked well but in that case spamassassin is invoked as command line
> executable..
>
> How can I make me sure that every check is executed ?
> Thanks..
>    

You probably need to add the domains you are hosting to the amavis 
configuration file:

@local_domains_acl = ( ".$mydomain", "domain2.com", "domain3.org" );

And you can also add this:

$sa_tag_level_deflt  = -999;  # add spam info headers if at, or above that level

This way even clean mails will have spam headers so you can make sure 
that amavis is indeed checking your emails.

Regards,

Goran Jurić
http://gogs.info/

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
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