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

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