Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nuffsaid

Pages: [1] 2 3
1
CSF Firewall / xmlrpc and wp-login attacks
« on: January 14, 2020, 11:18:56 AM »
Ahoy

I'm getting a log of attacks mainly on the wordpress xmlrpc and wp-login.php files.

Is they a way to configure CSF  to auto block these request as soon as they happen?

Some of these are now overloading the server.

2
DNS / Rebuild DNS records for all domains
« on: November 03, 2019, 09:35:11 PM »
Hello
 
I have an issue, how can i rebuild all the dns records at once ?
I migrated some domains from cPanel now all of these domains are showing up using the default centos dns records ?

I have tried updating the nameservers as well as adding a custom dns template but still they show the same details.

How can i mass change all accounts at once?


3
Nginx / Re: Nginx 24: Too many open files
« on: October 06, 2019, 06:47:40 PM »
I'm having a similar issue.

But when i changed the files from the following

username hard nproc 40
username hard nofile 100

to


username hard nproc 500
username hard nofile 1000

I'm still having the same issue.

How can i resolve this and what else can i check / change ?

4
Installation / Re: CWP IP Address
« on: October 06, 2019, 06:39:39 PM »
CentOS Web Panel is best run on a VPS or on a Dedicated server with a public IP address.
If you want to run it on your local network then you have to have a static IP address , dynamic IPs won't work.

5
Addons / Re: New re-designed version of WHMCS module
« on: September 15, 2019, 01:53:29 PM »
I have a lot of users who like breaking stuff so they will be the perfect testbed for this module.

Hit me up .

6
Addons / Re: SITEPAD Website Builder is finally here >> How to install
« on: September 15, 2019, 01:51:49 PM »
Free? Looks like cost is $5/month. Pass

This is not free but its the cheapest sitebuilder in the history of sitebuilders.

7
Addons / SITEPAD Website Builder is finally here >> How to install
« on: September 14, 2019, 11:45:00 AM »
Morning Folks, I bear good news.

I was going through the sitepad docs and saw that Sitepad is now finally available for CentOS Web Panel

Installation instructions can be found here https://sitepad.com/docs/admin/installing-sitepad-in-centos-web-panel/

Has anyone installed this yet? How is it working for you so far?

Share your stories.

8
CSF Firewall / Relay Tracking on CSF in CWP
« on: August 30, 2019, 03:17:51 PM »
Good Day

I have been playing with CSF and i noticed that the default csf directly from configserver and the one shipped with CSF is missing th SECTION:Relay Tracking part.

So if i just copy and add it to my CSF will it work out of the box to track lets say if someone sends more than 100 emails at a time or does this need to be configured  to work ?

Code: [Select]
###############################################################################
# SECTION:Relay Tracking
###############################################################################
# Relay Tracking. This allows you to track email that is relayed through the
# server. There are also options to send alerts and block external IP addresses
# if the number of emails relayed per hour exceeds configured limits. The
# blocks can be either permanent or temporary.
#
# The following information applies to each of the following types of relay
# check:
# RT_[relay type]_ALERT: 0 = disable, 1 = enable
# RT_[relay type]_LIMIT: the limit/hour afterwhich an email alert will be sent
# RT_[relay type]_BLOCK: 0 = no block;1 = perm block;nn=temp block for nn secs

# This option triggers for external email
RT_RELAY_ALERT = "1"
RT_RELAY_LIMIT = "100"
RT_RELAY_BLOCK = "1"

# This option triggers for email authenticated by SMTP AUTH
RT_AUTHRELAY_ALERT = "1"
RT_AUTHRELAY_LIMIT = "100"
RT_AUTHRELAY_BLOCK = "1"

# This option triggers for email authenticated by POP before SMTP
RT_POPRELAY_ALERT = "1"
RT_POPRELAY_LIMIT = "100"
RT_POPRELAY_BLOCK = "1"

# This option triggers for email sent via /usr/sbin/sendmail or /usr/sbin/exim
RT_LOCALRELAY_ALERT = "1"
RT_LOCALRELAY_LIMIT = "100"

# This option triggers for email sent via a local IP addresses
RT_LOCALHOSTRELAY_ALERT = "1"
RT_LOCALHOSTRELAY_LIMIT = "100"

# If an RT_* event is triggered, then if the following contains the path to
# a script, it will be run in a child process and passed the following:
# information as parameters which also appears in the email alert:
#   IP Address
#   Relay Type (RELAY/AUTHRELAY/POPRELAY/LOCALRELAY/LOCALHOSTRELAY)
#   Block Message (Temporary/Permanent Block)
#   Count of emails relayed
#   Sample of the first 10 emails
#
# The action script must have the execute bit and interpreter (shebang) set
RT_ACTION = ""



9
SSL / Force everyone to install SSL
« on: February 23, 2019, 04:58:23 PM »
Hi

Are they a way for the SSL certificates to be installed on all of the accounts at once?
Like one (or a few) SSH commands that can enable Letsencrypt SSH for everyone at once?   


This would be very beneficial since activating it one by one if you have a lot of accounts can be quote a job.

10
Yes, but does it always have to be like this?

Isn't they a way to make them reboot automatically after every SSL certificate?

11
Hi

I have a small issue.

After installing an SSL certificate the webservers always need to be restarted in order for the certificate to show correctly otherwise it shows the SSL domain of another domain on the server.

How do I automate this?

It gets tedious if you have a lot of domains.

12
CentOS-WebPanel Bugs / WHMCS module shows error but creates the account
« on: December 31, 2018, 12:18:40 PM »
My WHMCS is showing an error when an account is created but on the server it creates the account succesfully.
The module log also shows the action as successful.

1st image


2nd image



3rd image


13
PHP / Re: Imap not activated on Php 7.2.13
« on: December 27, 2018, 03:19:00 PM »
Thanks

I removed all versions of php and rebuilt it using the initial php version switcher and it works now.

14
PHP / Imap not activated on Php 7.2.13
« on: December 27, 2018, 08:07:31 AM »
Holah

I have an issue here

I upgraded my php to  7.2.13 from 7.2.10 and whmcs is reporting imap as off even if i uncommented the line on Php settings >> Phpini configuration "extension=imap"

The date and timezone as well is reporting the same thing even if i uncommented it and set it to "date.timezone = Africa/Johannesburg"

On

How can i resolve this ?

15
CSF Firewall / Notification on Admin GUI login
« on: December 25, 2018, 03:47:22 PM »
Aweah

Is it possible to get an email notification every time an admin logs in to :2087?

This will strengthen the security a bit.

Pages: [1] 2 3