diff --git a/templates/postfix/conf.d/virtual_aliases.j2 b/templates/postfix/conf.d/virtual_aliases.j2 index 207669b..364db4c 100644 --- a/templates/postfix/conf.d/virtual_aliases.j2 +++ b/templates/postfix/conf.d/virtual_aliases.j2 @@ -15,6 +15,8 @@ {% if postfix_aliases is defined %} {% for domain in postfix_aliases %} +# {{ domain.name}} + {% if domain.comment is defined %} {{ domain.comment }} {% endif %}