e.g. here's my SA /service/SpamAssassin/run script (daemontools)Whoops. It has been pointed out to me that the above config isn't actually a good example.
#!/bin/sh
export LANG=C
exec /usr/local/bin/softlimit -a 30000000 /usr/bin/spamd -i 0.0.0.0 -A \
-x -u spamc -m 50 -D > /var/log/spamd.log 2>&1
You will note I have "-i 0.0.0.0" in there. By itself that means anyone can connect to spamd over the network. For security reasons spamd defaults to "-i 127.0.0.1" - i.e. only spamc running on localhost can access spamd. This is what most people actually want. I'm running it with "-i 0.0.0.0" because our config is followed by "-A ip1,ip2,ip3" - I had cut them out of my original email for privacy reasons (yeah, right - as if you could figure them out from the headers...)
Anyway, don't use the "-i" option unless you know what you're doing.
Jason
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Qmail-scanner-general mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
