So I recently setup my Rackspace server (Ubuntu LAMP stack) to use Postfix and Sendgrid for outgoing email. It works great in that my test mail from the cmd line gets delivered via sendgrid smtp. However, when I receive the email it says its from root@rackspaceservername
and I cannot reply to it.
I created an alias as per this topic how to change default email address for postfix? which makes it say [email protected]
by the sender name which still appears as root
.
What do I need to change to have the server use my webmaster email or at least make it appear thats where it is coming from and thus a reply would go to that email?
Any help is greatly appreciated!