Here is what I have in /etc/syslog.conf... I've never modified this
file, but I assume I'm missing some sort of entry to imapd.
-------
[root@barney /etc]# cat syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.* /dev/console
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none
/var/log/messages
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* /var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages, plus log them on another
# machine.
*.emerg *
# Save mail and news errors of level err and higher in a
# special file.
uucp,news.crit /var/log/spooler
# Save boot messages also to boot.log
local7.*
/var/log/boot.log
--------
Thanks,
Josh
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf
Of David Saranen
Sent: Tuesday, April 24, 2001 9:33 AM
To: Josh Christie
Subject: Re: Imapd log is empty-Sieve troubleshooting
What do you have in /etc/syslog.conf?
-Dave
Josh Christie wrote:
>
> I am troubleshooting Cyrus Imap 2.0.9 on RedHat 7.1 to figure out why
> Sieve isn't working, but the imapd log files are empty. Is there a
> configuration option that needs to be set somewhere to a) enable
> logging, b) increase the detail of the logging, or c) specify which
> file to write log data to?
>
> Also, are there any other log files that may help me track down why
> Sieve isn't working?
>
> Thanks a lot,
>
> Josh Christie
> NC State University