On Mon, Feb 14, 2005 at 04:14:40PM -0800, [EMAIL PROTECTED] wrote: > I got Postfix/Courier-imap server serving emails > from $HOME/Maildir. > > I'm trying to run Evolution client on this server and > can't see my emails. > > Any ideas? > > I can do 'telnet localhost 993' to start > a telnet session. > > Chris
Can you give us some more information, please? For example, does Evolution give any error messages at all? Did you see any messages in the logs for the imapd or the auth server? Have you used the imapd before with any other client? One simple thing that could be overlooked is that if you set up the imapd to listen on 127.0.0.1/localhost, but told your client to try to connect to your routable IP/whatever.domain.org. Otherwise, assuming your connection is good... Courier creates all of the other folders as subfolders of INBOX in the tree of IMAP directories. Those directories names should be in ~/Maildir and should begin with a dot, or else Courier won't see them. Finally, don't forget to subscribe to the folder. Sometimes the server will give a little "hiccup" if the folder is preexisting and has never been used by Courier before, and subscribing will make Courier pay attention to it. Wade Curry syntaxman -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-list
