{% if helpers.exists('OPNsense.postfix.general.enabled') and OPNsense.postfix.general.enabled == '1' %}
{%   if helpers.exists('OPNsense.postfix.recipient.recipients.recipient') %}
{%     for recipient_list in helpers.toList('OPNsense.postfix.recipient.recipients.recipient') %}
{%       if recipient_list.enabled == '1' %}
{{ recipient_list.address }} {{ recipient_list.action }}
{%       endif %}
{%     endfor %}
{%   endif %}
{% endif %}
