Something that might help would be to use grep to find all instances of "system" in the files in /var/cpanel/users. There should be no instances of it. The following command will show if there are, and which file(s) contain it:
Code:
# grep system /var/cpanel/users/*
If there are any instances of "system", edit the file and substitute the correct cPanel username for "system." The username will be the same as the filename. After editing any file in /var/cpanel/users, be sure to run the following command:
Code:
# /scripts/updateuserdomains