From 1c357b55931a0d4fbd15d51d61ec4e81d4f38aa5 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 3 Jul 2014 04:26:26 +0200 Subject: Install amavisd-new on the outgoing SMTP proxy. For DKIM signing and virus checking. --- common.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common.yml') diff --git a/common.yml b/common.yml index 99628a3..d069ecc 100644 --- a/common.yml +++ b/common.yml @@ -39,3 +39,10 @@ tags: nginx,www,web roles: - common-web + +- name: Configure amavis + hosts: MDA:out + gather_facts: False + tags: amavis + roles: + - amavis -- cgit v1.2.3