2009/2/9 Steve Simon <st...@quintile.net>:
> 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 
> quint...@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).

Reply via email to