I use srvman, it's easy to use, it has a gui, and it's free.
I just run C:\NET\SpamAssassinWin32-EX\spamd-service.bat
as Win32 service, as LocalSystem account.

spamd-service.bat is below:

taskkill /F /IM:spamd.exe
C:
CD C:\NET\SpamAssassinWin32-EX
@rem spamd.exe --max-spare=6
spamd.exe -D --syslog="spamd.log" --max-spare=6


I hope it helps.



On Wed, Aug 18, 2010 at 12:23 AM, René Berber <r.ber...@computer.org> wrote:

> Jerry M wrote:
>
> > Ted,
> >
> > I used SC.exe and it installed spamd successfully as a service (at least
> > that's what sc told me).  But when I try to start it, I get "Error 1053
> > The service did not respond to the start or control request in a timely
> > fashion".  The microsoft help on that message is completely useless.
>
> smapd is NOT a Windows service, you can't install it just like that.
>
> Have you seen Daniel Lemke's announcement on this list?
> http://article.gmane.org/gmane.mail.spam.spamassassin.general/128839
>
> Perhaps the HOWTO referred on that article (I haven't read it) is of
> some help.
> --
> René Berber
>
>

Reply via email to