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/IMAP/tasks | |
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/IMAP/tasks')
-rw-r--r-- | roles/IMAP/tasks/mda.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/IMAP/tasks/mda.yml b/roles/IMAP/tasks/mda.yml index cef40a0..1aac519 100644 --- a/roles/IMAP/tasks/mda.yml +++ b/roles/IMAP/tasks/mda.yml @@ -26,8 +26,8 @@ mode=0644 with_items: - mailbox_domains.cf - - mailbox_maps.cf - - transport_content_filter_maps.cf + - mailbox.cf + - transport_content_filter.cf - name: Start Postfix service: name=postfix state=started |