Search found 1347 matches

by ForumAdmin
27 Sep 2011, 17:10
Forum: Suggestions (cxs)
Topic: jump from and jump to kind of error.
Replies: 3
Views: 6201

Re: jump from and jump to kind of error.

You cannot mix up the different jump from/to options. You can only do either:

--jumpfrom usera --jumpto userb
--jumpfrom a+ --jumpto b+

You cannot do a combination of those 2.
by ForumAdmin
23 Sep 2011, 21:49
Forum: Report Bugs (csf)
Topic: 5.38 not working without iptable_nat module
Replies: 4
Views: 4844

Re: 5.38 not working without iptable_nat module

I've just release v5.39 which should address this issue.
by ForumAdmin
23 Sep 2011, 21:38
Forum: Report Bugs (csf)
Topic: 5.38 not working without iptable_nat module
Replies: 4
Views: 4844

Re: 5.38 not working without iptable_nat module

There is an issue with the detection of the nat module. We'll look into a fix for the issue. In the meantime, can you post the exact output from:

Code: Select all

iptables -t nat -L POSTROUTING -nv
by ForumAdmin
17 Sep 2011, 10:00
Forum: Report Bugs (csf)
Topic: No Localhostrelay / localrelay alert
Replies: 1
Views: 3745

Re: No Localhostrelay / localrelay alert

We'll have a fix for this in the next release. The regex routine was disregarding 127.0.0.1 as it's usually ignored by lfd, but in this case it shouldn't be.
by ForumAdmin
30 Aug 2011, 11:08
Forum: Suggestions (cxs)
Topic: cxs upload monitor use smtp rather than nobody?
Replies: 2
Views: 5125

Re: cxs upload monitor use smtp rather than nobody?

This open (--smtp) has now been added to v2.26. If you use --smtp emails will be sent via the localhost SMTP server instead of using sendmail.
by ForumAdmin
30 Aug 2011, 11:07
Forum: Suggestions (cxs)
Topic: How to quarantine all .pl files?
Replies: 5
Views: 12282

Re: How to quarantine all .pl files?

This has now been added to v2.26, so the following should work in a --xtra [file]:

regfile:.*\.pl
by ForumAdmin
05 Jul 2011, 16:44
Forum: Report Bugs (csf)
Topic: CSF.Gallow problem on lfd dialy restart
Replies: 7
Views: 7953

Re: CSF.Gallow problem on lfd dialy restart

You need to post the full startup log lines in /var/log/lfd.log from when lfd restarts at midnight. For example: Jul 5 00:00:02 homer lfd[1693]: daemon started on homer.webumake.net - csf v5.32 (cPanel) Jul 5 00:00:02 homer lfd[1693]: Clock Ticks: 100 Jul 5 00:00:02 homer lfd[1693]: debug: **** DEBU...
by ForumAdmin
04 Jul 2011, 09:57
Forum: Suggestions (cxs)
Topic: CXS Ignore MD5
Replies: 7
Views: 9852

Re: CXS Ignore MD5

This was already in development from the wishlist ;) I'm about to release a new version that includes this as a feature.
by ForumAdmin
05 Jun 2011, 15:40
Forum: Report Bugs (csf)
Topic: CSF.Gallow problem on lfd dialy restart
Replies: 7
Views: 7953

Re: CSF.Gallow problem on lfd dialy restart

I am unable to recreate a problem with GLOBAL_ALLOW. What data is lost and from where when lfd is restarted?
by ForumAdmin
26 May 2011, 11:30
Forum: General Discussion (cxs)
Topic: Securtity Bug - Upgrade to cxs v2.11+
Replies: 0
Views: 12149

Securtity Bug - Upgrade to cxs v2.11+

From: http://blog.configserver.com/index.php?itemid=563 Fixed a SECURITY BUG in Quarantine file restore which could result in root privilege escalation. The destination restore file must not now exist before restoring will work. Our thanks to Jeff Petersen for reporting this issue All cxs users shou...