diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/postfix/templates/simple_relay_main.cf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postfix/templates/simple_relay_main.cf b/modules/postfix/templates/simple_relay_main.cf index 9c977502..fdb92675 100644 --- a/modules/postfix/templates/simple_relay_main.cf +++ b/modules/postfix/templates/simple_relay_main.cf @@ -37,6 +37,7 @@ smtpd_tls_CAfile = /etc/pki/tls/certs/ca-bundle.crt <%- if classes.include?('sympa::server') -%> local_recipient_maps = fallback_transport_maps = regexp:/etc/postfix/transport_regexp +transport_maps = regexp:/etc/postfix/transport_regexp mydestination = ml.<%= domain %> sympa_destination_recipient_limit = 1 sympabounce_destination_recipient_limit = 1 |