I'm using dbmail from the latest cvs under FreeBSD 4.8. RRIS> In the config file there are several lines defining 'TRACE_LEVEL', each RRIS> for a/some different program(s). To completely turn of logging, define RRIS> TRACE_LEVEL to be 0.
I have defined TRACE_LEVEL 0 everywhere, even in debug.c. RRIS> Default value is 2, meaning that only errors and RRIS> login/logout are logged except for the IMAP commands: these are logged RRIS> as errors by default (a debugging relic). You can prevent this by RRIS> editing the file imap4.c: search for the line RRIS> #define COMMAND_SHOW_LEVEL xxx RRIS> and change xxx to TRACE_DEBUG. Done too. RRIS> If you are still seeing any log messsages while TRACE_LEVEL is set to 0 RRIS> everywhere in the configfile than you have found a bug we are not RRIS> experiencing ourselves - we would be very pleased to have some details RRIS> about your system's configuration in order to be able to solve this RRIS> problem. ... and there is no result ;-(