InfusedHosting
Verified User
- Joined
- May 28, 2020
- Messages
- 27
Hi all,
Hoping someone could shed some light.. we recently transferred to a new server and since some of our accounts have issues with mail which was on the old server.
When loading an email on roundcube, if the email was prior to the server migration.. it says the following
If you load a new email that's come in on the new server, it works fine.
I've tried running the following code but one of our accounts has around 20-30 domains attached to it with a diskspace size of 10GB and it seems to sit there for over an hour or two repeating the same account. Not sure if I should leave it running to see if it finishes.
So Instead I ran the following do fix the individual accounts that I know have issues but the issue is still there.
Any advice on what else I can try to resolve the issue would be appreciated.
Thanks
Hoping someone could shed some light.. we recently transferred to a new server and since some of our accounts have issues with mail which was on the old server.
When loading an email on roundcube, if the email was prior to the server migration.. it says the following
Code:
INTERNAL ERROR
Could not load message from server.
If you load a new email that's come in on the new server, it works fine.
I've tried running the following code but one of our accounts has around 20-30 domains attached to it with a diskspace size of 10GB and it seems to sit there for over an hour or two repeating the same account. Not sure if I should leave it running to see if it finishes.
Code:
cd /usr/local/directadmin/scripts
./set_permissions.sh all
So Instead I ran the following do fix the individual accounts that I know have issues but the issue is still there.
Code:
./set_permissions.sh <username> /home/<username>/Maildir
./set_permissions.sh <username> /home/<username>/<domain>/<user>/Maildir
Any advice on what else I can try to resolve the issue would be appreciated.
Thanks