• 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.

Anybody use Smartermail?

W

Webplus

Guest
If you use SmarterMail, can you check if Spamassassin is working?
If yes, can you go into SmarterMail Admin and see what's the command line on Settings -> General Settings -> Spool.

I'm asking this because I can't put Spamassassin to work since update to 7.6.

Thank you.
 
yep! use smfilter from
http://www.efextra.com/smfilter.htm

In the smfilter.ini file set

USE_SOCKET=0

; IP address of the machine running clamd.
CLAMD_HOST=127.0.0.1

; Port on which clamd is listening for connections (default 3310).
CLAMD_PORT=3310

; Path to command line scanner clamscan.exe or clamdscan.exe (ignored if using sockets).
CLAMSCAN_PATH=C:\clamav-devel\bin\clamscan.exe --no-summary --stdout

SA_PATH=spamassassin.bat -e
 
Back
Top