Hello,
I have a mailrelay in my LAN where corteza is installed and it works without authentication and without SSL
I have configured it in my .env file.
SMTP_HOST=192.168.0.10:25
If I try to send mail with corteza I receive the following error:
execution failed: could not send email: x509: cannot validate certificate for 192.168.0.10 because it doesn’t contain any IP SANs
And from mailrelay logs I receive:
Jun 30 17:13:14 mailrelay postfix/smtpd[7141]: connect from dockerlan-test.sit.local[172.16.10.73]
Jun 30 17:13:14 mailrelay postfix/smtpd[7141]: SSL_accept error from dockerlan-test.sit.local[172.16.10.73]: -1
Jun 30 17:13:14 mailrelay postfix/smtpd[7141]: warning: TLS library problem: error:14094412:SSL routines:ssl3_read_bytes:sslv3 alert bad certificate:…/ssl/record/rec_layer_s3.c:1528:SSL alert number 42:
Jun 30 17:13:14 mailrelay postfix/smtpd[7141]: lost connection after STARTTLS from dockerlan-test.sit.local[172.16.10.73]
Jun 30 17:13:14 mailrelay postfix/smtpd[7141]: disconnect from dockerlan-test.sit.local[172.16.10.73] ehlo=1 starttls=0/1 commands=1/2
It seems to me that corteza is using SSL
How can it be configured not to use SSL?
Thank
Nicola