I plan to run several imap servers on one box, serving the same group of users different types of mails/content. My backend is a postgresql database, which I (of cause) authenticate against via the authlib.
My MTA is postfix, which does not know about different imap folders, but can only deliver to standard maildirs. One possible solution i can think of is starting several imap server (via different config files) on different ports and give them different directories (=sets of maildirs) for the different contents. However, even if I start different imap servers and authlib for authentification and finding the right maildir for one set of content, I get the same set of data from authlib for every imap server (no m�tter which port it runs on). But I need to find the different sets of maildirs, somehow. Has someone got an idea how to accomplish that? _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
