From b6a3f5da703e0b2c18bfdfd57e56e12e8902212d Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 22 Jan 2016 15:47:54 +0100 Subject: [PATCH] d4science-ghn-cluster/inventory/hosts.production: Define the relay hosts. d4science-infrastructure/group_vars/all/all.yml: Define the smtp relay hostname. dnet-ci/group_vars/ci-masters: Define the smtp relay hostname. infrastructure-services/group_vars/all/all.yml: Define the smtp relay hostname. --- postfix-relay/defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postfix-relay/defaults/main.yml b/postfix-relay/defaults/main.yml index 4ffd53da..9596ed49 100644 --- a/postfix-relay/defaults/main.yml +++ b/postfix-relay/defaults/main.yml @@ -12,8 +12,7 @@ postfix_smtp_tls_security_level: encrypt postfix_use_sasl_auth: True postfix_smtp_sasl_auth_enable: "yes" postfix_smtp_create_relay_user: True -# See vars/isti-global.yml -postfix_relay_host: smtp-relay.research-infrastructures.eu +# Set it in the local rules #postfix_relay_host: smtp-relay.example.com postfix_relay_port: 587 postfix_default_destination_concurrency_limit: 20