This was indeed the key.
Thanks!
ak
--- Begin Message ---
Hello
i think you should use a $site with a fqdn or factotum should have
your user / password to use with smtp.gmail.com (smtp needs that key
in order to authenticate you againts gmail i think).
slds.
gabi
El 09/02/2009, a las 13:12, Akshat Kumar escribió:
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).
--- End Message ---