On Thu, Dec 18, 2008 at 9:01 AM, vivek.agrawal
<vivek.agra...@radicalsystems.co.in> wrote:

>
> relayhost=smtp.gmail.com

This is wrong. smtp.gmail.com no have MX entry. To point to A entry,
you need [].

relayhost=[smtp.gmail.com]

And this continue wrong, because you dont need explicit transport
declaration to send mail to gmail or any other destination.

If you need use Gmail as relay to any recipient you need configure a
account in smtp_sasl_password_maps and relayhost properly.

-- 
Reinaldo de Carvalho
http://korreio.sf.net (Now available in English)
http://python-cyrus.sf.net

Reply via email to