Search found 4 matches

by purplebear
2005-03-09 21:23
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

Re: arguments

after spamd service has been created with cygrunsrv, how can i add or delete spamd command line arguments? in your example, -a is the unique spamd argument loaded? You have two options. First, and probably easiest: cygrunsrv -R Spamassassin to remove the service, then: cygrunsrv -I Spamassassin -p ...
by purplebear
2005-03-09 21:17
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

What does "--syslog-socket=UDP" do? After some quick looking into the spamd docs finally, there is a better way to do this. cygrunsrv -I Spamassassin -p /usr/bin/spamd -a "-c /etc/mail/spamassassin -s /var/log/spamd.log" Keep in mind with this that /var/log/spamd.log will need to be rotated or trun...
by purplebear
2005-03-09 20:19
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

By default, spamd tries to use regular UNIX sockets, which fails. I just tried UDP, and it allowed it to run without issue. I was planning to look further into other options there.
by purplebear
2005-03-07 23:32
Forum: General discussions
Topic: HOWTO: Using SpamAssassin with hMailServer V4
Replies: 266
Views: 598976

SpamD as service on Windows using cygwin

Just thought I would chime in on this topic. This is a great solution thusfar. Can't wait to see this more integrated into hMail. Anyway, spamd runs great as a service using the cygwin utility cygrunsrv.exe. All perl processes exit properly when the service is stopped. From the cygwin bash prompt, j...