Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Message

Re: [milter-greylist] Ratelimit option

2015-03-04 by sofiane Habri

Hi,
Le 04/03/2015 05:28, manu@... [milter-greylist] a �crit :
> Another ACL whitelists the messages before you hit this rule?
I dont think.


Here is my greylist.conf configuration:



# Your own network, which should not suffer greylisting
list "my network" addr { 127.0.0.1/8 145.238.0.0/16 }

# This is a list of broken MTAs that break with greylisting. Derived from
# 
http://cvs.puremagic.com/viewcvs/greylisting/schema/whitelist_ip.txt?rev=1.16
list "broken mta" addr {   \
         12.5.136.141/32    \ # Southwest Airlines (unique sender)
         12.5.136.142/32    \ # Southwest Airlines
         12.5.136.143/32    \ # Southwest Airlines
         12.5.136.144/32    \ # Southwest Airlines
         12.107.209.244/32  \ # kernel.org (unique sender)
         12.107.209.250/32  \ # sourceware.org (unique sender)
                               ...
}

# List of friendly whitelisted servers
list "white servers" addr {   \
         38.123.132.11      \ \ufffd#mail.meetup.com (RT #7584)
         82.227.104.11      \ # serveur evogt vogt-bodving.homelinux.net
         213.41.244.253     \ # serveur ajacoutot
         17.254.0.152       \ # lists.apple.com
         17.254.6.0/24      \ # apple.com
         17.254.13.38/31    \ # apple.com
         62.4.16.96/29      \ # serveurs nerim
         62.4.16.104/30     \ # serveurs nerim
         62.4.17.96/29      \ # serveurs nerim
         62.4.17.104/30     \ # serveurs nerim
         62.23.163.155      \ # Mairie de Meudon
                         ...

}
list "white users" rcpt {  \
         postmaster@... \
         cu6.payload.experts@... \
}

# on limite tous les utilisateurs en nombre de destinataire
ratelimit "users" rcpt 2 / 2m

racl blacklist addr 145.238.0.0/16 ratelimit "users" \
                 msg "too many recipients, please retry later"

racl whitelist list "my network"

racl whitelist list "broken mta"

racl whitelist list "white users"

racl greylist default delay 1m autowhite 7d


-- 
Sofiane Habri
Observatoire de Paris-Meudon
Divison Informatique de l'Observatoire -DIO-

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.