diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2014-01-15 15:21:59 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:40 +0200 |
commit | c836fecd1b0ae3c6348ade420cd8e0222cdb66eb (patch) | |
tree | 0ff38de631b103239cd5f89c66a91ba8eb5d1407 /roles/lists/templates | |
parent | 8cca963be44becc5052da6f5ba1c1d7a705caaca (diff) |
Make the *_maps file names uniform.
That is, don't put a leading virtual_ or a trailing _maps in file names.
Diffstat (limited to 'roles/lists/templates')
-rw-r--r-- | roles/lists/templates/etc/postfix/main.cf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/lists/templates/etc/postfix/main.cf.j2 b/roles/lists/templates/etc/postfix/main.cf.j2 index dff9d0a..955b901 100644 --- a/roles/lists/templates/etc/postfix/main.cf.j2 +++ b/roles/lists/templates/etc/postfix/main.cf.j2 @@ -55,7 +55,7 @@ relayhost = [{{ MTA_out.host }}]:{{ MTA_out.port }} relay_domains = # Virtual transport (the alias resolution is already done by the MX:es) -transport_maps = ldap:$config_directory/virtual/transport_lists_maps.cf +transport_maps = ldap:$config_directory/virtual/transport_list.cf mlmmj_destination_recipient_limit = 1 # Don't rewrite remote headers |