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.
Search found 29 matches
- 28 Oct 2017, 04:36
- Forum: General Discussion (csf)
- Topic: Relay Tracking CSF v.10.09
- Replies: 2
- Views: 3314
- 02 Oct 2017, 23:16
- Forum: General Discussion (csf)
- Topic: Relay Tracking CSF v.10.09
- Replies: 2
- Views: 3314
Re: Relay Tracking CSF v.10.09
I'd be interested in hearing on this as well, we are suffering from the same situation.
- 17 Apr 2017, 16:20
- Forum: General Discussion (csf)
- Topic: virtuozzo7 lack of support causes error
- Replies: 1
- Views: 2401
Re: virtuozzo7 lack of support causes error
Nevermind, of course I find it shortly after posting this
Had to set:
UDPFLOOD = "0"
Had to set:
UDPFLOOD = "0"
- 17 Apr 2017, 16:19
- Forum: General Discussion (csf)
- Topic: virtuozzo7 lack of support causes error
- Replies: 1
- Views: 2401
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:...
- 14 Sep 2015, 19:17
- Forum: General Discussion (csf)
- Topic: LF_SCRIPT_ACTION
- Replies: 3
- Views: 4014
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...
- 16 Jan 2015, 21:42
- Forum: General Discussion (csf)
- Topic: whm root alert
- Replies: 12
- Views: 12399
Re: whm root alert
I would first backup csf.conf if you have any changes you want to keep, then do:
I would delete /etc/csf
then download and reinstall:
Code: Select all
# /etc/csf/uninstall.sh
Code: Select all
# rm -rf /etc/csf
Code: Select all
# cd /
# wget https://download.configserver.com/csf.tgz
# tar -zxvf csf.tgz
# /csf/install.cpanel.sh
- 16 Jan 2015, 21:37
- Forum: General Discussion (csf)
- Topic: block access to port 25
- Replies: 6
- Views: 6184
Re: block access to port 25
Glad you got it
- 16 Jan 2015, 21:36
- Forum: General Discussion (csf)
- Topic: Excessive resource usage
- Replies: 2
- Views: 3682
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...
- 16 Jan 2015, 01:14
- Forum: General Discussion (csf)
- Topic: URLGET LWP not working on fresh CentOS 6.6
- Replies: 6
- Views: 28063
Re: URLGET LWP not working on fresh CentOS 6.6
Never had this issue before, even when using a minimal Centos install. Weird =X
- 15 Jan 2015, 23:24
- Forum: General Discussion (csf)
- Topic: Long list of emails from lfd
- Replies: 1
- Views: 2415