[Dovecot] dovecot 2.0beta3 installation

Renaud Allard renaud at allard.it
Wed Mar 17 22:45:02 EET 2010



On 17/03/10 21:25, Timo Sirainen wrote:

> Recent hg versions convert v1.2 configs to v2.0 configs automatically.
> That is what it outputs with your config:
>
> auth_mechanisms = digest-md5 cram-md5 ntlm login plain
> passdb {
>    args = /etc/cram.pwd
>    driver = passwd-file
> }
> service auth {
>    unix_listener /var/run/dovecot/auth-client {
>      mode = 0666
>    }
>    user = exim
> }
> userdb {
>    driver = passwd
> }
> userdb {
>    args = /etc/passwd
>    driver = passwd-file
> }
>

I see a difference with what I have configured.
My config is:
auth_mechanisms = digest-md5 cram-md5 ntlm login plain
passdb {
   driver = passwd-file
   args = /etc/cram.pwd
}
userdb {
   driver = passwd
   args = /etc/passwd
}


Is there really a need for 2 userdb config groups?
Reading mails was working fine, only sending was causing problems.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5130 bytes
Desc: S/MIME Cryptographic Signature
Url : http://dovecot.org/pipermail/dovecot/attachments/20100317/68afc622/attachment.bin 


More information about the dovecot mailing list