libravatar: do not relay messages to bastion
This commit is contained in:
parent
d3bc4400d0
commit
0317c50c03
1 changed files with 2 additions and 1 deletions
|
@ -22,12 +22,13 @@
|
||||||
- mod_ssl
|
- mod_ssl
|
||||||
- letsencrypt
|
- letsencrypt
|
||||||
|
|
||||||
- name: configure postfix for email encryption
|
- name: configure postfix for email encryption and not relaying to bastion
|
||||||
command: "{{ item }}"
|
command: "{{ item }}"
|
||||||
with_items:
|
with_items:
|
||||||
- postconf -e 'smtpd_tls_cert_file = /etc/letsencrypt/live/{{ inventory_hostname }}/fullchain.pem'
|
- 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 'smtpd_tls_key_file = /etc/letsencrypt/live/{{ inventory_hostname }}/privkey.pem'
|
||||||
- postconf -e 'smtp_use_tls = yes'
|
- postconf -e 'smtp_use_tls = yes'
|
||||||
|
- postconf -e 'relayhost ='
|
||||||
|
|
||||||
- git:
|
- git:
|
||||||
repo: https://git.linux-kernel.at/oliver/ivatar.git
|
repo: https://git.linux-kernel.at/oliver/ivatar.git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue