Stefan Klatt wrote: > I have a few redirect routers before it and change the local_part to a > name exim got from LDAP, there is no problem . I want use user filter for > deliver the emails to [EMAIL PROTECTED] So i can use a redirect > router for deliver the emails correct and nobody need to know where own > emails are stored.
Dunno about LDAP, but with our PostgreSQL-driven Exim, each user's delivery location is just one more field in the record. so, too the mailstore type (MBox/Maildir). No need to munge the local_part. Makes aliasing/forwarding, consolidating, sharing, etc. easier to manage. Bill -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
