I'm trying to configure postifx smtp_tls_policy_maps so that i can set per user outgoing emails must be encrypted.
One example is the email provider mailbox.org. As one can infer from the job offers, the company also relies on the open source components dovecot and postfix.
If ‘simple’ SSL/TLS connections aren’t secure enough for you, you can select more imposing security levels here:
encrypt: Regular secure e-mail encryption via SSL/TLS, but insecure plaintext is forbidden. dane-only: E-mails are only sent to providers whose SSL certificate is verified by valid DANE records.
verify: E-mails are only sent to providers whose SSL certificates have been manually added to our database.
https://kb.mailbox.org/display/BMBOKBEN/Ensuring+E-Mails+are+Sent+Securely
What could be a possible solution? From the TLS manual of postfix I unfortunately can't figure out