If I use in dovecot.conf
passdb passwd-file {
args = /etc/dovecot/vhosts/%d/etc/shadow
}
userdb static {
args = uid=virtual gid=virtual home=/var/mail/vhosts/%d/%u
allow_all_users=yes
}
I get an authorisation failure in my mail.log file.
If I use
passdb passwd-file {
args = /etc/dovecot/vhos
If I use in dovecot.conf
passdb passwd-file {
args = /etc/dovecot/vhosts/%d/etc/shadow
}
userdb static {
args = uid=virtual gid=virtual home=/var/mail/vhosts/%d/%u
allow_all_users=yes
}
I get an authorisation failure in my mail.log file.
If I use
passdb passwd-file {
args = /etc/dovecot/vhos