LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   courier-imap authentication (https://www.linuxquestions.org/questions/linux-software-2/courier-imap-authentication-320894/)

Red Squirrel 05-06-2005 08:15 PM

courier-imap authentication (solved)
 
Is there a way to get courier-imap to authenticate based on system users? For example, if do adduser test and create the user test, I have the directory /home/test. So I want courier imap to reconize this, and store mail in /home/test/Maildir according to the documentation. My first time using maildir so figured I'd try it out since it sounds to be much better then mbox. I'm using postfix for my MTA, which is set to Maildir. For pop3 I'm using qpopper, which reconizes users the way I want, but courier-imap seems to not want to, and I'm pretty sure it supports that. The documentation does not seem to mention this though, it only mentions virtual users.

Red Squirrel 05-06-2005 08:51 PM

Turns out I have to create the Maildir for it to authenticate properly. So it works, now my only culipit is that received mail is not going in it, so how do I manage that? Thanks in advance.

Red Squirrel 05-06-2005 09:13 PM

lol I fixed that problem too. I guess I'm asking questions too quick if something goes wrong. Don't ask what I did to fix it though. :D I think it has to do with the /etc/procmailrc file I pasted which has this:

Code:

VERBOSE=on
LOGFILE=/var/log/procmail.log

ORGMAIL=$HOME/Maildir/
DEFAULT=$ORGMAIL
DROPPRIVS=yes

Figured I'd post it for the records if ever someone runs into the same problem.


All times are GMT -5. The time now is 04:38 PM.