On 2021-11-11 at 14:53:01 UTC-0500 (Thu, 11 Nov 2021 20:53:01 +0100)
Togan Muftuoglu
is rumored to have said:
"Matus" == Matus UHLAR <- fantomas > writes:
Matus> you can check hostnames by using pcre map in
Matus> check_reverse_client_hostname_access. e.g. refuse regex
Matus> /(\d+)[.-](\d+
On 2021-11-12 at 06:57:14 UTC-0500 (Fri, 12 Nov 2021 12:57:14 +0100)
Togan Muftuoglu
is rumored to have said:
"DMO" == Demi Marie Obenour writes:
DMO> On 11/11/21 10:28 AM, Bill Cole wrote:
On 2021-11-11 at 06:06:45 UTC-0500 (Thu, 11 Nov 2021 12:06:45 +0100)
Togan
Muftuoglu is rumored to
> "DMO" == Demi Marie Obenour writes:
DMO> On 11/11/21 10:28 AM, Bill Cole wrote:
>> On 2021-11-11 at 06:06:45 UTC-0500 (Thu, 11 Nov 2021 12:06:45 +0100) Togan
>> Muftuoglu is rumored to have said:
>>
>>> Hi,
>>>
>>> How can I reject connections from generic Forward Confirmed Reverse DNS
>>>
On 11/11/21 10:28 AM, Bill Cole wrote:
> On 2021-11-11 at 06:06:45 UTC-0500 (Thu, 11 Nov 2021 12:06:45 +0100)
> Togan Muftuoglu
> is rumored to have said:
>
>> Hi,
>>
>> How can I reject connections from generic Forward Confirmed Reverse
>> DNS
>> (FCrDNS) like “123-45-67-8.your.isp.com”.
>>
>>
On Thu, Nov 11, 2021 at 08:53:01PM +0100, Togan Muftuoglu wrote:
> Matus> /(\d+)[.-](\d+)[.-](\d+)[.-](\d+)./ REJECT "generic DNS refused"
>
> Matus> (trailing . should avoid matching IP Addresses)
That "." would need to be a "[.]" (or "\."), otherwise it'll match the
last digit, of a 2 or 3 dec
> "toganm" == Togan Muftuoglu writes:
> "Matus" == Matus UHLAR <- fantomas > writes:
Matus> you can check hostnames by using pcre map in
Matus> check_reverse_client_hostname_access. e.g. refuse regex
^
Matus> /(\d+)[.-](\d+)[.-](\d+)[.-](\d+)./
> "Matus" == Matus UHLAR <- fantomas > writes:
Matus> you can check hostnames by using pcre map in
Matus> check_reverse_client_hostname_access. e.g. refuse regex
Matus> /(\d+)[.-](\d+)[.-](\d+)[.-](\d+)./ REJECT "generic DNS refused"
Matus> (trailing . should avoid matching IP Addresses)
On 2021-11-11 at 06:06:45 UTC-0500 (Thu, 11 Nov 2021 12:06:45 +0100)
Togan Muftuoglu
is rumored to have said:
Hi,
How can I reject connections from generic Forward Confirmed Reverse
DNS
(FCrDNS) like “123-45-67-8.your.isp.com”.
For the most cases spamhaus is able to block it but with the c
> "Matus" == Matus UHLAR <- fantomas > writes:
Matus> you can check hostnames by using pcre map in
Matus> check_reverse_client_hostname_access. e.g. refuse regex
Matus> /(\d+)[.-](\d+)[.-](\d+)[.-](\d+)./ REJECT "generic DNS refused"
Matus> (trailing . should avoid matching IP Addresses)
> "ptld" == postfix writes:
>> How can I reject connections from generic Forward Confirmed Reverse DNS
>> (FCrDNS) like “123-45-67-8.your.isp.com”.
ptld> I do not know if there is an easier way but you could make a script using
ptld> check_policy_service or a milter to check if client name
> "Ludi" == Ludi Cree writes:
Ludi> Root Servers / IPs at datacenters often also get a default RDNS in that
Ludi> style. Greets, Ludi
Yes but if you own the domain you can ask the datacenters/cloud centers for
the RDNS and your helo will match your RDNS.
I am using AWS and it was done in a
On 11.11.21 12:06, Togan Muftuoglu wrote:
>How can I reject connections from generic Forward Confirmed Reverse DNS
(FCrDNS) like “123-45-67-8.your.isp.com”.
For the most cases spamhaus is able to block it but with the cloud providers
with FCrDNS as follows not all of them are not blocked.
123-
reject generic FCrDNS clients
> How can I reject connections from generic Forward Confirmed Reverse DNS
> (FCrDNS) like “123-45-67-8.your.isp.com”.
I do not know if there is an easier way but you could make a script using
check_policy_service or a milter to check if client name contains
> How can I reject connections from generic Forward Confirmed Reverse DNS
> (FCrDNS) like “123-45-67-8.your.isp.com”.
I do not know if there is an easier way but you could make a script using
check_policy_service or a milter to check if client name contains client IP.
However i wonder how compl
Hi,
How can I reject connections from generic Forward Confirmed Reverse DNS
(FCrDNS) like “123-45-67-8.your.isp.com”.
For the most cases spamhaus is able to block it but with the cloud providers
with FCrDNS as follows not all of them are not blocked.
123-45-67-89.ip.linodeusercontent.com
ec2
15 matches
Mail list logo