Displaying 11 results from an estimated 11 matches for "usrdb".
Did you mean:
userdb
2012 Feb 07
2
Multiple userdb possible?
Hello,
I am running v2.0.13. In my dovecot.conf I have:
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
Is it legitimate to include multiple ldap userdb's, like:
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap1.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap1...
2012 Mar 21
1
ldap userdb warning in v2.1.1
...ls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
info_log_path =
log_path =
mail_plugins = quota
postmaster_address = sysadmin at example.com
sendmail_path = /usr/lib/sendmail
}
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
plugin {
quota = maildir:User quota
quota_rule = *:storage=4G
quota_rule2 = Trash:storage=+3%%
quota_warning = storage=75%% quota-warning 75 %u
quota_warning2 = storage=90%% quo...
2015 Sep 16
1
Messages lost from imap folders
...3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
info_log_path =
log_path =
mail_plugins = quota notify replication
postmaster_address = sysadmin at example.com
sendmail_path = /usr/lib/sendmail
}
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
dsync_remote_cmd = ssh -l root vmail1.example.com doveadm dsync-server -u%u
replication_dsync_parameters = -d -N -l 30 -U
plugin {
mail_replica = remote:vmail at vmail1.example.com
}
plug...
2011 Feb 21
4
Problem with ldap / quotas
...un Dovecot v1.2.11 on CentOS 5.5.
I changed my working dovecot.conf (see later) with the following changes
(I used the roomNumber attribute to store the quota value):
1. Added in main part:
mail_uid = 500
mail_gid = 500
2. Changed userdb with:
userdb ldap {
args = /etc/dovecot-usrdb-ldap.conf
}
and /etc/dovecot-usrdb-ldap.conf is:
hosts = localhost
tls = no
base = ou=people, dc=example, dc=com
scope = subtree
ldap_version = 3
auth_bind = yes
user_filter = (uid=%u)
pass_filter = (uid=%u)
pass_attrs = uid=user,userPassword=password...
2017 Aug 04
2
Problem switching from LDA to LMTP (with Postfix)
...a.gr
mail_plugins = quota notify sieve
sendmail_path = /usr/lib/sendmail
}
protocol sieve {
managesieve_max_line_length = 65536
mail_max_userip_connections = 10
managesieve_logout_format = bytes=%i/%o
managesieve_max_compile_errors = 10
}
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
plugin {
mail_log_events = delete undelete expunge copy mailbox_delete
mailbox_rename flag_change save mailbox_create
mail_log_fields = uid box msgid size flags vsize from subject
}
pl...
2011 Dec 16
2
Calculation of suggested vsz_limit values
...ls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
info_log_path =
log_path =
mail_plugins = quota
postmaster_address = sysadmin at example.com
sendmail_path = /usr/lib/sendmail
}
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
plugin {
quota = maildir:User quota
quota_rule = *:storage=4G
quota_rule2 = Trash:storage=+3%%
quota_warning = storage=75%% quota-warning 75 %u
quota_warning2 = storage=90%% quo...
2017 Aug 04
0
Problem switching from LDA to LMTP (with Postfix)
...g wrong?
>
> It seems authentication is not working correctly with this setup. If
> understand right, dovecot is querying ldap with the whole mail address
> and not with the local part only (which is the username), as I would
> expect.
>
>
> FILE: /etc/dovecot/dovecot-usrdb-ldap.conf
>
> hosts = localhost
> tls = no
> base = ou=people, dc=noa, dc=gr
> scope = onelevel
> ldap_version = 3
> dn = uid=auth,ou=Sys,dc=noa,dc=gr
> dnpass = secret
> auth_bind = yes
> user_filter = (uid=%u)
> pass_filter = (uid=%u)
> pass_attrs = uid=user,u...
2014 Mar 30
1
pop3 mailbox mirroring issues using dsync
...3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
info_log_path =
log_path =
mail_plugins = quota notify replication
postmaster_address = sysadmin at example.com
sendmail_path = /usr/lib/sendmail
}
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
dsync_remote_cmd = ssh -l root vmail1.example.com doveadm dsync-server -u%u
plugin {
mail_replica = remote:vmail at vmail1.example.com
}
plugin {
quota = maildir:User quota
quota_ru...
2016 Jan 14
2
Increasing mail_max_userip_connections and sys resources
...unix_listener replicator-doveadm {
mode = 0600
}
}
ssl_ca = </etc/pki/tls/certs/chain-1552.pem
ssl_cert = </etc/pki/tls/certs/cert-1552.pem
ssl_key = </etc/pki/tls/private/key-1552.pem
ssl_protocols = !SSLv2 !SSLv3
syslog_facility = local1
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
protocol imap {
imap_client_workarounds = delay-newmail
mail_max_userip_connections = 100
mail_plugins = quota imap_quota notify replication
}
protocol pop3 {
mail_max_userip_connections = 3
mail_plugins = quota notify replication
pop3_client_workaroun...
2014 Mar 28
2
dsync replication questions
I am running two servers with Dovecot v2.2.12 on CentOS x86_64 (5.10 and
6.5 respectively) and users are virtual over ldap.
I have setup our main internal server (vmail.example.com) with dsync
replication according to the first part of
http://wiki2.dovecot.org/Replication. The second one
(vmail1.example.com) will be the failover server which we want to be a
real-time mirror (but can be
2011 Dec 14
2
Quota warnings not being sent
...ls oe-ns-eoh
pop3_uidl_format = %08Xu%08Xv
}
protocol lda {
auth_socket_path = /var/run/dovecot/auth-master
info_log_path =
log_path =
mail_plugins = quota
postmaster_address = sysadmin at example.com
sendmail_path = /usr/lib/sendmail
}
userdb {
args = /etc/dovecot/dovecot-usrdb-ldap.conf
driver = ldap
}
passdb {
args = /etc/dovecot/dovecot-passdb-ldap.conf
driver = ldap
}
plugin {
quota = maildir:User quota
quota_rule = *:storage=4G
quota_rule2 = Trash:storage=+3%%
quota_warning = storage=75%% quota-warning 75 %u
quota_warning2 = storage=90%% quo...