Search found 1103 matches
- 01 Jun 2025, 09:16
- Forum: General Discussion (csf)
- Topic: Not recieving email with CSF enabled
- Replies: 1
- Views: 665
Re: Not recieving email with CSF enabled
Have you checked the IP in Black Lists?
- 17 May 2025, 21:38
- Forum: General Discussion (csf)
- Topic: Port 465 is working but TCP_OUT and TCP6_OUT do not exist
- Replies: 2
- Views: 5375
Re: Port 465 is working but TCP_OUT and TCP6_OUT do not exist
Remember that SMTP uses an OUT port to deliver emails, so, the command:
means that SMPT can use those ports to send info (on this case emails), so, that is why port 465 is open.SMTP_PORTS = 25,465,587
- 10 May 2025, 13:16
- Forum: General Discussion (cxs)
- Topic: How to fix Queue Overflow issue?
- Replies: 0
- Views: 8749
How to fix Queue Overflow issue?
Hi. One of my servers is reporting: /var/log/cxswatch.log: May 10 03:02:00 server1 cxswatch[2256]: Inotify Event Queue Overflow - some activity for [] [] has been lost, you might want to ignore this resource or increase /proc/sys/fs/inotify/max_queued_events May 10 03:08:24 server1 cxswatch[2256]: I...
- 10 May 2025, 03:17
- Forum: General Discussion (csf)
- Topic: CSF/LFD not sending login emails for Webmin
- Replies: 4
- Views: 18118
Re: CSF/LFD not sending login emails for Webmin
Are the emails that are not delivered saved under CSF MailQueues?
- 09 May 2025, 13:58
- Forum: MailScanner
- Topic: Unblock attachments with complex extensions.
- Replies: 2
- Views: 23787
Re: Unblock attachments with complex extensions.
You have to add your own rule at:
/usr/mailscanner/etc/filename.rules.conf
Sergio
/usr/mailscanner/etc/filename.rules.conf
Sergio
- 09 May 2025, 13:54
- Forum: General Discussion (csf)
- Topic: CSF/LFD not sending login emails for Webmin
- Replies: 4
- Views: 18118
Re: CSF/LFD not sending login emails for Webmin
If you have MailScanner installed, look if those emails are not blocked as "high spam", if so, add the sender email to the white list.
- 27 Apr 2025, 15:37
- Forum: General Discussion (cxs)
- Topic: CXS Queue Overflow?
- Replies: 0
- Views: 11778
CXS Queue Overflow?
Hi.
What means the following LOG Line on CXS?
What means the following LOG Line on CXS?
SergioInotify Event Queue Overflow - some activity for [] [] has been lost, you might want to ignore this resource or increase /proc/sys/fs/inotify/max_queued_events
- 25 Apr 2025, 04:53
- Forum: General Discussion (csf)
- Topic: Regex not working in regex.custom.pm
- Replies: 3
- Views: 36774
Re: Regex not working in regex.custom.pm
Yes,
it could work.
it could work.
- 24 Apr 2025, 22:17
- Forum: General Discussion (csf)
- Topic: Regex not working in regex.custom.pm
- Replies: 3
- Views: 36774
Re: Regex not working in regex.custom.pm
It is not working because seems that your regex is not well constructed. Here are two examples of what the regex could be, based on the log line that you wrote: LOG LINE: 40.##.##.## - - [20/Apr/2025:08:39:37 -0500] "GET /wp-admin/css/colors/Admin-Author.php HTTP/1.1" 500 17551 "-&quo...
- 21 Apr 2025, 13:59
- Forum: General Discussion (cxs)
- Topic: How to make CXS not scan files with Zero size?
- Replies: 1
- Views: 49599
Re: How to make CXS not scan files with Zero size?
As an alternative way to fix this I have done the following: If index.html (or any other file) is showing the error: cxswatch[2283]: WARNING: '.../index.html' scanned 6 times in the last 30 seconds, you might want to ignore this resource I add 1 byte space, made an MD5SUM and added that code to cxs....