Mantis - spamassassin
Viewing Issue Advanced Details
4323 packaging minor always 2010-03-05 15:06 2010-04-08 17:33
schwindt  
bonivart  
normal  
closed  
fixed  
none    
none  
0004323: default options in /var/opt/csw/svc/method/svc-cswspamd
There is "-r /opt/csw/var/spamd/spamd.pid" in the script
which probably schould read -r /var/opt/csw/spamd/spamd.pid or
-r /var/opt/csw/spamassassin/run
Issue History
2010-03-05 15:06 schwindt New Issue
2010-03-05 16:09 bonivart Status new => assigned
2010-03-05 16:09 bonivart Assigned To => bonivart
2010-03-05 16:33 bonivart Note Added: 0007604
2010-03-05 16:33 bonivart Status assigned => resolved
2010-03-05 16:33 bonivart Resolution open => fixed
2010-03-06 14:26 bonivart Note Added: 0007608
2010-03-06 14:26 bonivart Status resolved => assigned
2010-03-08 09:46 bonivart Note Added: 0007613
2010-03-08 09:46 bonivart Status assigned => resolved
2010-04-08 17:33 bonivart Note Added: 0007837
2010-04-08 17:33 bonivart Status resolved => closed

Notes
(0007604)
bonivart   
2010-03-05 16:33   
Thanks for spotting this. I have changed it to /var/opt/csw/spamassassin/spamd.pid.

It will be in the next release.
(0007608)
bonivart   
2010-03-06 14:26   
Need to look at quoting as well.

"I had to modify /etc/opt/csw/spamassassin/spamd so it would look like this :

OPTIONS='--ipv4only --listen-ip=192.168.41.180 --allowed-ips=192.168.
--min-children=2 -r /var/opt/csw/spamassassin/spamd.pid -s mail'

Note the '...' , not the options I changed.
Without '...' $OPTIONS was empty and I could not connect remotely.
If one is only connecting locally this might not be noticed."
(0007613)
bonivart   
2010-03-08 09:46   
Fixed the quoting in r9016. Will be in next release.
(0007837)
bonivart   
2010-04-08 17:33   
3.3.1 released.