Initial commit.
This commit is contained in:
105
sqlgrey/clients_fqdn_whitelist
Normal file
105
sqlgrey/clients_fqdn_whitelist
Normal file
@@ -0,0 +1,105 @@
|
||||
##
|
||||
# SQLgrey expects the following expressions:
|
||||
#
|
||||
# hostname.domain.com # whole system name (least CPU intensive)
|
||||
# *.domain.com # whitelist any fqdn in the domain 'domain.com'
|
||||
# /regexp/ # whitelist any fqdn matching the regexp (by far most CPU intensive)
|
||||
|
||||
# Note you need the following two lines to allow both
|
||||
# <lots of mtas>.example.com and example.com
|
||||
# *.example.com
|
||||
# example.com
|
||||
|
||||
# Do not add anything here (this file can be overwritten by SQLgrey updates and
|
||||
# update_sqlgrey_config), create a "clients_fqdn_whitelist.local" file
|
||||
# and add your own entries in there
|
||||
|
||||
###################
|
||||
# greylisting.org #
|
||||
###################
|
||||
|
||||
# No retry
|
||||
*.southwest.com
|
||||
*.scd.yahoo.com
|
||||
*.ameritradeinfo.com
|
||||
*.amazon.com
|
||||
|
||||
# wierd retry pattern
|
||||
isp.belgacom.be
|
||||
|
||||
############
|
||||
# postgrey #
|
||||
############
|
||||
|
||||
# No retry
|
||||
*.karger.ch
|
||||
gw.bas.roche.com
|
||||
mail.hhlaw.com
|
||||
prd051.appliedbiosystems.com
|
||||
*.swissre.com
|
||||
/^ms-smtp.*\.rr\.com$/
|
||||
/^lake.*mta.*\.cox\.net$/
|
||||
*.mot.com
|
||||
*.cs.columbia.edu
|
||||
cs.columbia.edu
|
||||
p01m1689.mxlogic.net
|
||||
p02m169.mxlogic.net
|
||||
|
||||
# Address verification
|
||||
*.nic.fr
|
||||
/^sc\d+pub\.verizon\.net$/
|
||||
*.freshmeat.net
|
||||
|
||||
# Slow retry (4 hours or more)
|
||||
server-x001.hostpoint.ch
|
||||
accor-hotels.com
|
||||
/^mail\d+\.telekom\.de$/
|
||||
/^smtp\d+\.tiscali\.dk$/
|
||||
|
||||
# Unique sender with letters
|
||||
returns.dowjones.com
|
||||
*.zd-swx.com
|
||||
lockergnome.wc09.net
|
||||
|
||||
# Pool on different subnets
|
||||
/^fmr\d+\.intel\.com$/
|
||||
|
||||
|
||||
#############################
|
||||
# Reported by SQLgrey users #
|
||||
#############################
|
||||
|
||||
# No retry
|
||||
unitymail.alapage.com # Alapage newsletter
|
||||
smtp.mandrake.org # mandrake newsletter
|
||||
smtp.mandriva.org # mandriva (previously MandrakeSoft) newsletter
|
||||
*.emailebay.com # eBay mailservers
|
||||
public.wavexservices.com # Wavex Services Mail Server
|
||||
mail.optimumreturn.com # E-commerce ASP solution (W Hotels use them)
|
||||
|
||||
###########################
|
||||
# Requested by MTA admins #
|
||||
###########################
|
||||
|
||||
# Ciphired (they need low-latency for their challenge-response system)
|
||||
mx.00.zh.cs.ciphire.net
|
||||
mx.01.zh.cs.ciphire.net
|
||||
mx.00.mc.cs.ciphire.net
|
||||
mx.01.mc.cs.ciphire.net
|
||||
mx.00.by.cs.ciphire.net
|
||||
mx.01.by.cs.ciphire.net
|
||||
|
||||
# Bigfish.com: reported to only try once from one IP then only once
|
||||
# on another
|
||||
mail-par.bigfish.com
|
||||
mail-haw.bigfish.com
|
||||
|
||||
# CAcert: no retry
|
||||
*.cacert.org
|
||||
|
||||
# GL-group: no retry
|
||||
mail.gl-group.com
|
||||
|
||||
# Do not add anything here (this file can be overwritten by SQLgrey updates and
|
||||
# update_sqlgrey_config), create a "clients_fqdn_whitelist.local" file
|
||||
# and add your own entries in there
|
||||
Reference in New Issue
Block a user