Search found 6 matches

by rbreault
27 Jun 2012, 16:50
Forum: MailScanner Front-End
Topic: RBL usage in Exim vs MailScanner
Replies: 1
Views: 3846

RBL usage in Exim vs MailScanner

Having an issue with a client sending email (via DirectPC) which happens to be blacklisted (no option of getting a new IP or getting unlisted),,, But here is the issue, according to Mail Watch not all of their email is getting flagged as blacklisted. Under the "Received Via:" the RBL is NO...
by rbreault
11 Apr 2011, 16:27
Forum: Suggestions (csf)
Topic: Add Region data from GeoIP lookup...
Replies: 1
Views: 2764

Add Region data from GeoIP lookup...

Is is possible to add the region data to the GeoIP results
IP: 209.165.194.111 (US/United States/Santa Cruz/209-165-194-111.got.net)
Would become
IP: 209.165.194.111 (US/United States/California/Santa Cruz/209-165-194-111.got.net)
by rbreault
02 Aug 2010, 17:26
Forum: Report Bugs (csf)
Topic: CSF Reports "Neither syslog nor rsyslog appear to be running"
Replies: 1
Views: 4074

CSF Reports "Neither syslog nor rsyslog appear to be running"

I'm not sure why, but CSF now reports that "Neither syslog nor rsyslog appear to be running"... We are running rsyslog which is running:

Code: Select all

[root /]# service rsyslog status
rsyslogd (pid  13035) is running...
[root /]#
Is CSF looking for something else when checking?
by rbreault
06 Apr 2008, 18:27
Forum: Suggestions (csf)
Topic: Allow comments in csf.dyndns
Replies: 1
Views: 4271

Allow comments in csf.dyndns

Can you allow comments in the other config files such as the csf.dyndns using the same format as the csf.allow or csf.deny files: From the readme.txt file: Both csf.allow and csf.deny can have comments after the IP address listed. The comments must be on the same line as the IP address otherwise the...
by rbreault
04 Apr 2008, 16:25
Forum: Suggestions (csf)
Topic: FTP Access and Functionality Enhancement Needed.
Replies: 2
Views: 4994

fixed ip or dynamic?

If you have a fixed IP address, add your IP address to the csf.ignore file. If you have a dynamic address, get a dyndns account (and the associated software client) and add your new dyndns hostname to the csf.dyndns file and enable dyndns by setting the value to 300 or 600 to add your dynamic ip add...
by rbreault
03 Apr 2008, 21:04
Forum: Suggestions (csf)
Topic: Update md5 checksums post upcp?
Replies: 1
Views: 4642

Update md5 checksums post upcp?

Would there be harm is automatically updating the md5 check sums after the upcp runs? Since I could not find a specific parameter/switch on LFD to perform this operation, perhaps something like this could be added to the /scripts/postupcp file... md5sum /usr/bin/* /usr/sbin/* /bin/* /sbin/* /usr/loc...