Search found 22 matches

by nickp666
28 Jul 2009, 09:39
Forum: MailScanner Front-End
Topic: Feature Request
Replies: 2
Views: 4149

Feature Request

Can I make a simple feature request for MSFE (I have manually changed it on my installs - but every time and update is out - has to be done again!) On the 'Access Mailwatch' Form, can you please append/prepend something random on to the target attribute of the form, as when you have multiple servers...
by nickp666
05 Dec 2008, 11:45
Forum: Suggestions (csf)
Topic: IP Deny logging to a database or post block/post remove hooks
Replies: 18
Views: 16679

How are you processing the command line arguements?

You will need to use Console_GetOpt or similar in php to parse the raw arguements.

Also if you have suhosin installed, it will drop all script executions due to the length of the variable names supplied from lfd.
by nickp666
25 Nov 2008, 11:29
Forum: Suggestions (csf)
Topic: Automatically send email to network abuse/admin after blocking
Replies: 3
Views: 4698

any automated mail submission has the potential to land you up in an RBL, take for example challenge based mail systems such as boxtrapper, although the messages that eminate from it could be deemed legitimate, it is known to result in blacklisting, generally due to its mail being classed as backsca...
by nickp666
18 Nov 2008, 11:37
Forum: Suggestions (csf)
Topic: Automatically send email to network abuse/admin after blocking
Replies: 3
Views: 4698

I can see this as being a major annoyance for most, as well as resulting in RBL listings, probably not a wise idea IMO
by nickp666
07 Nov 2008, 14:22
Forum: Suggestions (csf)
Topic: whm login notification
Replies: 6
Views: 7307

It is a good idea and one I've looked into a few times. Unfortunately, cPanel doesn't actually log logins to WHM, only the local httpd page views in /usr/local/cpanel/logs/access_log which don't provide any discerning information for a login. They really ought to log it to login_log As far as I'm a...
by nickp666
05 Nov 2008, 11:57
Forum: Suggestions (csf)
Topic: whm login notification
Replies: 6
Views: 7307

+1 to this one, seemingly a good idea
by nickp666
03 Nov 2008, 16:31
Forum: Report Bugs (cmm)
Topic: cPanel SafeFile.pm changes
Replies: 8
Views: 15822

looks as if its only where variables are used in the creation of the lock.

the offending line is:

Code: Select all

my $inlock = Cpanel::SafeFile::safeopen(\*IN,"<","$homedir/etc/$domain/passwd");
All the others with explictly specified paths seem to work as expected if thats any help
by nickp666
03 Nov 2008, 16:24
Forum: Report Bugs (cmm)
Topic: cPanel SafeFile.pm changes
Replies: 8
Views: 15822

v1.10
Running on 11.24.0-C30365 CentOS 4 x86_64

Running dovecot instead of courier
by nickp666
03 Nov 2008, 11:03
Forum: Report Bugs (cmm)
Topic: cPanel SafeFile.pm changes
Replies: 8
Views: 15822

cPanel SafeFile.pm changes

seeing loads of log entries for cmm in my cpanel error_log relating to SafeFile.pm: 2008-11-03 10:54:53 warn [addon_cmm] safeunlock: Invalid arguments at /usr/local/cpanel/Cpanel/SafeFile.pm line 138 Cpanel::SafeFile::safeunlock(undef) called at /usr/local/cpanel/Cpanel/SafeFile.pm line 73 Cpanel::S...
by nickp666
24 Oct 2008, 12:32
Forum: Suggestions (csf)
Topic: IP Deny logging to a database or post block/post remove hooks
Replies: 18
Views: 16679

NIck, Did you say you were putting this into a database? I would be interested to see how you are doing this, it would be a great thing to have for our users. Randy I am indeed, my intention is to develop a centralised block list and associated app for end users to query, however as I am doing this...