Where to change Root Email Address of Server

ForumCategory: WHM – Web Host ManagerWhere to change Root Email Address of Server
Nats asked 4 years ago
Hello, I want to know how I can change my dedicated server\’s root email? like [email protected], I am trying to find that option but could not found.
2 Answers
Santa answered 4 years ago

Yes you cn change it by editing aliases file in etc directory, just follow the steps given below!

Go to SSH

fire this command

vi /etc/aliases

and put this line to the end of the file,

[email protected]

or if you want to put multiple email addresses then you can add by this patteren

[email protected], [email protected], [email protected]

after this step just run this command on your SSH to compile the file.

newaliases

now just restart your postfix server by this command,

postfix restart

and you have done it.

Abdul Samad answered 3 years ago

Thank you for this helpful information Santa.

Your Answer



Accepted file types: txt, jpg, pdf

Add another file