Search found 11 matches

by chadreitsma
11 May 2022, 00:18
Forum: General Discussion (csf)
Topic: DNS queries being blocked
Replies: 2
Views: 663

Re: DNS queries being blocked

Thanks mbrando!

We ended up switching the user's DNS back to their domain registrar, so they can manage it, but I'll give this a shot!
by chadreitsma
26 Apr 2022, 00:43
Forum: General Discussion (csf)
Topic: DNS queries being blocked
Replies: 2
Views: 663

DNS queries being blocked

Hey guys,
Is there a way to open DNS queries (port 53) globally, while still using CC_ALLOW_FILTER = US,CA for the rest of the ports?

We have some customers who's mail is getting blocked because servers outside of US/CA can't query the DNS to get the MX entries.
by chadreitsma
21 Jan 2022, 04:15
Forum: General Discussion (csf)
Topic: Excessive resource usage emails
Replies: 1
Views: 629

Re: Excessive resource usage emails

The issues seems to have resolved itself after 4 days. Does anyone know if CSF has as mail queue? I had changed the above settings several times, and restarted CSF+LFD several times but continued to receive notifications. Now they have finally stopped.
by chadreitsma
20 Jan 2022, 17:06
Forum: General Discussion (csf)
Topic: Excessive resource usage emails
Replies: 1
Views: 629

Excessive resource usage emails

We are constantly receiving "Excessive Resource Usage" emails, example: Time: Sun Jan 16 10:10:34 2022 -0700 Account: <useraccount> Resource: Virtual Memory Size Exceeded: 514 > 512 (MB) Executable: /opt/cpanel/ea-php74/root/usr/sbin/php-fpm Command Line: php-fpm: pool <account> PID: 1446 ...
by chadreitsma
19 Jan 2022, 03:00
Forum: General Discussion (csf)
Topic: Turn off Excessive resource usage email notification
Replies: 5
Views: 2823

Re: Turn off Excessive resource usage email notification

@sergio - I'm sorry, but this is a terrible solution because it doesn't solve the problem. How do you STOP LFD from sending them in the first place?
by chadreitsma
19 Jan 2022, 02:59
Forum: General Discussion (csf)
Topic: disable Excessive resource usage notifications
Replies: 2
Views: 5470

Re: disable Excessive resource usage notifications

This is also happening to me. I have even set PT_USERMEM above what LFD is reporting and I still receive false positive emails. How can we fix this?
by chadreitsma
05 Jan 2020, 22:23
Forum: General Discussion (csf)
Topic: IP from China caught in logs by lfd even though CN country-blocked
Replies: 12
Views: 9173

Re: IP from China caught in logs by lfd even though CN country-blocked

Hey Kdub, no - I have that working correctly - thank-you though. :)

I just realized what I did wrong, I forgot to remove the entries from TCP_IN, and TCP_OUT! This config works now:

TCP_IN: <empty>
CC_ALLOW: US,CA
LF_IPSET: on
FASTSTART: Off

Thanks again for your help!

Cheers,
C.
by chadreitsma
05 Jan 2020, 22:20
Forum: General Discussion (csf)
Topic: Block all countries except US,CA ?
Replies: 1
Views: 1598

Re: Block all countries except US,CA ?

RESOLVED: I forgot to remove the ports from TCP_IN My working config is: TCP_IN: <empty> CC_ALLOW: US,CA LF_IPSET: On FASTSTART: Off -- It would be helpful if you also included the same instructions from CC_ALLOW_PORTS_TCP: "All listed ports should be removed from TCP_IN/UDP_IN to block access...
by chadreitsma
05 Jan 2020, 21:53
Forum: General Discussion (csf)
Topic: IP from China caught in logs by lfd even though CN country-blocked
Replies: 12
Views: 9173

Re: IP from China caught in logs by lfd even though CN country-blocked

Thank Kdub, I'll try without IPSET to see if that helps. I have CentOS7 so I don't really understand what the issue is.

Are you using cPanel or Plesk? They have great migration tools, I was able to migrate all of my clients to a new server with those :)
by chadreitsma
05 Jan 2020, 21:34
Forum: General Discussion (csf)
Topic: IP from China caught in logs by lfd even though CN country-blocked
Replies: 12
Views: 9173

Re: IP from China caught in logs by lfd even though CN country-blocked

Hey guys, I'm having the same issues - simply trying to block all access to the server except for US,CA, so in CC_ALLOW I have it set to: US,CA (+using LF_IPSET) - but I still get attacked from outside those countries. What is the point of using CC_ALLOW if it doesn't work?