We will release a new version that makes this same change in due course.awebsite4u wrote: ↑22 Aug 2023, 16:27 As a temporary fix I changed http:// to https:// on lines 336 to 338 in /usr/local/csf/lib/ConfigServer/Config.pm and restarted both CSF and LFD.
Search found 1355 matches
- 22 Aug 2023, 16:28
- Forum: Suggestions (csf)
- Topic: MaxMind DB must be HTTPS starting October
- Replies: 10
- Views: 171084
Re: MaxMind DB must be HTTPS starting October
- 12 Jul 2023, 12:12
- Forum: General Discussion (csf)
- Topic: CPANEL_LOG entries in csf.conf
- Replies: 4
- Views: 10934
Re: CPANEL_LOG entries in csf.conf
Yes, that's the expected behaviour
- 12 Jul 2023, 11:33
- Forum: General Discussion (csf)
- Topic: CPANEL_LOG entries in csf.conf
- Replies: 4
- Views: 10934
Re: CPANEL_LOG entries in csf.conf
That will happen if you install csf before installing cpanel. If you edit csf.conf and change GENERIC = "1" to GENERIC = "0" and then run the following to update csf it should recreate those entries:
Code: Select all
csf -uf
- 18 Apr 2023, 11:10
- Forum: Suggestions (csf)
- Topic: CSF addon for Directadmin and too big POST requests
- Replies: 1
- Views: 13334
Re: CSF addon for Directadmin and too big POST requests
This has been implemented in the new released of v14.18
- 02 May 2022, 21:34
- Forum: General Discussion (csf)
- Topic: Stop Distributed attack emails
- Replies: 6
- Views: 12321
Re: Stop Distributed attack emails
Those emails are controlled by LF_EMAIL_ALERT
- 28 Apr 2022, 11:04
- Forum: General Discussion (csf)
- Topic: lfd on my.server.com: user@domain.com blocked for imapd access
- Replies: 2
- Views: 6926
Re: lfd on my.server.com: user@domain.com blocked for imapd access
That is controlled by the Login Tracking options: # Block IMAP logins if greater than LT_IMAPD times per hour per account per IP # address (0=disabled) - not recommended for IMAP logins due to the ethos # within which IMAP works. If you want to use this, setting it quite high is # probably a good id...
- 05 Jan 2022, 12:05
- Forum: General Discussion (csf)
- Topic: CSF not blocking failed IMAP and POP3 logins on Interworx (CSF 14.15)
- Replies: 6
- Views: 11630
Re: CSF not blocking failed IMAP and POP3 logins on Interworx (CSF 14.15)
It would help if you could provide an example log line that was not detected.
- 22 Dec 2021, 18:32
- Forum: General Discussion (csf)
- Topic: here: [] in LFD Log
- Replies: 2
- Views: 4726
Re: here: [] in LFD Log
It's some debug code that you can safely ignore. It will be resolved in the next release of csf.
- 10 Dec 2021, 10:27
- Forum: General Discussion (csf)
- Topic: LF_SUDO_EMAIL_ALERT = "0" still sending emails on v14.15
- Replies: 5
- Views: 6777
Re: LF_SUDO_EMAIL_ALERT = "0" still sending emails on v14.15
csf.uidignore has nothing to do with the LF_SUDO_EMAIL_ALERT option. lfd cannot log if LF_SUDO_EMAIL_ALERT is disabled, which might suggest that you failed to restart lfd after changing it, or there's an issue with your /etc/csf/csf.conf file.
- 10 Dec 2021, 10:21
- Forum: General Discussion (csf)
- Topic: UDPFLOOD_ALLOWUSER not being ignored
- Replies: 3
- Views: 3852
Re: UDPFLOOD_ALLOWUSER not being ignored
You need to post the log lines from /var/log/messages or wherever the kernel log lines for the firewall are logged that are being detected by LFD. A sample of which will be provided in the emails from lfd regarding any report. You're also confusing UDP_FLOOD and UID Tracking which are different opti...