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) ?
From serverfault
Wookai
-
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/passwdand 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?
Wookai : I am using qmailadmin. Thanks for the answer so far !From Warner
0 comments:
Post a Comment