Change admin email?

adamda

Verified User
Joined
Dec 30, 2019
Messages
8
i just instaled DA on my vps, DA auto setup my email admin using my vps provider email
how to change admin email?
 
Capture.PNG


i want to change email that automatically setup after installing DA (admin@my hostname.net)
and where will be system notification email sent?
in cpanel we can configure email to receive email about system error, crash etc
 
DA control panel user interface, it can be found:

Dashboard / My messages / Options


DirectAdmin files via file editor

Locate:

/usr/local/directadmin/data/users/admin/user.conf

Find and change under:
email=

Then for good measure, I figure:

Code:
systemctl restart directadmin
 
View attachment 2824

i want to change email that automatically setup after installing DA (admin@my hostname.net)
and where will be system notification email sent?
in cpanel we can configure email to receive email about system error, crash etc

You can add a receiving email for plugin updates in /usr/local/directadmin/custombuild/options.conf to run via a cron job.
You can add a receiving email for LFD alerts in /etc/csf/csf.conf
 
Back
Top