update..
This commit is contained in:
58
roles/common/files/mailserver/etc/postfix/postfwd.bl-sender
Normal file
58
roles/common/files/mailserver/etc/postfix/postfwd.bl-sender
Normal file
@ -0,0 +1,58 @@
|
||||
# *** [ Ansible managed: DO NOT EDIT DIRECTLY ] ***
|
||||
|
||||
# ---
|
||||
# Sender addresses blocked by postfwd
|
||||
#
|
||||
# This file is called with '=~'. This means perl regexp is possible
|
||||
#
|
||||
#
|
||||
# To increase performance use ^ and/or $ in regular expressions
|
||||
#
|
||||
# @acieu\.co\.uk$
|
||||
# ^error@mailfrom.com$
|
||||
#
|
||||
# instedt of
|
||||
#
|
||||
# @acieu.co.uk
|
||||
# error@mailfrom.com
|
||||
#
|
||||
#
|
||||
# Example:
|
||||
#
|
||||
# # # annoying spammer domains
|
||||
# # block all senders of maildomaindomain 'oopen.de'
|
||||
# @acieu\.co\.uk$
|
||||
#
|
||||
# # annoying spammer addresses
|
||||
# # block sender address
|
||||
# error@mailfrom.com
|
||||
# sqek@eike\.se$
|
||||
#
|
||||
# ---
|
||||
|
||||
# annoying spammer domains
|
||||
@acieu\.co\.uk$
|
||||
@sendelope\.eu$
|
||||
@growthrecords\.com$
|
||||
@videosicherheit.biz$
|
||||
@arbeitsschutzmasken.shop$
|
||||
@medprodukte.shop$
|
||||
@geplosser\.pl$
|
||||
@alfasells\.de$
|
||||
@news-des-tages\.de$
|
||||
|
||||
@inx1and1\..+$
|
||||
@ppe-healthcare-europe\.\S+$
|
||||
@testbedarf\.shop$
|
||||
@acievents\.\S+$
|
||||
@dokpotenz\.\S+$
|
||||
@doktorapo\.\S+$
|
||||
@team-de-luxe\.\S+$
|
||||
@klickensiejetzt\.\S+$
|
||||
@podiumskate\.\S+$
|
||||
@ppe-healthcare-europe\.\S+$
|
||||
|
||||
|
||||
# annoying spammer addresses
|
||||
^error@mailfrom\.com$
|
||||
^sqek@eike\.se$
|
Reference in New Issue
Block a user