Thanks Wietse... yes, i have a check_sender_access - after- the check_client_access, buti must be doing something wrong because the reject should have been done bythe check_client_access: check_client_access hash:/etc/postfix/special_clients check_sender_access regexp:/etc/postfix/special_senders Postfix does not complain at all about files fomat but...Wietse, is the syntax correct? (for special_clients file) 205.201.128.108 REJECT You are blacklisted i have also tried...
205.201.128.0/24 REJECT You are blacklisted how do i reject from that IP with that text??? Thanks! Pedreter. From: Wietse Venema <wie...@porcupine.org> To: Postfix users <postfix-users@postfix.org> Sent: Tuesday, July 26, 2016 12:03 PM Subject: Re: REJECT and "optional text" question... Pedro David Marco: > check_client_access hash:/etc/postfix/special_clients This is check_CLIENT_access, which rejects a CLIENT. > Sender address rejected: Access denied; That is blocked by check_SENDER_access, which rejects a SENDER. Wietse