[mailman] variable postfix.mailman is now useless

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-03-07 19:07:40 +01:00 committed by ynerant
parent 07ab008447
commit b085b774ad
4 changed files with 1 additions and 6 deletions

View File

@ -7,5 +7,4 @@ postfix:
secondary: true
public: true
dkim: true
mailman: false
titanic: true

View File

@ -8,7 +8,6 @@ postfix:
secondary: false
public: true
dkim: true
mailman: true
titanic: false
to_backup:

View File

@ -4,7 +4,6 @@ postfix:
secondary: true
public: true
dkim: true
mailman: false
titanic: false
to_backup:

View File

@ -1,11 +1,9 @@
{{ ansible_header | comment }}
# Transport des mails
{% if postfix.mailman %}
{% if postfix.primary or postfix.secondary %}
# Les mailing-listes sont delivrees sur un serveur à part
lists.crans.org smtp:[{{ query('ldap', 'ip', 'mailman', 'adm') | ipv4 | first }}]
{% endif %}
{% if postfix.primary or postfix.secondary %}
# C'est le serveur des adherents qui fait les livraisons des
# adresses clubs et adherents
crans.org smtp:[users.adm.crans.org]