Displaying 2 results from an estimated 2 matches for "pasticcio".
2018 Mar 30
2
dovecot auth error: Illegal seek
...? driver = passwd
}
userdb {
? args = username_format=%n /etc/dovecot/users uid=vmail gid=vmail
home=/var/vmail/%d/%n mail=maildir:/var/vmail/%d/%n/Maildir
? driver = static
}
verbose_proctitle = yes
host-prompt# cat /etc/dovecot/users
claudio.panetta:{MD5-CRYPT}$1$abcdefghijklmnopqrst
ciccio.pasticcio:{MD5-CRYPT}$1$abcdefghijklmnopqrst
Regards,
Claudio
2018 Mar 30
0
dovecot auth error: Illegal seek
...username_format=%n /etc/dovecot/users uid=vmail gid=vmail
> home=/var/vmail/%d/%n mail=maildir:/var/vmail/%d/%n/Maildir
> ? driver = static
> }
> verbose_proctitle = yes
>
> host-prompt# cat /etc/dovecot/users
> claudio.panetta:{MD5-CRYPT}$1$abcdefghijklmnopqrst
> ciccio.pasticcio:{MD5-CRYPT}$1$abcdefghijklmnopqrst
>
> Regards,
> Claudio
>
>
Hi! Put the file based passdb before the pam one. Also not sure what you are trying to do with the static userdb. It looks like you wanted to use passwd-file?
Aki