Domain is in use in an app's mailbox section
-
Trying to delete a domain and getting this issue. Can't figure out how to resolve it anywhere.
No incoming mailboxes exist. There is not even an app on the domain (for a different problem--I'm trying to remove and re-add the domain to see if I can get it working again)
Any leads?
-
@jordanurbs you can run below:
mysql -uroot -ppassword -e "select id, mailboxDomain, inboxDomain from apps" box
and see which app uses the domain. You can paste the app id into the dashboard search box.
-
@girish can I do this within cloudron or do I need to connect from my local machine with the cli?
-
@jordanurbs I think you probably do it with the web terminal of the app in question.
-
@jdaviescoates You have to do that via SSH
-
@girish said in Domain is in use in an app's mailbox section:
@jdaviescoates You have to do that via SSH