Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


gmail_on_linux_with_ssmtp

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
gmail_on_linux_with_ssmtp [2014/01/26 14:27] juckinsgmail_on_linux_with_ssmtp [2015/11/04 18:17] juckins
Line 28: Line 28:
 TLS_CA_File=/etc/pki/tls/certs/ca-bundle.crt TLS_CA_File=/etc/pki/tls/certs/ca-bundle.crt
  
 +Update 4 April 2015:
 +
 +Gmail stopped sending, couldn't connect to smtp server per /var/log/maillog errors.  It suddenly started working again. Used "swaks" to troubleshoot per http://nekhbet.com/ssmtp_yahoo.shtml and saw this error:
 +
 +IO::Socket::INET6: connect: Network is unreachable
 +
 +Test was:  $ swaks -tls -f [email protected] -t [email protected] -s smtp.mail.yahoo.com:587 -a LOGIN 
 +
 +Seemed to be an IPv6 problem. 
 +
 +Additional info for CentOS6:
 +
 +[[https://voidtech.wordpress.com/2014/03/11/configuring-send-emails-using-gmail-account-in-centos-6-with-ssmtp/]]
 +
 +
 +----
 +
 +4 November 2015
 +
 +Gmail stopped working.  
 +
 +This did not work: https://productforums.google.com/forum/?hl=en#!topic/gmail/2tK2fR7yW-k;context-place=forum/gmail
 +
 +Try a PHP or Perl solution, but does it require SSMTP or MSMTP?
 +
 +Final answer was to configure [[gmail_as_a_relay_on_linux|Gmail as a Relay]]
gmail_on_linux_with_ssmtp.txt · Last modified: 2016/10/22 08:29 by juckins