joshuacox / mkdomoticz

Make a persistent domoticz container PDQ
GNU General Public License v3.0
16 stars 28 forks source link

email notification not working #15

Open maiaz opened 5 years ago

maiaz commented 5 years ago

first - thanks for great job creating this Dockerfile :)

for me after dockerization domoticz stops sending email notifications to google... logging of domoticz not really good so no luck with real error message, and also unable to check error on google side for now.

2019-01-23 20:32:03.923 Error: SMTP Mailer: Error sending Email to: xxxxxx@gmail.com ! 2019-01-23 20:32:03.923 Error: Failed to send Email notification!

i think something with SSL... but not sure.. will investigate.

maiaz commented 5 years ago

Jan 23 21:20:42 hunta postfix/smtpd[17853]: connect from unknown[192.168.xx.yy] Jan 23 21:20:42 hunta postfix/smtpd[17853]: SSL_accept error from unknown[192.168.xx.yy]: lost connection Jan 23 21:20:42 hunta postfix/smtpd[17853]: lost connection after STARTTLS from unknown[192.168.xx.yy] Jan 23 21:20:42 hunta postfix/smtpd[17853]: disconnect from unknown[192.168.xx.yy] ehlo=1 starttls=0/1 commands=1/2

joshuacox commented 5 years ago

thanks for the feedback! Are you on an rpi or x86_64? I'll rebuild this image and check everything tonight

maiaz commented 5 years ago

x86_64 NAS. virtual linux - ok, created docker image - and ssl problems. rolled back to linux for now.