5 messages in net.sourceforge.lists.courier-users[courier-users] courierpop3d: How to ...
FromSent OnAttachments
Til SchubbeJan 23, 2005 6:37 am 
Sam VarshavchikJan 23, 2005 7:07 am 
Til SchubbeJan 23, 2005 10:02 am 
Sam VarshavchikJan 23, 2005 10:07 am 
Til SchubbeJan 23, 2005 11:02 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] courierpop3d: How to set the MAILDIR variable?Actions...
From:Til Schubbe (t.sc@gmx.de)
Date:Jan 23, 2005 6:37:50 am
List:net.sourceforge.lists.courier-users

Hi,

I'm running postfix as MTA/MDA for virtual domains and want to use the courier POP3-SSL-server.

Postfix puts mails for virtual domains under e.g. /var/mail/vhosts/$ACCOUNT/.

How/where can I tell courier-pop3 to use /some/path/$ACCOUNT/ instead of the default $HOME/Maildir/?

<man authlib> The authentication module [...] 3. Some additional environment variables may also be initialized: [...] MAILDIR - the login ID's default maildir mailbox; </>

So, do I have to modify an authentication module? And if so: how?

Here are some parts of my configuration:

/etc/courier# cat authmodulelist authdaemon

/etc/courier# egrep -v '^(#|$)' authdaemonrc authmodulelist="authmysql" authmodulelistorig="authcustom authcram authuserdb authldap authmysql authpam" daemons=5 version="" authdaemonvar=/var/run/courier/authdaemon

I'm running debian woody.

TIA Til