Domain problem

program5

Verified User
Joined
Sep 1, 2007
Messages
33
Location
MedCoast /Akdeniz/ Turkiye
I added a new domain to the account and I see the configuration files are in their location.
/usr/local/directadmin/data/users/enginar7/domains
The domain is working. But I cant see it under the user account, and I cannot add e mail accounts.

I tried to call it like ;
https://69.xx.40.xx:2222/CMD_SHOW_DOMAIN?domain=domain.com

No success. And I get the following message ;
You Do Not Own that domain,
or
Unable to Locate that domain

Details

none


How can I fix this ?
 
Add it to /usr/local/directadmin/data/users/enginar7/domains.list

But I would first check to see if it is already listed somewhere else:
Code:
grep -r example.com /usr/local/directadmin/data/users/*/domains.list
 
Back
Top