On 10/5/2009 9:31 AM, Davy Leon wrote:
Hi guys I have a little problem here. I'm trying to deliver mail with my postfix using gmail as an smarthost. I get this error host smtp.gmail.com[74.125.91.109] said: 530 5.7.0 Must issue a STARTTLS command first. 22sm628904qyk.10 (in reply to MAIL FROM command)
Please review the documentation at http://www.postfix.org/TLS_README.html#client_tls
I'm wondering if the answer to this is just inlcude smtpd_use_tls = yes and somethig like smtpd_tls_session_cache_timeout = 120s
No, those parameters are for receiving mail, not for sending. The sending parameters start with smtp_* as documented in http://www.postfix.org/TLS_README.html#client_tls
because I don't have valid certificates, and my domain is a fake one, so I can't get one.
unrelated to your problem. -- Noel Jones