From 6fb829e49d421de9abac41325f5089357bf27f82 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 21 May 2020 03:42:52 +0200 Subject: Postfix: Install -lmdb in all roles using db=lmdb. And drop -ldap from all roles other than MX. -lmdb is included in roles/common but it can be helpful to have it individual roles as well as they can be run individually. --- roles/lists/tasks/mail.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/lists/tasks/mail.yml') diff --git a/roles/lists/tasks/mail.yml b/roles/lists/tasks/mail.yml index 44b96e5..2821b02 100644 --- a/roles/lists/tasks/mail.yml +++ b/roles/lists/tasks/mail.yml @@ -3,7 +3,7 @@ vars: packages: - postfix - - postfix-ldap + - postfix-lmdb - name: Configure Postfix template: src=etc/postfix/{{ item }}.j2 -- cgit v1.2.3