cpanel mail to vesta
cpanel mail to vesta
hello how can move cpanel mails to vestacp webmail ?
Re: cpanel mail to vesta
You can import whole cpanel backup - viewtopic.php?f=24&t=63
But there is another solution.
cPanel is using the same mbox format for mails, so you can even simply copy those files from cPanel to myVesta server (/home/user/mail/domaim.com/emailusername/)
After that, just delete dovecot caching files:
But there is another solution.
cPanel is using the same mbox format for mails, so you can even simply copy those files from cPanel to myVesta server (/home/user/mail/domaim.com/emailusername/)
After that, just delete dovecot caching files:
Code: Select all
sudo find /home/user/mail/domaim.com/emailusername/ -type f -name 'dovecot*' -delete
sudo systemctl restart dovecot
Re: cpanel mail to vesta
Code: Select all
sudo find /home/user/mail/domaim.com/emailusername/ -type f -name 'dovecot*' -delete
sudo systemctl restart dovecot