# {{ ansible_managed }}
# Do NOT edit this file directly!

# Addresses under $myhostname are typically not valid as envelope
# recipients (eg, logcheck@, root@, etc.).  This breaks the sender
# address verification, so we use the admin team's address in the
# envelope.
{% for host in groups.all | sort %}
@{{ hostvars[host].inventory_hostname }}    admin@fripost.org
{% endfor %}