Displaying 2 results from an estimated 2 matches for "conf_userdb".
2008 Mar 26
1
(userdb/ldap) Set home dovecot variable - How?
...QRSTUVWXYZ01234567890.-_~@
auth_verbose = yes
auth_debug = yes
auth_debug_passwords = yes
auth default {
mechanisms = plain
passdb ldap {
args = /etc/dovecot/dovecot-ldap.conf_passdb
}
userdb ldap {
args = /etc/dovecot/dovecot-ldap.conf_userdb
}
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
user = dovecot-test
group = mail
}
}
}
-- dovecot.conf --- --- --- --...
2008 Nov 21
1
userdb, Dovecot LDA not using mail_location config properly?
...guration file, see doc/dovecot-ldap-example.conf
args = /etc/dovecot/dovecot-ldap.conf_passdb (symlink do dovecot-ldap.conf)
}
userdb ldap {
# Path for LDAP configuration file, see doc/dovecot-ldap-example.conf
args = /etc/dovecot/dovecot-ldap.conf_userdb (symlink do dovecot-ldap.conf)
}
socket listen {
master {
path = /var/run/dovecot/auth-master
mode = 0600
user = maildeliver
group = mail
}
}
}
---...