I have google apps for receiving email. I get inquiries from people on info@[my-domain.com], which email is hosted on google.
Sometimes, I want my rails set-up to send emails from my own server, and that works fine. But when I want to send to an email address on my own domain, such as [email protected], postfix sees the my-domain.com and tries to deliver locally.
I understand that's normal, but I'd like to have those emails go to google apps rather than try to be delivered locally.
I know there's a postfix config file for aliases, but here, the email addresses are the same, just need to tell postfix not to try to deliver locally.
Any way to do this?