From 2c925ea17fcb6f71826e5c0f30f99c5daba10e14 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 4 Jun 2015 20:26:53 +0200 Subject: Make the webmail connect directly to the outgoing SMTP proxy. (Hence delete the 'webmail' Postfix instance.) This shortens the delay caused by the recipient verification probes. --- group_vars/all.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'group_vars/all.yml') diff --git a/group_vars/all.yml b/group_vars/all.yml index ef9fc82..25356bf 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -7,5 +7,4 @@ postfix_instance: MX: { name: mx, group: mta } out: { name: out, group: mta, port: 2525 } MSA: { name: msa } - webmail: { name: webmail } lists: { name: lists, port: 2527 } -- cgit v1.2.3