Displaying 2 results from an estimated 2 matches for "zpool_1".
Did you mean:
zpool1
2012 May 15
1
Authentication with AD and quick mbox question
...need this:
#pop3_uidl_format = %g
# Authentication configuration:
auth_verbose = yes
auth_mechanisms = plain
passdb {
driver = passwd-file
args = /usr/local/etc/dovecot/passwd
}
userdb {
# driver = static
# args = uid=root gid=root home=/root/
driver = static
args = uid=500 gid=500 home=/ZPOOL_1/%u
}
Is this correct to use mbox++ format and store under /mail/%u ??
Can anybody give me some advice?
Regards,
Kaya
2012 Jun 20
1
Dovecot not liking AD config from wiki??
Hi,
I'm trying to setup Dovecot with MS AD and am using this as my guide:
http://wiki2.dovecot.org/HowTo/ActiveDirectoryNtlm
I can definitely access information on the AD server using wbinfo -g
and wbinfo -u.....
Currently my dovecot.conf file looks like this:
# v1.1:
#auth_ntlm_use_winbind = yes
# v1.2+:
auth_use_winbind = yes
auth_winbind_helper_path = /usr/local/bin/ntlm_auth