diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-12-02 22:39:56 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:51:08 +0200 |
commit | c7080c68fb4594f01a2edc98a2014c109a5afe16 (patch) | |
tree | 1b5eb6b14ca62493d39bca40ceb98737ac1765ff /roles/mx/tasks | |
parent | 7d1622f3e5db18b40cab6cecfd3c2f1fab20d782 (diff) |
wibble
Diffstat (limited to 'roles/mx/tasks')
-rw-r--r-- | roles/mx/tasks/main.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/mx/tasks/main.yml b/roles/mx/tasks/main.yml index bd04feb..e2da61e 100644 --- a/roles/mx/tasks/main.yml +++ b/roles/mx/tasks/main.yml @@ -4,6 +4,7 @@ - postfix - postfix-pcre - postfix-ldap + - postfix-cdb - postgrey - libnet-ldap-perl - libauthen-sasl-perl @@ -53,8 +54,6 @@ - mailbox_maps.cf - reserved_transport_maps - transport_lists_maps.cf - notify: - - Restart Postfix - name: Compile the Reserved Transport Maps postmap: cmd=postalias instance={{ postfix_instance[inst].name }} |