Demande #938
Limiter les connections SMTP pour certains domaines
Start date:
12/03/2016
Due date:
% Done:
100%
Estimated time:
Difficulté:
2 Facile
Description
Limiter les connexions SMTP pour les serveurs de laposte.net, wanadoo.fr
ou encore orange.fr
Visiblement, le paramètre nr_rcpt_by_domain de sympa ne peut pas être
pris en compte pour certaines listes, étant donné que les adhérents sont
inscrits avec leur alias april.org
History
Updated by Vincent-Xavier JUMEL almost 10 years ago
- Subject changed from Limiter les connections SMTPpour certains domaines to Limiter les connections SMTP pour certains domaines
Updated by Quentin Gibeaux almost 10 years ago
j'ai configuré postfix pour limiter les connexions, voir si ça marche.
Voici comment j'ai procédé :
dans /etc/postfix/master.cf :
slow unix - - n - 1 smtp -o syslog_name=postfix-slow
création du fichier /etc/postfix/transport
orange.fr slow: laposte.net slow: wanadoo.fr slow:
mappage du fichier (à faire après chaque modif)
postmap /etc/postfix/transport
config dans main.cf:
# Outbound rate limiting slow_destination_rate_delay = 120 slow_destination_concurrency_limit = 5 slow_destination_recipient_limit = 100 slow_connection_cache_time_limit = 0 slow_never_send_ehlo = yes slow_connect_timeout = 5
Et dans le même fichier, ajouter ''hash:/etc/postfix/transport'' à ''transport_maps =''
Updated by Loïc Dachary over 9 years ago
- Assignee deleted (
Quentin Gibeaux) - Difficulté changed from 3 Moyen to 2 Facile
Updated by Vincent-Xavier JUMEL over 9 years ago
- Target version changed from Backlog to Novembre 2012
Updated by Vincent-Xavier JUMEL over 8 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Les domaines listés ici ne reçoivent plus trop de mail d'un coup.
Updated by Vincent-Xavier JUMEL almost 8 years ago
- Assignee deleted (
Vincent-Xavier JUMEL) - Target version deleted (
Backlog)
Updated by Christian P. Momon over 1 year ago
- Description updated (diff)
- Assignee set to Vincent-Xavier JUMEL