Ajout de fichiers dans le plugins python.
darcs-hash:20071218042114-af139-8ce65c1c19fb24d871bddf18dfc29bd0627a40b1.gz
This commit is contained in:
parent
30982be082
commit
81ab684f93
12 changed files with 135 additions and 7 deletions
21
Python/etc/postfix/transport/gen.py
Normal file
21
Python/etc/postfix/transport/gen.py
Normal file
|
@ -0,0 +1,21 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
|
||||
header("Transport des mails.")
|
||||
|
||||
if has("mailing-list-manager"):
|
||||
@# Les mailing-listes sont delivrees localement
|
||||
@lists.crans.org local
|
||||
else:
|
||||
@lists.crans.org smtp:[lists.adm.crans.org]
|
||||
|
||||
if has("news-server"):
|
||||
@# Le corbeau, c'est ici
|
||||
@corbeau@crans.org local
|
||||
|
||||
if not has("users"):
|
||||
@# C'est le serveur des adherents qui fait les livraisons des
|
||||
@# adresses clubs et adherents
|
||||
@crans.org smtp:[users.adm.crans.org]
|
||||
@crans.ens-cachan.fr smtp:[users.adm.crans.org]
|
||||
@install-party.ens-cachan.fr smtp:[users.adm.crans.org]
|
||||
@clubs.ens-cachan.fr smtp:[users.adm.crans.org]
|
Loading…
Add table
Add a link
Reference in a new issue