Hello Folks: First, please let me know if I have not included enough information or am posting inappropriately. I believe I have followed the install instructions in each package and have researched this problem, but I just don't know enough about courier-imap to figure it out.
I am running Qmail 1.03 + VPopMail 5.2.1 + Courier-Imap 1.7.0.20030311 using a Slackware 8.1 system. I have about 20 virtual domains set through the VPopMail. The server accepts new email for my recipients and outgoing SMTP works. I have my courier-imap configured to use "authvchkpw" as I am using vpopmail. I am running IMAP-SSL(993) + POP3D-SSL(995) daemons. Sometimes the authentication is successful but frequently I am receiving the following error: ======================================================= Mar 19 15:44:22 vanilla imapd-ssl: Connection, ip=[::ffff:111.111.111.111] Mar 19 15:44:27 vanilla imapd-ssl: LOGIN FAILED, ip=[::ffff:111.111.111.111] Mar 19 15:44:37 vanilla last message repeated 2 times Mar 19 15:44:37 vanilla imapd-ssl: LOGOUT, ip=[::ffff:111.111.111.111] ======================================================= I am attaching also the strace from the authdaemond.plain as I think that it could be useful. Regards, Jerome Walters
select(9, [5 8], NULL, NULL, {174, 870000}) = 1 (in [8], left {169, 880000}) accept(8, {sin_family=AF_UNIX, path="^E^H@"}, [2]) = 4 fcntl64(4, F_SETFL, O_RDONLY) = 0 select(5, [4], NULL, NULL, {10, 0}) = 1 (in [4], left {10, 0}) read(4, "AUTH [EMAIL PROTECTED]"..., 8192) = 43 getpid() = 3822 open("/var/vpopmail/domains/vega.bg/vpasswd.cdb", O_RDONLY) = 6 lseek(6, 1624, SEEK_SET) = 1624 read(6, "\215\t\0\0\0\0\0\0", 8) = 8 close(6) = 0 select(5, NULL, [4], NULL, {10, 0}) = 1 (out [4], left {10, 0}) write(4, "FAIL\n", 5) = 5 close(4) = 0 select(9, [5 8], NULL, NULL, {300, 0}) = 1 (in [8], left {294, 980000}) accept(8, {sin_family=AF_UNIX, path="^E^H@"}, [2]) = 4 fcntl64(4, F_SETFL, O_RDONLY) = 0 select(5, [4], NULL, NULL, {10, 0}) = 1 (in [4], left {10, 0}) read(4, "AUTH [EMAIL PROTECTED]"..., 8192) = 43 getpid() = 3822 open("/var/vpopmail/domains/vega.bg/vpasswd.cdb", O_RDONLY) = 6 lseek(6, 1624, SEEK_SET) = 1624 read(6, "\215\t\0\0\0\0\0\0", 8) = 8 close(6) = 0 select(5, NULL, [4], NULL, {10, 0}) = 1 (out [4], left {10, 0}) write(4, "FAIL\n", 5) = 5 close(4) = 0 select(9, [5 8], NULL, NULL, {300, 0}) = 1 (in [8], left {294, 990000}) accept(8, {sin_family=AF_UNIX, path="^E^H@"}, [2]) = 4 fcntl64(4, F_SETFL, O_RDONLY) = 0 select(5, [4], NULL, NULL, {10, 0}) = 1 (in [4], left {10, 0}) read(4, "AUTH [EMAIL PROTECTED]"..., 8192) = 43 getpid() = 3822 open("/var/vpopmail/domains/vega.bg/vpasswd.cdb", O_RDONLY) = 6 lseek(6, 1624, SEEK_SET) = 1624 read(6, "\215\t\0\0\0\0\0\0", 8) = 8 close(6) = 0 select(5, NULL, [4], NULL, {10, 0}) = 1 (out [4], left {10, 0}) write(4, "FAIL\n", 5) = 5 close(4) = 0 select(9, [5 8], NULL, NULL, {300, 0} <unfinished ...>