didn't use a correct domain name to send welcome user message

adrianmak

Verified User
Joined
Jan 30, 2010
Messages
49
I'm using a managed dedicated server provided from a web hosting service.
When it came to my hand, the server hostname and domain name is configured as server.yourdomain.com. I changed to another by myself like svr01.mydomain.com (hostname), mydomain.com (server primary domain name).

After I created a user package, I added first user. But I found that the welcome user email is sending from [email protected]

I went thru all the settings page in DA, and ensure that there are no more server.yourdomain.com
 
It might be in /usr/local/directadmin/conf/directadmin.conf

You can use:

/usr/local/directadmin/scripts/hostname.sh

Other then that not sure where it would be. Probably a file in /usr/local/directadmin/data/users/admin
 
It might be in /usr/local/directadmin/conf/directadmin.conf

You can use:

/usr/local/directadmin/scripts/hostname.sh

Other then that not sure where it would be. Probably a file in /usr/local/directadmin/data/users/admin

I got it.
File user.conf under /usr/local/directadmin/data/users/admin directory,
an option email=
 
Back
Top