From 29971520d5c9d340fa7d65c19ad367e3d2223316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sun, 8 May 2022 13:58:21 +0200 Subject: [PATCH] Rename smtp hostname to smtp.data.coop. --- roles/docker/tasks/services/postfix.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/roles/docker/tasks/services/postfix.yml b/roles/docker/tasks/services/postfix.yml index 2851b711..9fb9ce88 100644 --- a/roles/docker/tasks/services/postfix.yml +++ b/roles/docker/tasks/services/postfix.yml @@ -10,11 +10,10 @@ - name: setup postfix docker container for outgoing mail docker_container: name: postfix - image: boky/postfix - restart_policy: unless-stopped + image: boky/postfix:v3.5.0 + restart_policy: always networks: - name: postfix env: ALLOWED_SENDER_DOMAINS: "{{ postfix.allowed_sender_domains|join(' ') }}" - HOSTNAME: "mail.data.coop" # the name the smtp server will identify itself as - + HOSTNAME: "smtp.data.coop" # the name the smtp server will identify itself as