I want to migrate a domain to another server. I am using qmail on both servers. Is there a way I could export all the email accounts settings (login, password, redirections, mailing lists, etc, not the emails themselves) ?

link|improve this question

60% accept rate
feedback

1 Answer

It entirely depends on your configuration. A QMAIL install by itself uses local user accounts, which have one-way hashes for the passwords. You could parse out the usernames from /etc/passwd and the password hashes from /etc/shadow. In all likelihood, you can build the system and copy most of the configuration directly over.

What additional software are you using with your QMAIL installation? Are there any particular areas you needed more details about?

link|improve this answer
I am using qmailadmin. Thanks for the answer so far ! – Wookai Jul 28 '10 at 15:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.