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 This is just my opinion of course. Brian
