[postfix] Transport slow pour les SMTP relous
Ignore-this: 526080e80e89c5e08e27937275de980b C'est mieux quand c'est mis dans bcfg2, histoire de ne pas avoir un MX qui n'envoie plus rien parce que la moitie de ses fichiers ont ete modifies darcs-hash:20121004221215-ddb99-90072f8d78b0e1653e7dbc03bc7bd05a6601e752.gz
This commit is contained in:
parent
5e63f4064e
commit
8b8ae19055
3 changed files with 12 additions and 0 deletions
|
@ -271,6 +271,10 @@ if main:
|
||||||
@# Pieces jointes
|
@# Pieces jointes
|
||||||
mime_header_checks = "regexp:/etc/postfix/mime_header_checks"
|
mime_header_checks = "regexp:/etc/postfix/mime_header_checks"
|
||||||
|
|
||||||
|
@# Transport slow
|
||||||
|
@slow_destination_recipient_limit = 20
|
||||||
|
@slow_destination_concurrency_limit = 2
|
||||||
|
|
||||||
if not secondary:
|
if not secondary:
|
||||||
@# +----------------------+
|
@# +----------------------+
|
||||||
@# | Connexion de secours |
|
@# | Connexion de secours |
|
||||||
|
|
|
@ -138,6 +138,7 @@ if main:
|
||||||
@lmtp unix - - n - 5 lmtp
|
@lmtp unix - - n - 5 lmtp
|
||||||
@anvil unix - - - - 1 anvil
|
@anvil unix - - - - 1 anvil
|
||||||
@scache unix - - - - 1 scache
|
@scache unix - - - - 1 scache
|
||||||
|
@slow unix - - n - 1 smtp
|
||||||
@#
|
@#
|
||||||
@# Interfaces to non-Postfix software. Be sure to examine the manual
|
@# Interfaces to non-Postfix software. Be sure to examine the manual
|
||||||
@# pages of the non-Postfix software to find out what options it wants.
|
@# pages of the non-Postfix software to find out what options it wants.
|
||||||
|
|
|
@ -27,3 +27,10 @@ if not has("users"):
|
||||||
@crans.ens-cachan.fr smtp:[users.adm.crans.org]
|
@crans.ens-cachan.fr smtp:[users.adm.crans.org]
|
||||||
@install-party.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]
|
@clubs.ens-cachan.fr smtp:[users.adm.crans.org]
|
||||||
|
|
||||||
|
@# SMTP relous
|
||||||
|
@wanadoo.com slow:
|
||||||
|
@wanadoo.fr slow:
|
||||||
|
@orange.com slow:
|
||||||
|
@orange.fr slow:
|
||||||
|
@ens-cachan.fr slow:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue