Readded postgrey, adding the /24 that was spamming me to client_checks

This commit is contained in:
Emerson 2016-01-06 19:43:33 -05:00
parent d97e112a22
commit 95b715c3e2
2 changed files with 3 additions and 2 deletions

View File

@ -7,3 +7,4 @@
112.90.183.0/24 REJECT Rejected due to excessive spam from your ISP. If in error, email abuse@nodevine.net from a commonly used email service such as Gmail with details.
82.196.20.0/24 REJECT Rejected due to excessive spam from your ISP. If in error, email abuse@nodevine.net from a commonly used email service such as Gmail with details.
112.90.183.139 REJECT Rejected due to excessive spam from your ISP. If in error, email abuse@nodevine.net from a commonly used email service such as Gmail with details.
23.247.14.0/24 REJECT Rejected due to excessive spam from your ISP. If in error, email abuse@nodevine.net from a commonly used email service such as Gmail with details.

View File

@ -47,8 +47,8 @@ smtpd_recipient_restrictions=
permit_sasl_authenticated,
permit_mynetworks,
reject_unauth_destination,
check_client_access cidr:/etc/postfix/client_checks
#check_policy_service inet:127.0.0.1:10023
check_client_access cidr:/etc/postfix/client_checks,
check_policy_service inet:127.0.0.1:10023
smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
myhostname = mail.nodevine.net