Zilon X
2010-Mar-01 21:06 UTC
[Dovecot] Authentication userdb file / configuration help - newbie question...
Hi All, I need to configure Dovecot with a XMail server ( www.xmailserver.org ) - this server uses a userdb file with the following format: "domain"[TAB]"account"[TAB]"encrypted-passwd"[TAB]"account-id"[TAB]"account-dir"[TAB]"account-type"[NEWLINE] How can authenticate Dovecot against this userdb file? Was anyone doing that? Maybe, can I authenticate Dovecot using SMTP Auth? Thank you for any help!
Timo Sirainen
2010-Mar-16 19:46 UTC
[Dovecot] Authentication userdb file / configuration help - newbie question...
On Mon, 2010-03-01 at 18:06 -0300, Zilon X wrote:> "domain"[TAB]"account"[TAB]"encrypted-passwd"[TAB]"account-id"[TAB]"account-dir"[TAB]"account-type"[NEWLINE] > > How can authenticate Dovecot against this userdb file? Was anyone doing that?The only way would be to write checkpassword script that parses it. http://wiki.dovecot.org/AuthDatabase/CheckPassword Easier would be to write a script that parses the file and creates passwd-like file, which Dovecot can authenticate against, and then just keep those two files in sync.> Maybe, can I authenticate Dovecot using SMTP Auth?I don't think XMail supports authentication via Dovecot. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20100316/3e6bc1cd/attachment-0002.bin>