Mastermind
(Daniel (Mastermind is a nickname from my childhood.))
1
Hi @ all,
I can send emails via port 587 without authentication and without encryption. Also via port 25. Is that correct?
Next question: I have an old IP-cam (in the same local network) and the cam should send mails via port 465 with TLS. But the certificate of the cam is old an there is no way to update that. So I get the error “TLS certificate verification failed: self signed certificate” on the cam. Is it possible to switch off the certificate check for one mail user?
No, that’s not generally correct unless you’ve configured IP-based relay for the entire LAN (see: IP-based relay configuration), which is not recommended.
Relaying to external domains should only be allowed with SMTP authentication over TLS. However, if the recipient domain is handled by the Mail service itself, this can be acceptable.
If you’re certain the TLS error is caused by the camera, and you can configure it to send emails without TLS, you could use the IP-based relay policy just for the camera IP, as mentioned earlier.
Mastermind
(Daniel (Mastermind is a nickname from my childhood.))
3
No, that’s not generally correct unless you’ve configured IP-based relay for the entire LAN
I have no IP-based relay configured but I can send emails via port 587 without authentication and without encryption. Also via port 25. So is this a bug that I can do this?
If you’re certain the TLS error is caused by the camera, and you can configure it to send emails without TLS, you could use the IP-based relay policy just for the camera IP, as mentioned earlier.
Thanks. I think this will help. The mail from the cam should not leave the server.
Only for clarify: An authentication without TLS / STARTTLS is not possible, right?