http://bugzilla.spamassassin.org/show_bug.cgi?id=3503
------- Additional Comments From [EMAIL PROTECTED] 2004-06-11 14:48 -------
#!/bin/sh -x
killall spamd
sleep 5
PATH=/local/dcc/redhat9/bin:/umr/bin:$PATH
export PATH
LANG=en_US
export LANG
# get mysql to reconnect automatically
GATEWAY_INTERFACE=1
export GATEWAY_INTERFACE
# Run one on tcp socket
/local/spamassassin/redhat9/bin/spamd \
-i 0.0.0.0 \
-A 127.0.0.1,131.151.1.45 \
-H /local/spamassassin/tmp \
--username spamd \
--nouser-config \
--sql-config \
--max-children 5 \
--max-conn-per-child 5 \
--daemonize
# Run one on unix socket
/local/spamassassin/redhat9/bin/spamd \
--socketpath=/local/spamassassin/tmp/spamd.sock \
--username spamd \
--nouser-config \
--sql-config \
--max-children 25 \
--daemonize
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.