My goal is not to be able to send mail, but rather to be able forward mail sent to a variety of email addresses associated with my (7) domains on my server over to my GMail account ( where they automatically filter into folders based on which address they were sent to ).
I tried to follow the following tutorial:
https://library.linode.com/email/postfi ... l-delivery ... and it hasn't worked. Postfix seems to be installed fine, and I do have a virtual.db file ... and yes I did /etc/init.d/postfix reload ... but sending mail to myself always returns:
Delivery to the following recipient failed permanently:
<email address>
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain <domain> by mail.<domain>.com. [<IP Address>].
The error that the other server returned was:
554 5.7.1 <email address>: Relay access denied
I'm not really sure what to do at this point and reading through the Postfix docs hasn't been helping too much. Can anyone assist? Currently all of my site emails are down and it's kind of making me nervous.