Displaying 3 results from an estimated 3 matches for "mailuid".
Did you mean:
mail_uid
2014 Jul 09
1
Dovecot ldap quotas in MB
Hi All,
I have the Dovecot quota value coming from LDAP using the line below but
my values are stored in MB, not bytes. What can I put in the line to
set quotas in MB?
user_attrs =
homeDirectory=home,mailUID=uid,mailGID=gid,mailQuota=quota_rule=*:bytes=%$
Thanks
Murray
2013 Apr 19
1
LDAP authentication
Hi guys im new to dovecot , and im trying to authenticate dovecot to LDAP
this my configuration
dovecot --version
1.2.15
dovecot -n
# 1.2.15: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-5-amd64 x86_64 Debian 6.0.5
log_timestamp: %Y-%m-%d %H:%M:%S
protocols: imap pop3
login_dir: /var/run/dovecot/login
login_executable(default): /usr/lib/dovecot/imap-login
login_executable(imap):
2011 Apr 11
1
trying to combine static userdb with LDAP passdb with per-user userdb_mail and userdb_home
...=TRUE))
# ldap_attr = dovecot_variable
pass_attrs = mail=user, userPassword=password, mailQuota=userdb_quota_rule=*:bytes=%$,\
homeDirectory=userdb_home, mailMessageStore=userdb_mail
What is the best way to do in my situation? Should i just add two
attributes to each LDAP user like mailuid and mailgid and set both these
variables to `postfix'. Or maybe i should just forget about mail for
local system users and just user `prefetch' userdb. I'm just mazed
about dovecot userdb and passdb queries. It so powerful but also so
hard to understand.
I would appreciate any help,...