However, implementing syslog logging is confusing me...
In the bincimap.conf file I have:
type = "syslog"
syslog facility = LOG_DAEMONas suggested in the docs. But the default /xinetd.d/imap file has:
server_args = --conf=/etc/opt/bincimap/bincimap.conf
--logtype=syslog -- /bin/checkpassword
/opt/bincimap/bin/bincimapd
log_type = SYSLOG daemon infoWhy is the log type specified in two places? Does specifying "LOG_DAEMON" in bincimap.conf and "daemon" in xinetd.d/imap have the same effect?
- Mike
