Displaying 1 result from an estimated 1 matches for "maildirattr".
2012 Aug 30
1
LDAP auth and multiple attributes to construct the mail path
..., I have something like
user_attrs = departmentAttr=mail=maildir:/home/%$/%u
But %u is the username (which in my environment can easily change, so I
cannot use this for maildir location).
Any ideas on how to achieve that?
So far I have just one brute-force solution - to create an attribute
MailDirAttr, and populate it with concatenation of
departmentAttr+'/'+userIDAttr by means of a scheduled task. This sounds
like unnecessary information duplication, which is usually a very bad
practice.
So, again - any ideas?
Thank you,
Anatoly.