Where do I change Apache ServerAdmin email address in httpd.conf?

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

This entry is updated after modifying the contact address in "WHM Home » Server Configuration » Basic cPanel & WHM Setup". It's stored in the cPanel user data files for the hostname of the server:

Code:
/var/cpanel/userdata/nobody/$hostname
You could manually edit this file and update the cache via:

Code:
/scripts/updateuserdatacache --force
Thank you.