Başlık/etiketler dediği gibi, bir PHP sunucusu için Linux'ta sSMTP çalıştırıyorum. Bir e-posta göndermeye çalıştığınızda zamansSMTP artık çalışmıyor - 'Geçersiz yanıt: 501 5.5.4 HELO/EHLO argümanı [email protected] geçersiz, bağlantı kapatılıyor.'
, ben
(sadece günlükleri/'sudo hizmeti sendmail statü' veya 'sudo servis php5-fpm status' de, PHP içinde görünmemesi) bu hataları olsun Gönderen /var/log/mail.err ve mail.warn
Mar 31 03:34:10 ip-172-31-22-38 sSMTP[1997]: Cannot open smtp.gmail.com:587
Mar 31 03:34:34 ip-172-31-22-38 sSMTP[2004]: Invalid response: 501 5.5.4 HELO/EHLO argument [email protected] invalid, closing connection. v74sm9147441pfa.7 - gsmtp ([email protected])
Mar 31 03:34:34 ip-172-31-22-38 sSMTP[2004]: Cannot open smtp.gmail.com:587
Benim /etc/ssmtp/ssmtp.conf
itibarenMar 31 03:34:34 ip-172-31-22-38 sSMTP[2004]: Creating SSL connection to host
Mar 31 03:34:34 ip-172-31-22-38 sSMTP[2004]: Invalid response: 501 5.5.4 HELO/ELO argument [email protected] invalid, closing connection. v74sm9147441pfa.7- gsmtp ([email protected])
Mar 31 03:34:34 ip-172-31-22-38 sSMTP[2004]: SSL connection using (null)
Mar 31 03:34:34 ip-172-31-22-38 sSMTP[2004]: Cannot open smtp.gmail.com:587
/var/log/mail.log
#
# Config file for sSMTP sendmail
#
# The person who gets all mail for userids < 1000
# Make this empty to disable rewriting.
[email protected]
# The place where the mail goes. The actual machine name is required no
# MX records are consulted. Commonly mailhosts are named mail.domain.com
mailhub=smtp.gmail.com:587
# Where will the mail seem to come from?
#rewriteDomain=
# The full hostname
[email protected]
[email protected]om
AuthPass=[removed]
UseSTARTTLS=YES
# Are users allowed to set their own From: address?
# YES - Allow the user to specify their own From: address
# NO - Use the system generated From: address
FromLineOverride=YES
Benim revaliases
root:[email protected]:smtp.gmail.com:587
localusername:[email protected]:smtp.gmail.com:587
Java için de benim için çözüm bu oldu. Props.put kullanmalıyım ("mail.smtp.localhost", "localhost"); – kgiannakakis