|
Problem solved (Customer Issue Ticket #379). Thanks Jamie.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The spam and virus filtering features have always been turned off by default, but now that we include all the dependencies required for this as part of Virtualmin Pro, I can't see any good reason for this. So in future releases, they will be enabled by default.
Regarding the problems you saw when checking the module config, there are two things you need to do to fix them :
1) If using Postfix as your mail server, make sure that in the /etc/postfix/main.cf file, the mailbox_command line is set to :
mailbox_command = /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME
What is surprising is that this should have been set by default when installing Virtualmin. Did you get any errors from the install script?
2) Because spam filtering is enabled domain-by-domain, you don't need to have any directives in /etc/procmailrc to call spamassassin. The quickest way to fix this is just to delete /etc/procmailrc, and Virtualmin will re-create it when spam filtering is enabled for a domain.
|