2019-02-10 07:59:53 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
- name: setup postfix docker container for outgoing mail
|
|
|
|
docker_container:
|
|
|
|
name: postfix
|
|
|
|
image: boky/postfix
|
2019-03-03 06:38:00 +00:00
|
|
|
restart_policy: unless-stopped
|
2019-02-10 07:59:53 +00:00
|
|
|
networks:
|
|
|
|
- name: postfix
|
|
|
|
env:
|
|
|
|
ALLOWED_SENDER_DOMAINS: "{{ base_domain }}"
|
|
|
|
|