SMTP not working with own mail relay

Gibby13

n3wb
Joined
Aug 27, 2015
Messages
20
Reaction score
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.
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
configure your mail server so SSL/TLS is optional, but not required..
 

nayr

IPCT Contributor
Joined
Jul 16, 2014
Messages
9,329
Reaction score
5,325
Location
Denver, CO
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.
 

Mike

Staff member
Joined
Mar 9, 2014
Messages
2,982
Reaction score
2,725
Location
New York
BIT doesn't require a certificate as long as the proper port is used.
 
Top