From: "Jay Lee" <[EMAIL PROTECTED]> > Using virtual accounts (LDAP), a global uid/gid for all users and a few > PHP scripts I've been able to setup something along these lines. The web > page script requires an administrator authentication, the admin can then > specify a user's account and a special account is symlinked to that user's > home directory. i.e. The admin wants to look at JDOE's mailbox, after > authenticating and choosing JDOE, the PHP script symlinks /var/mail/JDOE > to /var/mail/IS_STAFF. The admin can then login as IS_STAFF and see all > of JDOE's IMAP folders as JDOE would. Not sure about the wisdom of this > approach but it works for me.
This makes sense. I'll consider this if ACLs don't do what I want. I'd rather not make a ton of symlinks. Michael ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
