Re: exclude specific external IP from postfix blacklists

2018-06-14 Thread Poliman - Serwis
Thank you. I fixed this. I didn't suppose that you put earlier order, which must be used. 2018-06-13 16:41 GMT+02:00 Wietse Venema : > Poliman - Serwis: > > Thank you, I will check it. Yesterday night I did: > > smtpd_recipient_restrictions = permit_mynetworks, > > permit_sasl_authenticated, chec

Re: exclude specific external IP from postfix blacklists

2018-06-13 Thread Wietse Venema
Poliman - Serwis: > Thank you, I will check it. Yesterday night I did: > smtpd_recipient_restrictions = permit_mynetworks, > permit_sasl_authenticated, check_client_access inline:{91.218.208.22=ok}, > reject_unauth_destination, reject_rbl_client zen.spamhaus.org, > check_recipient_access mysql:/etc

Re: exclude specific external IP from postfix blacklists

2018-06-13 Thread Poliman - Serwis
Thank you, I will check it. Yesterday night I did: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_client_access inline:{91.218.208.22=ok}, reject_unauth_destination, reject_rbl_client zen.spamhaus.org, check_recipient_access mysql:/etc/postfix/mysql-virtual_recip

Re: exclude specific external IP from postfix blacklists

2018-06-13 Thread Matus UHLAR - fantomas
On 12.06.18 09:10, Poliman - Serwis wrote: Thank you for answer. I have in 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, ch

Re: exclude specific external IP from postfix blacklists

2018-06-12 Thread Poliman - Serwis
Thank you for answer. I have in 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 mysql:/etc/postfix/ mysq

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