Re: exclude specific external IP from postfix blacklists

2018-06-11 Thread Matus UHLAR - fantomas
On 12.06.18 07:32, Poliman - Serwis wrote: Thank you for answer. If in main.cf must be two different check_client_access rules, so I should do: smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql- virtual_client.cf smtpd_client_restrictions = check_client_access inline:{91.21

Re: exclude specific external IP from postfix blacklists

2018-06-11 Thread Poliman - Serwis
Thank you for answer. If in main.cf must be two different check_client_access rules, so I should do: smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql- virtual_client.cf smtpd_client_restrictions = check_client_access inline:{91.218.208.22=ok} or maybe smtpd_client_restrictio

Re: exclude specific external IP from postfix blacklists

2018-06-11 Thread Matus UHLAR - fantomas
On 11.06.18 15:17, Poliman - Serwis wrote: Listed on lists related with Postfix, from my main.cf: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client zen.spamhaus.org, check_recipient_access mysql:/etc/postfix/ mysql-virtual_re

Re: exclude specific external IP from postfix blacklists

2018-06-11 Thread Poliman - Serwis
@Matus Listed on lists related with Postfix, from my main.cf: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_rbl_client zen.spamhaus.org, check_recipient_access mysql:/etc/postfix/ mysql-virtual_recipient.cf, check_recipient_access mys

Re: exclude specific external IP from postfix blacklists

2018-06-11 Thread Wietse Venema
Poliman - Serwis: > I have a problem with specific IP 91.218.208.22. People from network behind > this address can't connect to mailserver, because - as I found out - this > ip address is listed. Not exactly this specific address but whole C class. > I saw Postfix uses blacklists in own configurati

Re: exclude specific external IP from postfix blacklists

2018-06-11 Thread Matus UHLAR - fantomas
On 11.06.18 11:31, Poliman - Serwis wrote: I have a problem with specific IP 91.218.208.22. People from network behind this address can't connect to mailserver, because - as I found out - this ip address is listed. listed where? Not exactly this specific address but whole C class. I saw Postf

exclude specific external IP from postfix blacklists

2018-06-11 Thread Poliman - Serwis
I have a problem with specific IP 91.218.208.22. People from network behind this address can't connect to mailserver, because - as I found out - this ip address is listed. Not exactly this specific address but whole C class. I saw Postfix uses blacklists in own configuration but I would like to exc