Brian Blood writes:
IMNSHO, the dbmail.conf file should have ONLY these 7 config options:
# Database settings
host=127.0.0.1
user=dbmail
pass=password
db=dbmail
configtable=dbmail_config
configprofile=PROFILE1
TRACE_LEVEL=2
EVERY other config option should be in the config table specified keyed
under the profile specified.
and there should be a dbmailctl program which you can call like the
following:
dbmailctl start
dbmailctl stop
dbmailctl reload
well i have one at dend.defx.org/~lou/dbmail
sometime ago i did a sample skel, the script is writtin in rc, plan9 shell.
conf has 2 const, /usr/local/bin/dbmail is the path where the bins are..
i.e. if yours are at /usr/bin put there /usr/bin only.. or just read the
src.
cheers