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
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,
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.
Your Answer