I have recently compiled uw-imap (make bsf SSLTYPE=none) and whenever I try to login with any system user (excluding root) it rejects my login.
Here is the output from GDB: --snip begin-- This GDB was configured as "i386-unknown-freebsd"... (gdb) break checkpw Breakpoint 1 at 0x805b493: file osdep.c, line 75. (gdb) break loginpw Breakpoint 2 at 0x805b4dd: file osdep.c, line 108. (gdb) run Starting program: /usr/sbin/imapd * OK [CAPABILITY IMAP4REV1 LOGIN-REFERRALS STARTTLS LOGINDISABLED] sentinelc0de.net IMAP4rev1 2003.339 at Sun, 5 Oct 2003 17:46:46 -0400 (EDT) a001 login agent2 mypass a001 NO LOGIN failed a001 login joe hispass a001 NO LOGIN failed --snip end-- Here is the output to /var/log/messages: Oct 5 16:58:11 www imapd[82467]: Login disabled user=agent2 auth=agent2 host=[192.168.1.3] I am complety stuck and have performed all debugging options to my ability. -- ----------------------------------------------------------------- For information about this mailing list, and its archives, see: http://www.washington.edu/imap/imap-list.html -----------------------------------------------------------------
