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.
16
Installation / Re: Installation guide wrong
« on: October 01, 2024, 01:57:23 PM »
From the install
Quote
1. Preparing Server
Let’s install required packages for CWP installation
yum -y install wget
CentOS 8/Stream, Alma Linux and Rocky Linux: may need to install the EPEL repository to be able to install tools like wget:
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
dnf install wget -y
17
CSF Firewall / Re: unlock ip
« on: September 30, 2024, 01:53:25 PM »
You could use PHP by doing similar to
https://forum.configserver.com/viewtopic.php?t=6751
Not recommending but might help.
https://forum.configserver.com/viewtopic.php?t=6751
Not recommending but might help.
18
CentOS-WebPanel Bugs / Mail Box accounts list, mouse over.
« on: September 28, 2024, 01:43:20 PM »
In the user panel under Home Mail Box accounts list.
The accounts that are active and have a tick, on mouse over shows Suspended.
Mouse over on the suspended account icon shows Active.
The accounts that are active and have a tick, on mouse over shows Suspended.
Mouse over on the suspended account icon shows Active.
19
CentOS 5 Problems / Re: ftp and webmail ip address
« on: September 20, 2024, 01:59:35 AM »
The original post is from 2015.
20
Mod_Security / Re: MOD SECURITY issue on new CWP PRO INSTALLATION
« on: September 09, 2024, 12:47:49 AM »
Does anything show up in the logs under Mod Security or your Apache log files?
21
Other / Re: Chasing some log files
« on: September 06, 2024, 04:42:13 AM »
If someone would like to have look/play with the code let me know.
(I wont post publicly until I get some feedback.)
(I wont post publicly until I get some feedback.)
22
CentOS 9 Problems / Re: AMaViS (A Mail Virus Scanner)
« on: August 31, 2024, 05:03:57 AM »
Good to hear

23
CentOS 7 Problems / Re: I want to update Roundcube 1.5.6 but it fails
« on: August 26, 2024, 10:29:00 AM »
CentOS 7 is EOL.
There are posts here about that and how update/change your OS or make other other changes to continue using CentOS 7 (maybe not here but have seen posts to delay the inevitable).
There are posts here about that and how update/change your OS or make other other changes to continue using CentOS 7 (maybe not here but have seen posts to delay the inevitable).
24
Mod_Security / Re: Forbidden access to the email confirmation link
« on: August 26, 2024, 05:18:53 AM »
Good to hear.
You're welcome.
You're welcome.

25
Mod_Security / Re: Forbidden access to the email confirmation link
« on: August 26, 2024, 03:25:21 AM »
In the image https://ibb.co/r5YRPs0 if you click on Logs. You should be able to see what ID caused the issue. Look for something like
Click on Disabled Rules add
That will whitelist the rule on all domains. You are best working out the actual cause and fixing it so email link doesnt cause issues (if you have access to that)
Quote
id "210350".
Click on Disabled Rules add
Quote
SecRuleRemoveById 210350then restart Apache.
That will whitelist the rule on all domains. You are best working out the actual cause and fixing it so email link doesnt cause issues (if you have access to that)
26
CentOS 9 Problems / Re: Getting the dreaded "DISK FULL: Can't start MySQL!"
« on: August 14, 2024, 03:20:29 AM »27
CentOS 9 Problems / Re: AMaViS (A Mail Virus Scanner)
« on: August 09, 2024, 08:17:59 AM »
Been out of the game for awhile but (referring to first post) it appears to be related to amavisd trying to bond to IP6.
the "fix" appears to be to add
$inet_socket_bind = '127.0.0.1';
/etc/amavisd/amavisd.conf
BUT I'm no CWP guru and others may advise against that as there is probably a better way to fix the issue.
EDIT: In hindsight that probably a non fatal issue.
the "fix" appears to be to add
$inet_socket_bind = '127.0.0.1';
/etc/amavisd/amavisd.conf
BUT I'm no CWP guru and others may advise against that as there is probably a better way to fix the issue.
EDIT: In hindsight that probably a non fatal issue.
28
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 09, 2024, 07:14:25 AM »
From what I can tell you have the
PTR for vps.klarys.net set to 194.163.155.218
but your mail server is using
mail.klarys.com
which has no Reverse DNS setup.
PTR for vps.klarys.net set to 194.163.155.218
but your mail server is using
mail.klarys.com
which has no Reverse DNS setup.
29
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 09, 2024, 02:50:57 AM »
From what I can workout, there appears to missing mx records. (that is getting info from previous posts of yours)
What domain/IP is your email setup on?
What domain/IP is your email setup on?
30
CentOS 9 Problems / Re: Can receive but not send emails out
« on: August 07, 2024, 11:37:57 AM »I've even used your test and everything is OK. Port 25 is not blocked. With all the errors I'm getting with postfix, I'm inclined to believe that this is a CWP internal issue;Code: [Select]Aug 7 08:53:00 vps postfix/qmgr[1377]: 78D3550AAAA: to=, relay=none, delay=10329, delays=10329/0/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to alt2.gmail-smtp-in.l.google.com[142.250.150.26]:25: Connection timed out)
Can anyone please help me out??
Code: [Select]
To mstatus=deferred (delivery temporarily suspended: connect to alt2.gmail-smtp-in.l.google.com[142.250.150.26]:25: Connection timed out)
I'm a tad tired but it looks like you are trying to connect to alt2.gmail-smtp-in.l.google.com I'm guessing you have issues at Gmails end.