Search found 29 matches

by jcats
28 Oct 2017, 04:36
Forum: General Discussion (csf)
Topic: Relay Tracking CSF v.10.09
Replies: 2
Views: 2871

Re: Relay Tracking CSF v.10.09

Just had one email send out 39,000 emails throughout the day without a single CSF alert =X

root@ollie [~]# grep dovecot_login:email@domain.com /var/log/exim_mainlog | grep -oE "\b([0-9]{1,3}\.){3}[0-9]{1,3}\b" | wc -l
39437

From 1806 unique IP's.
by jcats
02 Oct 2017, 23:16
Forum: General Discussion (csf)
Topic: Relay Tracking CSF v.10.09
Replies: 2
Views: 2871

Re: Relay Tracking CSF v.10.09

I'd be interested in hearing on this as well, we are suffering from the same situation.
by jcats
17 Apr 2017, 16:20
Forum: General Discussion (csf)
Topic: virtuozzo7 lack of support causes error
Replies: 1
Views: 2094

Re: virtuozzo7 lack of support causes error

Nevermind, of course I find it shortly after posting this ;)

Had to set:

UDPFLOOD = "0"
by jcats
17 Apr 2017, 16:19
Forum: General Discussion (csf)
Topic: virtuozzo7 lack of support causes error
Replies: 1
Views: 2094

virtuozzo7 lack of support causes error

Hello, I realize this is 100% out of CSF's hands but because of some lack of support for ipt_owner in virtuozzo7 CSF now errors on all installs. Error: iptables command [/sbin/iptables -v -A UDPFLOOD -p udp -m owner --uid-owner 0 -j RETURN] failed, at line 2665 There is a bug report opened for this:...
by jcats
14 Sep 2015, 19:17
Forum: General Discussion (csf)
Topic: LF_SCRIPT_ACTION
Replies: 3
Views: 3509

Re: LF_SCRIPT_ACTION

Would you be able to provide a template for RT_ACTION as well like below? You have to use BASH programming to store the values passed to the script. BASH stores command line arguments passed to it in $1, $2, $3 etc, so: #!/bin/bash HOSTNAME=`hostname` SPATH=$1 COUNT=$2 SAMPLE=$3 SCRIPTS=$4 # email s...
by jcats
16 Jan 2015, 21:42
Forum: General Discussion (csf)
Topic: whm root alert
Replies: 12
Views: 10012

Re: whm root alert

I would first backup csf.conf if you have any changes you want to keep, then do:

Code: Select all

# /etc/csf/uninstall.sh
I would delete /etc/csf

Code: Select all

# rm -rf /etc/csf 
then download and reinstall:

Code: Select all

# cd /
# wget https://download.configserver.com/csf.tgz
# tar -zxvf csf.tgz
# /csf/install.cpanel.sh
by jcats
16 Jan 2015, 21:37
Forum: General Discussion (csf)
Topic: block access to port 25
Replies: 6
Views: 5085

Re: block access to port 25

Glad you got it :)
by jcats
16 Jan 2015, 21:36
Forum: General Discussion (csf)
Topic: Excessive resource usage
Replies: 2
Views: 3276

Re: Excessive resource usage

You need to disable these 3: PT_USERPROC = "10" # This User Process Tracking option sends an alert if any linux user process # exceeds the memory usage set (MB). To ignore specific processes or users use # csf.pignore # # Set to 0 to disable this feature PT_USERMEM = "200" # This...
by jcats
16 Jan 2015, 01:14
Forum: General Discussion (csf)
Topic: URLGET LWP not working on fresh CentOS 6.6
Replies: 6
Views: 26377

Re: URLGET LWP not working on fresh CentOS 6.6

Never had this issue before, even when using a minimal Centos install. Weird =X
by jcats
15 Jan 2015, 23:24
Forum: General Discussion (csf)
Topic: Long list of emails from lfd
Replies: 1
Views: 2107

Re: Long list of emails from lfd

You should checkout this thread

viewtopic.php?f=6&t=8281