SMTP not working with own mail relay

Gibby13

n3wb
Aug 27, 2015
20
1
I am running my own local mailrelay that forwards off to AWS SES(https://hub.docker.com/r/alterrebe/postfix-relay/). It is only accessible locally, does not use TLS/SSL and works with all my other applications including Blue Iris(Under Options -> Email servers). In Blue Iris Tools when I input my settings and click Send Test Mali I get:
Error #-2147220973
The transport failed to connect to the server


I am guessing that require TLS is probably enabled in the code with no-way for an end-user to disable it.
 
configure your mail server so SSL/TLS is optional, but not required..
 
if it does, make your own CA, create and sign the cert then install the CA cert on your BI Server, it will trust it.
 
  • Like
Reactions: Mike