[ Dhruv ] wrote:
> I know that qmail stores its password hashes at /var/qmail/users
>
> I can dig them out, but i dont know how i can import these settings into
> exim.
IIRC this is just an CDB-file, so you can use an cdb-lookup to find
everything you need. You can use ${extract...} to retrieve the single
values you need.
> Qmail uses a Maildir folder with each mail as a file as opposed to the
> mbox in exim, but that should be relatively easy to shift..
Exim can easily deliver to maildir, see
http://www.exim.org/exim-html-4.30/doc/html/spec_26.html#IX1833
especially the maildir_format and directory options.
Nico