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?