Thanks for the pointer.
I followed the directions here
http://wiki.zimbra.com/index.php?tit...Authentication
<code>
"Change relay host in Admin UI"
$ echo smtp.gmail.com
username@gmail.com
assword > /opt/zimbra/conf/relay_password
$ postmap /opt/zimbra/conf/relay_password
$ postmap -q smtp.gmail.com /opt/zimbra/conf/relay_password
$ postconf -e smtp_sasl_password_maps=hash:/opt/zimbra/conf/relay_password
$ postconf -e smtp_sasl_auth_enable=yes
$ postfix reload
</code>
But the email headers still suggest it's not using the relay host even after a full zimbra restart (just in case). A check of the 'All Mail' folder (which should save a copy of the mail I believe) doesn't show the email.
Can you see what I'm doing wrong?
-J