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.


Topics - nuffsaid

Pages: [1] 2
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
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.

4
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 = ""



5
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.

6
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.

7
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


8
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 ?

9
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.

10
New Modules / WHMCS Module Error
« on: March 26, 2018, 08:08:33 PM »
Holah

When i try to create a new account on whmcs, i get a

"Order Accept Encountered Problems"

When i check the module debug log i see the following

Code: [Select]
https://server.example.com:2031/api/?key=wMr2MpcukGi0QpvhLMRm6JIZgVDN3LhuA6pGdOucfEH7S&api=account_new&domain=mydomain.co.zw&username=vkkcjcmq&password=ht86t1D6&package=2&email=my%40gmail.com&inode=50000&nofile=60000&nproc=40

11
And also, what is Swap Memory?

12
CentOS 7 Problems / Port 443 not working with nginx on
« on: March 14, 2018, 08:31:36 PM »
Hi, when i select Apache & Nginx Reverse Proxy port 443 for ssl is not working but only works when apache only is selected, how can i work around this?

13
CentOS 7 Problems / cURL error 6
« on: March 12, 2018, 07:23:57 PM »
Hi , i have a problem, my server will not install any SSL certificate and wont download anything.

It keeps on giving me the error below if i do a  yum update, im on CentOS 7

[Errno 14] curl#6 - "Could not resolve host: mirror.23media.de; Unknown error"
Trying other mirror.

How can i fix this ?

14
Information / 90% Disk I/O on a high traffic website
« on: April 16, 2017, 10:39:47 PM »
Hi

i have a high traffic website hosted on my server every time the user number goes above 1000 the server hits a 90% Disk I/O for a while

Can anyone recommend something i can do to lessen the load?

I have a server with 16GB Ram,  8 x 2.5GHz cores and a 2tb HDD

15
Apache / cwp-ssl.conf does not exist
« on: April 07, 2017, 06:29:50 AM »
Hi

I installed the Let's encrypt cert for my hostname and it installed successfully as per the http://wiki.centos-webpanel.com/hostname-ssl-with-letsencrypt tutorial

When i get to the 3rd step , the file with path /usr/local/cwpsrv/conf.d/cwp-ssl.conf does not exist .

After searching someone says changing the hostname will fix it but it didnt work and the error i get will be

Code: [Select]
AutoSSL:


Notice: Undefined variable: row in /usr/local/cwpsrv/htdocs/resources/admin/modules/change_hostname.php on line 0
AutoSSL: Issue Failed!sh: /root/.acme.sh/acme.sh: No such file or directory

Notice: Undefined variable: row in /usr/local/cwpsrv/htdocs/resources/admin/modules/change_hostname.php on line 0

Notice: Undefined variable: row in /usr/local/cwpsrv/htdocs/resources/admin/modules/change_hostname.php on line 0
You may also need to change hostname in the /etc/hosts
Example: 127.0.0.1 www.example.com localhost localhost.localdomain
New SSL was generated and you will need to restart: postfix, dovecot, cwpsrv
Don't forget to rebuild the mail server with the new Hostname and restart CWP!!!

How can i fix this to get the SSL working in port 2031 ?

Pages: [1] 2