atom feed14 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: Looking to mi...
FromSent OnAttachments
Jesse KeatingJan 13, 2003 10:07 am 
Tim HunterJan 13, 2003 2:19 pm 
Sam VarshavchikJan 13, 2003 2:54 pm 
Jesse KeatingJan 13, 2003 3:23 pm 
Eduardo RoldanJan 14, 2003 5:28 am 
Andrew NewtonJan 14, 2003 5:38 am 
ecu...@encontacto.netJan 14, 2003 6:21 am 
Eduardo RoldanJan 14, 2003 9:24 am 
ecu...@encontacto.netJan 14, 2003 9:45 am 
Peer Oliver SchmidtJan 14, 2003 11:47 am 
Sam VarshavchikJan 14, 2003 3:31 pm 
Eduardo RoldanJan 15, 2003 8:38 am 
Sam VarshavchikJan 15, 2003 3:21 pm 
Daniel HigginsJan 15, 2003 4:22 pm 
Subject:Re: [courier-users] Re: Looking to migrate a metric ton of users...
From:Andrew Newton (anew@ecotroph.net)
Date:Jan 14, 2003 5:38:40 am
List:net.sourceforge.lists.courier-users

Going with Sam's suggestion of LDAP, there is a project on sourceforge called JAMM (http://freshmeat.net/projects/jamm/?topic_id=28) that does mail account management via LDAP. It mentions Courier IMAP, but it may not take much to get it to do other LDAP features for the MTA.

-andy

Jesse Keating wrote:

On Mon, 13 Jan 2003 17:53:26 -0500 Sam Varshavchik <mrs@courier-mta.com> wrote:

Very similar to sendmail's: an alias file. There is infrastructure in place to be able to resolve aliases via a database, however it's only implemented for LDAP, now.

Now that I've thought about it a bit, this could be handled via .courier files in the users "$HOME" directory no? Since every user will be a virtual user, and every virtual user will have it's own directory, I can manage aliases via .courier, and since their php system will have write access to these folders, I could have a php interface made. Does this sound doable?