On Tue, 2011-02-01 at 16:01 +, John Cooper wrote:
> >> cat /etc/shadow
> >> user1:$6$$:15006:0:9:7:::
..
> passdb {
>driver = pam
> }
PAM reads the shadow file and does the authentication, not Dovecot. So
it has nothing to do with passwords being SHA512. More likely it's the
same gener
On 02/01/2011 05:01 PM John Cooper wrote:
> # 2.0.9: /etc/dovecot/dovecot.conf
> # OS: Linux 2.6.35.10-74.fc14.i686 i686 Fedora release 14 (Laughlin)
> mbox_write_locks = fcntl
> passdb {
>driver = pam
> }
> ssl_cert = ssl_key = userdb {
>driver = passwd
> }
>
Hm, looks good so far. Wha
On 02/01/2011 03:46 PM, Pascal Volk wrote:
On 02/01/2011 04:31 PM John Cooper wrote:
RHEL6 and Fedora 14 use an improved password algorithm of SHA512 on a
brand new install of the OS (:$6$ in shadow file).
cat /etc/shadow
user1:$6$$:15006:0:9:7:::
I cannot get dovecot to authenticate. I've
On 02/01/2011 04:31 PM John Cooper wrote:
> RHEL6 and Fedora 14 use an improved password algorithm of SHA512 on a
> brand new install of the OS (:$6$ in shadow file).
>
> cat /etc/shadow
> user1:$6$$:15006:0:9:7:::
>
> I cannot get dovecot to authenticate. I've search for a way to change
>