I'm trying to relay email from the inside of my enterprise (using
email clients such as outlook) to the outside using google apps, but I
need to authenticate to a different account of google apps depending
on the user that sent the email.
for example
ad...@enterprise.com.ar -- (should relay to) ---> [smtp.gmail.com]:
587 ad...@enterprise.com.ar:xxxx
techs...@enterprise.com.ar -- (should relay to) --->
[smtp.gmail.com]:587 techs...@enterprise.com.ar:xxxx
etc
I've tried with "transport" functionality that postfix provide, but
it's not exactly what I need. Because you can choose the relay server
but not the user account of gapps.
I've searched a lot and I didnt't find anything like I want to do.
Maybe there's another way and I did realize :S
Is there a way to do this ? is it possible ?
Thanks in advance
PD: I'm using a Red Hat AS3 with postfix 2.6.3 compiled with mysql and
sasl2. If you need more information about config files just ask
I solved it. It was pretty easy actually
http://www.postfix.org/SASL_README.html#client_sasl_sender
I Hope it help somebody ..
Bye