| Article: |
Building an Advanced Mail Server, Part 2 | |
| Subject: | IMAP | |
| Date: | 2003-10-27 02:08:17 | |
| From: | anonymous2 | |
|
I have been following all the steps from part 1, and now have installed squirrelmail, but whenever i try to log in it drops me out with the message:-
|
||
Showing messages 1 through 3 of 3.
-
IMAP
2003-11-28 12:34:49 anonymous2 [View]
-
IMAP
2003-12-27 02:03:11 anonymous2 [View]
cat /var/log/maillog
I had an error saying /usr/local/courier-imap/libexec/authlib/authvchkpw : No such file or directory. authvchkpw was not were it was supposed to be. I copied it from the courier-imap source directory to that location and it worked fine.
-
IMAP
2004-01-12 23:57:08 anonymous2 [View]
I had the same problem. After having to look around i found out that the xinetd server did not accept connections from the localhost, so I edited the /etc/xinetd.conf file and removed te line "only_from" from it. You maybe can check the config file for the imap daemon, most proppably under /etc/xinetd.d/ and make sure it accepts connections from the local host.
Cheers.



Was a fix posted for this? Thanks.