digitalfondue / lavagna

Lavagna: issue tracker/project management tool
http://lavagna.io
GNU General Public License v3.0
635 stars 109 forks source link

Can't send test mail #157

Open mzch opened 2 years ago

mzch commented 2 years ago

I tried to set up SMTP server and send a test mail but failed. Nginx log is as below:

118.243.18.144 - - [01/Sep/2021:08:41:02 -0700] "POST /api/check-smtp/?to=mzch@mac.com HTTP/2.0" 500 0 "https://lavagna.info/admin/smtp/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36"

Another app hosted on the same vps can send an email.

My mail server has both IPv4 address and IPv6 address, but the host running Lavagna has only IPv4 address. Is this related?

mzch commented 1 year ago

Finally Lavagna fails to negotiate SSL session with the latest Postfix mail server. My postfix server accept only TLSv1.1 - TLSv1.3. Is it related?

mzch commented 1 year ago