5 ms·
An email provider that is not blacklisted and allows relay. I currently use my ISP for that. Taken from my smtpd.conf: table secrets { mylogin = [email]@zig
by snksnk 9y ago
An email provider that is not blacklisted and allows relay. I currently use my ISP for that.
Taken from my smtpd.conf:
table secrets { mylogin = [email]@ziggo.nl:[pass] }
accept tagged DKIM for any relay via tls+auth://mylogin@smtp.ziggo.nl:587 auth <secrets>
- sfilargi 9y agoOh, I see, thanks! It kind of defeats the purpose, since now the third-party will be able to read all my outgoing emails, and have control over them.
- tux1968 9y agoYou're transiting over their network anyway -- the jig is already up even without relaying via their gateway.
- justinclift 9y agoConnecting directly to the remote (non-ISP) mailserver with TLS shouldn't reveal any message contents. Relaying via the ISP's mail server though (even with TLS) seems like it would disclose the message contents.