Page 1 of 1

smtpd.cfg and debug_log is logging everything

Posted: Tue Mar 14, 2006 11:54 am
by cblaine
I am trying to setup a logging "policy" for mail that doesn't make it through the smtpd.cfg configuration. I understand that by adding the Log_ to the front of the action, it should log those entries. However, it appears that with DEBUG_LOG=TRUE set, it is logging everything that comes in through smtp.

I would appreciate any help.

Thanks
Chris Blaine

Posted: Tue Mar 14, 2006 4:27 pm
by ScalixSupport
The logging for any Log_ action is recorded in the event logs. You need to use the omshowlog command to output the details.

DEBUG_LOG=TRUE is purely for debugging incoming connections where we want to see exactly what data is being received from a sending client/MTA.

Cheers

Dave