I generally like to configure Jira and Confluence to send outgoing emails to localhost , and there have Postfix do the final mail delivery:

Delegating to Postfix has at least two benefits:

JETI

One caveat I discovered today: Postfix will reject emails larger than a certain size (the message_size_limit parameter), and if you have JETI installed, and users use JETI to email issues with their attachments, then it's quite easy for Jira to be sending JETI emails over 10Mb. Postfix rejects them, and they end up in the Jira error queue, where they languish forever until Jira is restarted.

So if you don't want to lose your outgoing JETI emails, increase message_size_limit  to whatever your'e comfortable sending.