This has been driving me nuts.
I'm currently using GNU mailutils (and at this point, it seems most people recommend using either UW-IMAP or Courier-IMAP) to get access to POP3 and IMAP4. My MTA is sendmail.
I'm attempting to filter my mail via procmail but I can't seem to connect to the IMAP server. Here's what I get when I telnet:
Code:
sohmc@bart:~$ telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
* OK IMAP4rev1
1 login sohmc abc123
1 OK LOGIN Completed
2 namespace
* NAMESPACE (("" "/")) NIL NIL
2 OK NAMESPACE Completed
3 select ~/mail
3 NO SELECT Couldn't open /home/sohmc/mail, No registered handler
Is this specific to GNU mailutils or should I expect similar results with Courier-IMAP?
I'm fairly new to the whole maildirs idea. (Yeah, I'm still using the mbox format.)