I had to migrate to the new server on the same hosting provider, which I did by creating a fresh backup of an old server, then I created a new server and installed the system on it from the backup of an old server I made. Everything went smoothly, all I had to do afterwards is to change IP address in /etc/network/interfaces to grant internet access to the new server.
All projects work fine on the new server, except one thing: I cannot access my mail server through Thunderbird or, any mail client.
I did update DNS records on my domain registrar website, 993 and 587 ports are not blocked. From what I've seen in journalctl -xe, all the incoming/outgoing emails are being accepted/delivered just fine. Even tried to run emailwiz.sh again and updated SSL certificates via certbot, but to no avail.
It appears the issue has been resolved, and it was only a matter of deleting mail accounts from the client apps, deleting the cache/app data and re-adding accounts back into mail client.
I had to migrate to the new server on the same hosting provider, which I did by creating a fresh backup of an old server, then I created a new server and installed the system on it from the backup of an old server I made. Everything went smoothly, all I had to do afterwards is to change IP address in
/etc/network/interfaces
to grant internet access to the new server.All projects work fine on the new server, except one thing: I cannot access my mail server through Thunderbird or, any mail client. I did update DNS records on my domain registrar website, 993 and 587 ports are not blocked. From what I've seen in
journalctl -xe
, all the incoming/outgoing emails are being accepted/delivered just fine. Even tried to runemailwiz.sh
again and updated SSL certificates viacertbot
, but to no avail.