From 2d394718ed1b5458e1eefc09f27e5aeeb9e62487 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 24 Mar 2023 15:34:15 +0100 Subject: [PATCH] Add domain comment --- templates/postfix/conf.d/virtual_aliases.j2 | 2 ++ 1 file changed, 2 insertions(+) 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 %}