The email of several accounts/domains that have been restored after being terminated no longer works, by returning an "authentication failed" 535 response. I'm not using some web client for mail, all this happens by interacting with Net/SMTP.php directly. The code is correct because it works on hundreds of other accounts. I believe the only accounts that are returning this error are ones that have been restored.
I've tried dozens of solutions I've found online, and none have worked. Some of the things I've done/checked include:
* Confirm that /home/username/etc is owned by username:mail (recursively)
* All directories through /home/username/etc/domain are executable for all, files under etc/ have permission 640
* Checked that the hashed password in shadow matches the unhashed password. It looks correct (I have other working accounts that use the same password/hash combination).
* Suspended/unsuspended the account
* /home/username/mail has correct ownership & permissions
* Ran /scripts/upcp --force and /scripts/eximup --force
* Restarted exim via /etc/init.d/exim
* Verified that the MX DNS is points to the same ip address cpanel runs on (as the same case with other account domains that are working on)
Any help will be very appreciated. I've been working on this for days and clients are getting very frustrated that.
I've tried dozens of solutions I've found online, and none have worked. Some of the things I've done/checked include:
* Confirm that /home/username/etc is owned by username:mail (recursively)
* All directories through /home/username/etc/domain are executable for all, files under etc/ have permission 640
* Checked that the hashed password in shadow matches the unhashed password. It looks correct (I have other working accounts that use the same password/hash combination).
* Suspended/unsuspended the account
* /home/username/mail has correct ownership & permissions
* Ran /scripts/upcp --force and /scripts/eximup --force
* Restarted exim via /etc/init.d/exim
* Verified that the MX DNS is points to the same ip address cpanel runs on (as the same case with other account domains that are working on)
Any help will be very appreciated. I've been working on this for days and clients are getting very frustrated that.