Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hello,
I installed Postfix on a clean box and configured the following directive:
mail_spool_directory = /var/mail/
So when I send email to user@localhost
The directory /var/mail/user gets created with 3 sub-directories; tmp, new, cur
So far so good right?
The problem is that I cannot figure out how to tell courirer-Pop3/Imap to fetch the email from that structure.
The only coniguration directive that I find in /etc/courier/imapd (or pop3d) is
MAILDIRPATH=Maildir
which I imagine is relative to the users home directory. (which is not where I want to store the email)
Any sugestion on how to fix this? or suggest another IMAP/Pop server?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.