Displaying 2 results from an estimated 2 matches for "user_global_mail".
2007 Jan 15
1
patch for serdb-ldap which allows set user_global_mail variable
...- dovecot-1.0.rc17/src/auth/db-ldap.~h 2007-01-15
03:23:09.000000000 +0200
+++ dovecot-1.0.rc17/src/auth/db-ldap.h 2006-11-07 18:47:00.000000000
+0200
@@ -38,6 +38,7 @@
const char *default_pass_scheme;
const char *user_global_uid;
const char *user_global_gid;
+ const char *user_global_mail;
/* ... */
int ldap_deref, ldap_scope;
--- dovecot-1.0.rc17/src/auth/db-ldap.~c 2007-01-15
03:23:09.000000000 +0200
+++ dovecot-1.0.rc17/src/auth/db-ldap.c 2006-11-19 15:42:41.000000000
+0200
@@ -67,6 +67,7 @@
DEF(SET_STR, default_pass_scheme),
DEF(SET_STR, user_global...
2006 Dec 19
1
Custom mail directory with LDAP
...fixed mail_location.
In dovecot-ldap.conf I can't get the picture to
set /srv/mpop/<username>/Maildir as mail.
I'd tried
user_attrs = /srv/mpop/uid/Maildir=mail but watching the logs I saw that
a '/srv/mpop/uid/Maildir' is queried to the LDAP Server.
Would be nice to have a user_global_mail equivalent to user_global_uid
for LDAP user lookups.
Regards,
maykel