• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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