diff options
-rw-r--r-- | modules/postfix/templates/main.cf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index d4d8eeb9..80e2b316 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -42,6 +42,7 @@ relay_domains = $mydestination, <%= domain %> <%- end -%> transport_maps = regexp:/etc/postfix/transport_regexp +<%- end -%> <% if classes.include?('sympa') %> sympa_destination_recipient_limit = 1 |