Email transfer

stojke

Verified User
Joined
Nov 26, 2005
Messages
8
Hi, i need to transfer email accounts from plesk to DA. I dont need to transfer mailboxes but only user and passwords. I have the file with all emails so i need to know is there any way that i import it all at same time, because its large number and lot of work to do it mannualy.

Thanks

Igor
 
If you have a file with the email addresses and passwords you can create a shell script to use the DirectAdmin API to create the email addresses.

Note that you must have the unencrypted passwords.

Note also that for all email accounts you must tell your clients that DirectAdmin uses email logins differently than does Plesk:
Code:
Plesk:
username: joe
password: password

DirectAdmin:
username: [email protected]
password: password
(DirectAdmin uses the same form as Plesk ONLY for email addresses that are the same as the account user's login name.)

Jeff
 
i'm not very good in shell scripting. can u show me some example?

Thanks...
 
Back
Top