From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <99cb6c53524c56220c057db548a2f329@quintile.net> References: <4e6ca2050902081635rc56e75fp7c45aa0799a048df@mail.gmail.com> <99cb6c53524c56220c057db548a2f329@quintile.net> Date: Mon, 9 Feb 2009 04:12:47 -0800 Message-ID: <4e6ca2050902090412w60795d1ap64d32b056a3b73eb@mail.gmail.com> From: Akshat Kumar To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] UPAS, IMAP, and SMTP Topicbox-Message-UUID: 9a4ee5ea-ead4-11e9-9d60-3106f5b1d025 2009/2/9 Steve Simon : > Re outgoing mail via gmail. > > I haven't used gmail for a while but when I did I used this as the last > line of my /mail/lib/remotemail. > > # exec /bin/upas/smtp -d -a -h quintile.net net!smtp.gmail.com quintile@gmail.com $* This much is fine. However, upas/smtp makes the connection with GMail, and when the conversation goes something like, 250-STARTTLS 250 ENHANCEDSTATUSCODES STARTTLS 220 2.0.0 Ready to start TLS EHLO plan9 the connection is lost and upas tries again -- something is amiss. I'm looking at upas/smtp source and just trying to construct a successful conversation with GMail's SMTP on port 587, but it isn't going so well. (I cannot do SMTP on the normal port, because my ISP blocks outbound SMTP -- 587 is OK).