Hi all!
This is my first post on the forum, but I've spent a lot of time on the forum to answer many of my questions about DA.
A lot of reading.
Currently, I am working on migrating smoothly from cPanel to DA and I have a DA server that will be used only for emails.
To migrate the mailboxes of my customers, I can't ask them for their passwords, it will be a waste of time and problems.
While testing, I found that I could use the encrypted email password that is in cPanel (/home/$user/etc/$domain.com/shadow) and put it in DA (/etc/virtual/domain.com/passwd). It works, I log in to the DA Rouncube without any problem with the password.
So I was thinking of using /usr/local/directadmin/scripts/add_email.sh to create the mailboxes and then do an rsync to import the messages, but I get this error message when I run add_email.sh "Adding hashes is not supported!".
Does anyone have any idea what the problem is?
Otherwise, I would have liked to use the cPanel to DA migration feature and only transfer the emails, but I don't seem to have a choice. It transfers everything.
This is my first post on the forum, but I've spent a lot of time on the forum to answer many of my questions about DA.
A lot of reading.
Currently, I am working on migrating smoothly from cPanel to DA and I have a DA server that will be used only for emails.
To migrate the mailboxes of my customers, I can't ask them for their passwords, it will be a waste of time and problems.
While testing, I found that I could use the encrypted email password that is in cPanel (/home/$user/etc/$domain.com/shadow) and put it in DA (/etc/virtual/domain.com/passwd). It works, I log in to the DA Rouncube without any problem with the password.
So I was thinking of using /usr/local/directadmin/scripts/add_email.sh to create the mailboxes and then do an rsync to import the messages, but I get this error message when I run add_email.sh "Adding hashes is not supported!".
Code:
./add_email.sh testmail mydomain.com '$1$yGXHFSZS$3UhjcWOu3PDQb09G/yV2I/' 0 0
Adding hashes is not supported!
Does anyone have any idea what the problem is?
Otherwise, I would have liked to use the cPanel to DA migration feature and only transfer the emails, but I don't seem to have a choice. It transfers everything.