[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> While performing my own testing I noticed that if I telnet to port 143 on
> the IMAP server and attempt to login with a bogus username / password that
> the IMAP server log file DOES NOT REFLECT the failed login attempt.
It should! Your syslog setup may not be logging everything. Make sure you have
local6.* in syslog.conf going somewhere. To be super-safe, you can log *.* to
a file which is bound to get all Cyrus messages (and a whole lot more besides
;)
> Does anyone have any advice on how to further debug this issue? Is there a
> way to increase the debug or logging level of the imapd server such that I
> can see what is occurring after connect on port 143?
Run master like so:
# CYRUS_VERBOSE=10 /path/to/master
Also, versions of Cyrus > 2.0.12 have a -D switch for leaving stdout & stderr
open to help debugging.
Try running tcpdump/ethereal/etc. to capture the session log between the
client and the server to see what's actually going on.
Regards,
--
Cillian