Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Mail Accounts are not Shown in panel After Migration, While they Exist  (Read 4014 times)

0 Members and 1 Guest are viewing this topic.

jominj

  • Guest
After a cPanel server migration we came around a special situation  where mail accounts are not listed in users cPanel. But if we check in the backend it exist.

First thing we have to do is to fix the mail box permissions.
Code: [Select]
# /scrips/mailperm // This script will fix the mail permissions.
Code: [Select]
# /scripts/updateuserdomains // This script will rebuild the domain information from backend data files.

If still the mail accounts are not listed in the cPanel we can do a upcp to fix this
Code: [Select]
# /scripts/upcp --forceWhile doing the upcp cPanel will rebuild the caches from the data files and mail accounts will be displayed in the cPanel.