[mailman] Mailman is relayed
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>certbot_on_virtu
parent
84cb6585d2
commit
abbfd96a37
|
@ -20,12 +20,13 @@ mynetworks = 127.0.0.0/8, [::1]/128
|
||||||
# Destinations acceptees
|
# Destinations acceptees
|
||||||
mydestination = {{ ansible_hostname }}, $myhostname, localhost, localhost.$mydomain
|
mydestination = {{ ansible_hostname }}, $myhostname, localhost, localhost.$mydomain
|
||||||
{% if postfix.primary or not postfix.secondary %}
|
{% if postfix.primary or not postfix.secondary %}
|
||||||
$mydomain, crans.ens-cachan.fr, clubs.ens-cachan.fr, install-party.ens-cachan.fr, crans.fr, crans.eu, lists.crans.org
|
$mydomain, crans.ens-cachan.fr, clubs.ens-cachan.fr, install-party.ens-cachan.fr, crans.fr, crans.eu
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# Domaine relaye par ce MX
|
# Domaine relaye par ce MX
|
||||||
relay_domains = $mydestination
|
relay_domains = $mydestination
|
||||||
|
lists.$mydomain
|
||||||
{% if postfix.secondary %}
|
{% if postfix.secondary %}
|
||||||
$mydomain, crans.ens-cachan.fr, clubs.ens-cachan.fr, install-party.ens-cachan.fr, crans.fr, crans.eu, lists.crans.org
|
$mydomain, crans.ens-cachan.fr, clubs.ens-cachan.fr, install-party.ens-cachan.fr, crans.fr, crans.eu
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# Etre notifie ou non de l'arrive de nouveaux mails
|
# Etre notifie ou non de l'arrive de nouveaux mails
|
||||||
{% if postfix.primary or postfix.secondary %}
|
{% if postfix.primary or postfix.secondary %}
|
||||||
|
|
Loading…
Reference in New Issue