2 messages in net.sourceforge.lists.courier-users[courier-users] Re: [courier-users] c...
FromSent OnAttachments
JohnJul 25, 2003 9:23 am 
JohnJul 28, 2003 12:46 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Re: [courier-users] courier-imap logging problemActions...
From:John (jo@vcable.net)
Date:Jul 28, 2003 12:46:42 am
List:net.sourceforge.lists.courier-users

Any body know how to change log files?

Condor

Hello all, i want to make my syslogd to log messages from my imap to different file. I added in my /etc/syslogd.conf file follow line: auth.debug -/var/log/auth.log local6.* -/var/log/imapd.log mail.* -/var/log/maillog

i make imapd.log file, chmod a+rw imapd.log and restart my imapd and syslogd but no effect. Log is empty, imapd log messages in maillog file. Here is my rc.imapd file (cutted). Any body can say me how i confugure my courier-imap to log message in /var/log/imapd.log. I use courier-imap v2.0.0.

Regards, Condor

--- cut rc.imapd --- /usr/bin/env - /bin/sh -c " set -a ; prefix=/usr/lib/courier-imap ; exec_prefix=/usr/lib/courier-imap ; bindir=${exec_prefix}/bin ; libexecdir=/usr/lib/courier-imap/libexec ; . ${prefix}/etc/imapd ; \ . ${prefix}/etc/imapd-ssl ; \ IMAP_STARTTLS=$IMAPDSTARTTLS ; export IMAP_STARTTLS ; \ TLS_PROTOCOL=$TLS_STARTTLS_PROTOCOL ; \ /usr/lib/courier-imap/libexec/couriertcpd -address=$ADDRESS \ -user=vpopmail -group=vchkpw \ -stderrlogger=/usr/lib/courier-imap/libexec/courierlogger \ -stderrloggername=imapd \ -maxprocs=$MAXDAEMONS -maxperip=$MAXPERIP \ -pid=$PIDFILE $TCPDOPTS \ $PORT ${exec_prefix}/sbin/imaplogin $LIBAUTHMODULES \ ${exec_prefix}/bin/imapd Maildir"

--- end cut ---