From mboxrd@z Thu Jan 1 00:00:00 1970 From: rhomunuq+ml_sup@gmail.com (Iain) Date: Wed, 27 May 2009 17:36:45 +0100 Subject: [sup-talk] Arg, gmail In-Reply-To: <1e5fdab70905270924t798c4e5er3978e717b2215d48@mail.gmail.com> References: <1e5fdab70905270924t798c4e5er3978e717b2215d48@mail.gmail.com> Message-ID: <1243442046-sup-3254@leda> (Replying to the list in case of future person with the same problem.) > I'm having a *little* problem with gmail: I can't send mail with > neither msmtp nor ssmtp, I get "no route to host" with the first one > and "can't auth" with the latter, even though last year it worked Gmail uses non-standard port 587. Partial example .msmtprc: account whateveryouwant auth on host smtp.gmail.com port 587 user yourusername at gmail.com password yourpassword tls on tls_starttls on tls_certcheck off # Insecure; better would be to add the Gmail cert to tls_trust_file auto_from on