We use Amavisd with LDAP (qmail+amavis schema) and everything mostly works fine.

However, I have yet to find documentation that talk about the schema values 
that 
can be set in LDAP per user. (Or, should I not look for LDAP specific guides?)

In particular, most users do not want to receive spam and virus. This is the 
default and appears to work. But there are a few who would always want to 
receive Spam and Virus emails, and filter them themselves.

I currently have:

$final_virus_destiny      = D_DISCARD;
$final_spam_destiny       = D_DISCARD;

And my account is set to:

amavisBypassVirusChecks: FALSE
amavisBypassSpamChecks: FALSE
amavisSpamLover: TRUE
amavisVirusLover: TRUE

Which made me think I would receive Spam, tagged. But I do not. Changing 
"$final_spam_destiny" to D_PASS, and I receive spam, but then so all the others 
who do not wish to receive spam at all.

Can someone clarify how this works? How can I set it so that I receive spam, no 
matter how high the score, and others don't, based on LDAP settings?

Thanks,

Lund


-- 
Jorgen Lundman       | <[EMAIL PROTECTED]>
Unix Administrator   | +81 (0)3 -5456-2687 ext 1017 (work)
Shibuya-ku, Tokyo    | +81 (0)90-5578-8500          (cell)
Japan                | +81 (0)3 -3375-1767          (home)

-------------------------------------------------------------------------
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