|
|
|
|
|
by snksnk
3038 days 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>
|
|
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.