Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

How to configure translate5 to only send error mails to certain addresses (or to only send errors of certain log levels) please read here.


TLS Problems

When using a SMTP server with TLS and receiving TLS problems on mail sending, it could be a problem with the TLS encryption.

To test the connection in translate5:

Use t5 system:mailcheck

Image Added

To test a raw TLS connection (with gmail server as example):

openssl s_client -connect smtp.gmail.com:25 -starttls smtp

depending on the linux system the path to the systems CAs may be necessary:

openssl s_client -connect smtp.gmail.com:25 -starttls smtp -CApath /etc/ssl/certs 

Connection with error example:

Image Added

Sources: