diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-06-04 20:26:53 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:54:26 +0200 |
commit | 2c925ea17fcb6f71826e5c0f30f99c5daba10e14 (patch) | |
tree | 90f0cbed686e3f5704b4440ab6239046412d91d6 /group_vars | |
parent | f3d93ac759ee2ac08ecc7308d3019796e2285797 (diff) |
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.
Diffstat (limited to 'group_vars')
-rw-r--r-- | group_vars/all.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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 } |