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.
706
CentOS 7 Problems / Re: DKIM invalid or fail, how to restore to ok ? ? ?
« on: July 31, 2023, 05:44:56 PM »
Some DNS changes can take up to 24 hours to propagate.
Just make sure you copy it exactly from CWP to Namecheap, or it can fail.
We suggest Cloudflare, as they have a free plan for DNS hosting, and also offer additional protection.
--
You can test your
DMARC at: https://dmarcian.com/dmarc-inspector/
DKIM Tester: https://dmarcian.com/dkim-inspector/
This does DKIM & SPF: https://dkimvalidator.com/
And then once all that comes back OK:
https://www.mail-tester.com/
Just make sure you copy it exactly from CWP to Namecheap, or it can fail.
We suggest Cloudflare, as they have a free plan for DNS hosting, and also offer additional protection.
--
You can test your
DMARC at: https://dmarcian.com/dmarc-inspector/
DKIM Tester: https://dmarcian.com/dkim-inspector/
This does DKIM & SPF: https://dkimvalidator.com/
And then once all that comes back OK:
https://www.mail-tester.com/
707
CentOS 7 Problems / Re: DKIM invalid or fail, how to restore to ok ? ? ?
« on: July 31, 2023, 02:15:59 PM »
Is your DNS handled by CWP, or a 3rd part like Cloudflare?
If it's a 3rd party, it's pretty simple, just go into your CWP DNS and copy over the SPF & DKIM records.
If it's a 3rd party, it's pretty simple, just go into your CWP DNS and copy over the SPF & DKIM records.
708
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 29, 2023, 04:29:39 AM »
Glad to hear its working.
709
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 28, 2023, 09:56:04 PM »
csf configuration is located at /etc/csf/csf.conf
Which is where the SMTP Settings are at for the firewall.
--
The Postfix configuration is your main.cf at /etc/postfix/main.cf
--
Your problem is odd, if you have all those setting correct in CSF config, it should not be blocking outgoing SMTP when enabled.
Maybe @overseer will have a suggestion at this point.
Which is where the SMTP Settings are at for the firewall.
--
The Postfix configuration is your main.cf at /etc/postfix/main.cf
--
Your problem is odd, if you have all those setting correct in CSF config, it should not be blocking outgoing SMTP when enabled.
Maybe @overseer will have a suggestion at this point.
710
Updates / Re: CWP fails update jumped 3 versions
« on: July 28, 2023, 08:21:36 PM »
Again, CWP doesn't add or remove modules automatically. And this latest update just added some reports and the latest PHP versions to build.
UNLESS you rebuild Apache, then everything goes back to defaults.
You have to make these changes manually via the httpd.conf file.
But looking at our servers the mod_rewrite is active by default.
You can check the Enabled/Disabled modules by:
WebServer Settings -> WebServer Conf Editor -> (/usr/local/apache/conf) tab -> Click Blue Edit button to the right of httpd.conf
Then Ctrl-F to search for 'mod_rewrite'
You will see the line:
LoadModule rewrite_module modules/mod_rewrite.so
If yours, for some reason starts with a #. Delete the comment marker (aka #)
Save changes, and restart Apache.
UNLESS you rebuild Apache, then everything goes back to defaults.
You have to make these changes manually via the httpd.conf file.
But looking at our servers the mod_rewrite is active by default.
You can check the Enabled/Disabled modules by:
WebServer Settings -> WebServer Conf Editor -> (/usr/local/apache/conf) tab -> Click Blue Edit button to the right of httpd.conf
Then Ctrl-F to search for 'mod_rewrite'
You will see the line:
LoadModule rewrite_module modules/mod_rewrite.so
If yours, for some reason starts with a #. Delete the comment marker (aka #)
Save changes, and restart Apache.
711
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 28, 2023, 08:09:23 PM »
In TCP Out, add port 465
Than check the below under SMTP Settings.
Make sure these options say:
SMTP_BLOCK = “0”
SMTP_ALLOWLOCAL = "1"
SMTP_REDIRECT = "0"
SMTP_PORTS = "25,465,587"
After those changes, save, and Force a Restart of csf.
Or run csf -r from the cli.
Than check the below under SMTP Settings.
Make sure these options say:
SMTP_BLOCK = “0”
SMTP_ALLOWLOCAL = "1"
SMTP_REDIRECT = "0"
SMTP_PORTS = "25,465,587"
After those changes, save, and Force a Restart of csf.
Or run csf -r from the cli.
712
Updates / Re: CWP fails update jumped 3 versions
« on: July 28, 2023, 07:49:12 PM »
That wasn't CWP.
mod_security has nothing to do with that.
And the only way modules are Enabled/Disabled is if you rebuild Apache or change them manually in httpd.conf.
Which again isn't automatically done by CWP.
This looks more like a change when your phpbb updated, since that's the screen you are showing.
If you rebuilt Apache, you'll just have to go into the forementioned httpd.conf and remove the comment tag.
mod_security has nothing to do with that.
And the only way modules are Enabled/Disabled is if you rebuild Apache or change them manually in httpd.conf.
Which again isn't automatically done by CWP.
This looks more like a change when your phpbb updated, since that's the screen you are showing.
If you rebuilt Apache, you'll just have to go into the forementioned httpd.conf and remove the comment tag.
713
Updates / Re: CWP fails update jumped 3 versions
« on: July 28, 2023, 07:09:00 PM »Looks like they killed mod_security (url_rewrite) also.
Weird. None of our servers mod_secuirty configs changed.
714
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 28, 2023, 05:35:36 PM »
You can try to rebuild your mailserver also.
I've seen that do some weird things over the years.
I've seen that do some weird things over the years.
715
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 28, 2023, 05:34:02 PM »
OK, so it's narrowed down to csf blocking outgoing emails, and not a Google problem.
Check to make sure you have ports 25 & 587 open for TCP Out.
Also do you have any country band sunder CC_DENY?
Check to make sure you have ports 25 & 587 open for TCP Out.
Also do you have any country band sunder CC_DENY?
716
Installation / Re: Install on AWS Centos 7 Instance
« on: July 28, 2023, 09:40:46 AM »
Delete and try a new instance using AlmaLinux OS 8 (x86_64)
Then don't install ANYTHING before the below.
Just run:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el8-latest
sh cwp-el8-latest
Then don't install ANYTHING before the below.
Just run:
cd /usr/local/src
wget http://centos-webpanel.com/cwp-el8-latest
sh cwp-el8-latest
717
Information / Re: Roundcube big security issue.
« on: July 28, 2023, 09:32:39 AM »
Just checked a couple domains.
Got either a permission denied by cwpsrv or a 403.
Hop into the CLI via SSH or Terminal
cd /scripts
./mail_roundcube_update
exit
Then in CWP, goto User Accounts -> Fix Permissions
Select the user (domain)
Check -> Fix Permissions
Check -> Internal Server Error
Got either a permission denied by cwpsrv or a 403.
Hop into the CLI via SSH or Terminal
cd /scripts
./mail_roundcube_update
exit
Then in CWP, goto User Accounts -> Fix Permissions
Select the user (domain)
Check -> Fix Permissions
Check -> Internal Server Error
718
E-Mail / Re: Mail Transport Unavailable - Postfix
« on: July 28, 2023, 09:22:42 AM »
As mentioned by Overseer, make sure your DKIM & SPF are setup correctly.
Try to clear you que.
I always hate suggesting this, but stop csf temporarily.
Try to send an email from the CLI:
Make sure you have mailx installed (dnf install mailx)
Then run:
echo "Test Email" | mailx -s "Test" (email)@gmail.com
--
If that doesn't work, then we will have to make some small changes (3 lines) to main.cf
Are all these 'scripts' coming from your sites to your gmail?
Try to clear you que.
I always hate suggesting this, but stop csf temporarily.
Try to send an email from the CLI:
Make sure you have mailx installed (dnf install mailx)
Then run:
echo "Test Email" | mailx -s "Test" (email)@gmail.com
--
If that doesn't work, then we will have to make some small changes (3 lines) to main.cf
Are all these 'scripts' coming from your sites to your gmail?
719
Updates / Re: CWP fails update jumped 3 versions
« on: July 28, 2023, 08:49:24 AM »
Yup.
CWP went to 0.9.8.1164 on the Release channel last night.
Has the current versions of PHP in the selectors.
CWP went to 0.9.8.1164 on the Release channel last night.
Has the current versions of PHP in the selectors.
720
Updates / Re: CWP fails update jumped 3 versions
« on: July 28, 2023, 01:04:43 AM »
Hmm.
According to CWP's changelog they did jump from 0.9.8.1160 to 0.9.8.1164 with today's release date of 2023-07-27.
https://control-webpanel.com/changelog
According to CWP's changelog they did jump from 0.9.8.1160 to 0.9.8.1164 with today's release date of 2023-07-27.
https://control-webpanel.com/changelog