nik600,

> i would like to do this customization:
> ... and can i customize this options on a sql database?

> for some users if the mail il tagged as spam i deliver it to user
> (without quarantine it)

In SQL table policy, set spam_lover to "Y"
and spam_quarantine_to to a " " or and empty string (not to NULL).

You may also want to set bypass_spam_checks to "Y" for this user or domain
to save time.

> for some users if the mail is tagged as spam i don't deliver it to
> user, i send it so /dev/null

In SQL table policy, set spam_lover to "N"
and spam_quarantine_to (like above) to space.

> or on a default mailbox.

In SQL table policy, set spam_lover to "N"
and spam_quarantine_to to a string "spam-quarantine",
then you can configure quarantine location in
amavisd.conf, e.g.:
  $spam_quarantine_method = 'local:spam/%m.gz';

Mark

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