[mailman] variable postfix.mailman is now useless
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
07ab008447
commit
b085b774ad
|
@ -7,5 +7,4 @@ postfix:
|
|||
secondary: true
|
||||
public: true
|
||||
dkim: true
|
||||
mailman: false
|
||||
titanic: true
|
||||
|
|
|
@ -8,7 +8,6 @@ postfix:
|
|||
secondary: false
|
||||
public: true
|
||||
dkim: true
|
||||
mailman: true
|
||||
titanic: false
|
||||
|
||||
to_backup:
|
||||
|
|
|
@ -4,7 +4,6 @@ postfix:
|
|||
secondary: true
|
||||
public: true
|
||||
dkim: true
|
||||
mailman: false
|
||||
titanic: false
|
||||
|
||||
to_backup:
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue