Hi to all, I have downloaded Virtual_Users_And_Domains_With_Postfix__Courier_And_MySQL_(CentOS_5_1) and it is working perfectly but I can't find where it is configured the spamassasin score and how to forward all spam to an email address. Thanks for your help !!!
Ok .. I searched a little harder .... I post it if someone needs it /etc/amavisd.conf --->> $sa_tag2_level_deflt = "yourscorelevel"; Still have some doubts : 1. Still haven't got how to ridirect all spam to an email address. 2. Say I want to turn off some services as not needed ( imap/pop3/bluetooth .. ) all I need is : chkconfig "service_name" off ?? Am I missing anything ? How about courier-authlib ? 3. Has anyone implemented this VM in a production environment? Say I need to filter out 50000-60000 emails a day how many resources ( ram ) would you give it in a ESX infrastructure? Thanks
You can specify a quarantine email address in the amavisd configuration. Yes, and then you must switch off the service: Code: /etc/init.d/"service_name" stop You can find out about the state of all services like this: Code: chkconfig --list