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.
Relaying via the ISP's mail server though (even with TLS) seems like it would disclose the message contents.
Taken from my smtpd.conf: