Possible to use sauserpref and MySQL in Roundcube?

And tried enabled ADDOPTS="–saconfig=/etc/spampd.conf in /etc/defaults/spampd and added /etc/spamassassin/sauserpref.cf info to that conf file.

First: There is a bug in /etc/defaults/spampd. The last few lines are:

# The following sample entry enables use of a config file 
# by spampd which can be used to override parameters from
# the system-wide SpamAssassin configuration
#
#ADDOPTS="--config=/etc/spampd.conf" 
ADDOPTS="--maxsize=2000"
#ADDOPTS=""

But, --config isn’t a valid option, it should

#ADDOPTS=“–saconfig=/etc/spampd.conf”

Anyway, still doesn’t work :slight_smile: