On 6/6/2010 4:31 PM, Cameron Smith wrote:
OK this is getting off track and it's probably due to the way I started
the thread so let me start over.
Currently with my postfix setup when the newsletter is sent and an
account on the domain set up in google apps is on the list they do not
get the email at google apps as postfix is trying to deliver that locally.
With Exim and Google Apps there is a way to allow functionality like I
am asking for using the smarthosts entry in the exim config.
How can I do this with Postfix?
Thanks!
Cameron
It's "off track" because you don't describe what problem
you're trying to solve. So what are you asking for?
If you want ALL mail for ALL domains delivered through google,
use the relayhost setting in postfix. This is what some other
mailers call a smarthost. Do not list your own domain
anywhere in postfix.
If you want your own domain delivered to google and other
domains delivered directly, your domain should be configured
as a relay_domain and NOT listed in mydestination.
If you need a subset of your local accounts delivered to
google apps, use a transport_maps entry to direct those
accounts to google.
http://www.postfix.org/documentation.html
-- Noel Jones