I need to setup TLS/SSL for postfix, so I can send mail from my iphone via my smtp mailserver (or else i will get relay access denied messages).
From what I understand this is one way:
https://www.rosehosting.com/blog/set-up-ssl-encrypted-connection-in-postfix-dovecot-and-apache/
But I can also do it with the SASL framework and use dovecot: https://wiki2.dovecot.org/HowTo/PostfixAndDovecotSASL
Which is better/more appropriate?