install SpamAssassin for Win32 as a Service
Posted: 2009-07-22 00:51
install SpamAssassin for Win32 as a Service for integration with hMailServer on windows NT
what will you need
1-SpamAssassin for Win32 http://sawin32.sourceforge.net/
2- Instsrv.exe: Service Installer & Srvany.exe: Applications as Services Utility
tools provided by Windows Server 2003 Resource Kit Tools http://www.microsoft.com/Downloads/deta ... laylang=en
have a look here
watch this video
3- c:\sa\spamd.exe -l -s c:\sa\spamd.log ----round-robin
1- command line arguments for spamd.exe as follows
-l This allows you to use spamc to learn a msg as ham, spam, or to forget what it previously learned.
-s This sets the log path to spamd.log
--round-robin Use the old style spawn method
4- to confgure spamc.exe refer to this thread here
that's all
what will you need
1-SpamAssassin for Win32 http://sawin32.sourceforge.net/
2- Instsrv.exe: Service Installer & Srvany.exe: Applications as Services Utility
tools provided by Windows Server 2003 Resource Kit Tools http://www.microsoft.com/Downloads/deta ... laylang=en
have a look here
watch this video
3- c:\sa\spamd.exe -l -s c:\sa\spamd.log ----round-robin
1- command line arguments for spamd.exe as follows
-l This allows you to use spamc to learn a msg as ham, spam, or to forget what it previously learned.
-s This sets the log path to spamd.log
--round-robin Use the old style spawn method
4- to confgure spamc.exe refer to this thread here
that's all