If you want DirectAdmin to send emails from admin@domain.com instead of admin@hostname.domain.com. Here is how you can do it.
First of all connect to DirectAdmin as admin. Then:
Here you can see a picture on how it should look like in the Enhanced skin of the panel:
That's it.
First of all connect to DirectAdmin as admin. Then:
Here you can see a picture on how it should look like in the Evolution skin of the panel:
That's it
A user's email is stored in a line email= of user.conf and ticket.conf. For admin it will be:
/usr/local/directadmin/data/users/poralix/admin/user.conf
To change do the following (as root in SSH):
cd /usr/local/directadmin/data/users/admin/ vi user.conf
Find a line beginning with email= and change it, save the file.
Do the same with ticket.conf.
That's it.