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.
smime.p7s
Description: S/MIME Cryptographic Signature
