Hi
all, im having a small issue with SA creating new user dirs and user prefs
files. Here is
my startup /bin/spamd --daemonize --username=virtual
--virtual-config-dir=/usr/local/virtual/%d/%l --nouser-config -s spamd -L -a
&& echo -n ' spamd' I
want it to run daemonized and to use per user prefs ONLY if they exist. If they
don’t then default back to the system wide default local.cf in
/etc/mail/spamassassin. However, now when an email is received by my users it
creates the .spamassassin folder with all the fixings inside like the bayes
files and such. (it also does this for user accounts that don’t even
exist on the machine which can become really annoying seeing new folders popup
as users when they don’t exist). I do
not have the –c option in my startup, which I was under the impression
would stop this from happening, however it has not. Any assistance would be
great appreciated. Thanks! |