14 Aug
2012
14 Aug
'12
1:39 a.m.
<bmalik@ihlas.net.tr> writes:
where do i have to locate the passwd-file in dovecot2
For what purpose? Master user? Password/user lookup?
passdb {
driver = passwd-file
master = yes
args = /anywhere/you/want/master-users
pass = yes
}
passdb {
driver = passwd-file
args = /anywhere/you/want/passwd
}
userdb {
driver = passwd-file
args = /anywhere/you/want/passwd
}
Joseph Tam <jtam.home@gmail.com>