Hello,
I am currently trying to setup my chkuer 2.0.8 to log to syslog. Currently all of the information is coming out on /dev/console.
I currently have the following setup
#define CHKUSER_ENABLE_LOGGING
/* * Uncomment to enable logging of "good" rcpts * valid only if CHKUSER_ENABLE_LOGGING is defined */ #define CHKUSER_LOG_VALID_RCPT
/*
* Uncomment to enable usage of a variable escluding any check on the sender.
* The variable should be set in tcp.smtp for clients, with static IP, whose mailer
* is composing bad sender addresses
*/
#define CHKUSER_SENDER_NOCHECK_VARIABLE "SENDER_NOCHECK"
Is there any way that I can get it to goto syslog?.
Thanks
Jimmy.
