• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

spamassassin user level config

M

matticus825

Guest
When attempting to set user config in plesk returns the following error:

Error: Cannot exec 'spammng -E -e -z save -n [email protected]':
'--enable-mailname' specified with '--disable-mailname' option
For usage information start utility with '--help' option.


I believe I have found the problem, but am not sure where the file is I would need to modify to update.

popuser 23627 0.0 0.2 24956 22748 ? Ss 14:36 0:00 /usr/bin/spamd --username=popuser --daemonize --nouser-config --helper-home-dir=/var/qmail --max-children 5 --create-prefs --virtual-config-dir=/var/qmail/mailnames/%d/%l/.spamassassin --pidfile=/var/run/spamd/spamd_full.pid --socketpath=/tmp/spamd_full.sock

looks like I need to change the --nouser-config option to --user-config.

Trying to locate the file where plesk sets these options. So far I've found what looks like the file plesk uses to start spam assassin at /usr/local/psa/admin/plib/api-cli/spamassassin.php. Only problem is the file looks to be mostly binary with a blurb stating it should be used only with plesk.
 
Back
Top