• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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