libravatar: do not relay messages to bastion

This commit is contained in:
clime 2019-02-05 17:45:00 +01:00
parent d3bc4400d0
commit 0317c50c03

View file

@ -22,12 +22,13 @@
- mod_ssl
- letsencrypt
- name: configure postfix for email encryption
- name: configure postfix for email encryption and not relaying to bastion
command: "{{ item }}"
with_items:
- postconf -e 'smtpd_tls_cert_file = /etc/letsencrypt/live/{{ inventory_hostname }}/fullchain.pem'
- postconf -e 'smtpd_tls_key_file = /etc/letsencrypt/live/{{ inventory_hostname }}/privkey.pem'
- postconf -e 'smtp_use_tls = yes'
- postconf -e 'relayhost ='
- git:
repo: https://git.linux-kernel.at/oliver/ivatar.git