Search found 888 matches

by Sarah
27 Dec 2024, 22:33
Forum: General Discussion (cxs)
Topic: How to block IP at the first attack detected in CXS?
Replies: 5
Views: 53466

Re: How to block IP at the first attack detected in CXS?

It makes no difference what type of match it is, MD5SUM or fingerprint or virus, unless it was detected via cxs modsecurity scanning, cxs cannot get the IP address.
by Sarah
27 Dec 2024, 21:51
Forum: General Discussion (cxs)
Topic: How to block IP at the first attack detected in CXS?
Replies: 5
Views: 53466

Re: How to block IP at the first attack detected in CXS?

Unless the file is detected via cxs modsecurity scanning, cxs has no information about the IP address of the attacker. I'm not sure what type of scan you are referring to.
by Sarah
27 Dec 2024, 15:45
Forum: General Discussion (cxs)
Topic: How to block IP at the first attack detected in CXS?
Replies: 5
Views: 53466

Re: How to block IP at the first attack detected in CXS?

It is only possible to block cxs modsecurity hits in csf because otherwise cxs does not have the IP address of the attacker. You can use LF_CXS to configure this.
by Sarah
02 Oct 2024, 08:59
Forum: MailScanner
Topic: CloudLinux 9 Installation
Replies: 2
Views: 36977

Re: CloudLinux 9 Installation

Those additional instructions for specific OSes are only for DirectAdmin. The cPanel install is just the first 6 steps in the INSTALL.txt document.
by Sarah
20 Sep 2024, 21:53
Forum: MailScanner
Topic: Is the price monthly, yearly, or one time?
Replies: 1
Views: 30729

Re: Is the price monthly, yearly, or one time?

One time purchase price, includes software updates for the life of the product. No monthly fees.
by Sarah
18 Sep 2024, 08:51
Forum: General Discussion (csf)
Topic: Syntax for csf.pignore
Replies: 4
Views: 15471

Re: Syntax for csf.pignore

The process tracking notifications should give you a lot of information. If you provide the full subject and contents of one of them it might help.
by Sarah
17 Sep 2024, 11:51
Forum: General Discussion (csf)
Topic: Syntax for csf.pignore
Replies: 4
Views: 15471

Re: Syntax for csf.pignore

If you really want csf process tracking to ignore all perl scripts, what exactly have you tried already? What do the Process Tracking notifications give for the exe and cmd?
by Sarah
17 Sep 2024, 11:45
Forum: MailScanner Front-End
Topic: mysqld.sock Error in Msfe
Replies: 1
Views: 29763

Re: mysqld.sock Error in Msfe

Sounds like there is a problem with your mysql configuration, which you need to fix in order for MailControl to work. If you purchased your MSFE license direct from us, you can log a ticket on the helpdesk and we may be able to help further. https://support.configserver.com/ Regards, Sarah Configser...
by Sarah
09 Sep 2024, 11:46
Forum: General Discussion (cxs)
Topic: CXS not ignoring directory that is on cxs.ignore file
Replies: 3
Views: 44141

Re: CXS not ignoring directory that is on cxs.ignore file

You cannot use wildcard characters for hdir. You can't use an asterisk by itself as a wildcard in any of the ignore lines, only as part of a regular expression with the keywords that allow it (the ones that start with p). I'd suggest you use pdir and build a regular expression that works. This might...