Recent Posts

Pages: [1] 2 3 ... 10
1
Information / Re: Waiting on billing
« Last post by BeZazz on Today at 08:37:48 AM »
Never had a problem paying our invoices with PayPal to CWP either.
(Removed)
Did you check your credit card and se ethe charge?
Not just a hold, but a charge?
I just paid via PayPal and it allowed me to do so as a guest. Swear it hasn't before (maybe a plugin).

At the time I paid I received a message on my phone from my bank confirming I just made a payment.
After your post wet over my account and found no record of the payment.

I'm guessing the message I received contained the word pending and for some reason the payment didn't proceed.

2
SSL / Re: SSL Manual Install Stopped Working
« Last post by Radical Redemption on Today at 08:28:41 AM »
Any fix?
4
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« Last post by Starburst on Today at 06:21:32 AM »
AlmaLinux 8 is NOT EOL -- it is supported almost to the end of the decade. CWP 9 is still in beta, and EL9 releases are still a bit young -- not what you want as a foundation for a server. (CentOS 8 Stream is EOL)

Contabo removed AlmaLinux 8 from their supported OS's.
There are a couple others that have done the same thing, not knowing AL8 & AL9 are running concurrent.
5
Apache / Re: Issues with brand new fresh install with almalinux 9.4
« Last post by Starburst on Today at 06:19:39 AM »
You can't have any services installed before installing CWP.

So if Apache is working 'out of the box', you are installing AlmaLinux 9.4 LAMP.
That won't work.

Reimage with the bare AlmaLinux 9.4

Setup your networking, hostname, timzone.

Then:

Code: [Select]
dnf install dnf-plugins-core
Code: [Select]
dnf install elrepo-release epel-release -y
Code: [Select]
/usr/bin/crb enable
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install nano wget ipset ebtables iptables uuid uuid-devel libuuid-devel m4 pcre pcre-devel zlib-devel perl-DBD-MySQL perl-IPC-Cmd perl-Pod-Html perl-Sys-Hostname perl-libwww-perl.noarch perl-LWP-Protocol-https.noarch perl-GDGraph libtool s-nail htop sysstat python3-perf ImageMagick ImageMagick-devel -y
Code: [Select]
dnf --refresh update
Code: [Select]
dnf install clamav* clamd
Code: [Select]
dnf clean all
Code: [Select]
cd /usr/local/src
Code: [Select]
wget http://centos-webpanel.com/cwp-el9-latest
Code: [Select]
sh cwp-el9-latest
Code: [Select]
dnf install spamassassin amavis
To updated MariaDB follow:
https://www.alphagnu.com/topic/23-upgrade-mariadb-1011-in-cwp-centos-7-centos-8-stream-almalinux-78-rockylinux-78/

Reboot

Configure & Start CSF
6
Information / Re: Waiting on billing
« Last post by Starburst on Today at 06:11:18 AM »
Never had a problem paying our invoices with PayPal to CWP either.

But as I've mentioned in the past, CWP doesn't monitor the forums for billing issues.

Did you check your credit card and se ethe charge?
Not just a hold, but a charge?
7
E-Mail / Re: Port 25 closed for outgoing emails
« Last post by Starburst on Today at 06:06:39 AM »
Back in February 2023, Google required DKIM, SPF, PTR.

See: https://support.google.com/a/answer/14229414?hl=en

Your upstream also could have closed port 25 for various reasons.
Most providers have that port closed by default due to spammers.

You error tells you the problem, "corresponding forward DNS entry 550-5.7.25 does not match the sending IP."

This is usually, but not always a spammer who found & is using an open relay, and since CWP by default has SMTP relay disabled, them you need to check your PTR record for your base IP, to make sure it matches the hostname.

And again, make sure your sending domain has all the required DNS entries.
8
E-Mail / Port 25 closed for outgoing emails
« Last post by luislegacwp23 on Today at 04:44:06 AM »
Hi and thanks for letting me post here

I have an issue with my 2 servers using Alma Linux, just today they starting to face this problem at the same time, and I dont know if it was because an update or any other change that I could see, port 25 is closed just for outgoing emails, and I verify if is closed with my ISP but is not, they confirmed that is open for in and outgoing service.

I did a telnet to smtp-mail.outlook.com and smtp.gmail.com to port 25 and can connect with any problems but if i do a telnet to any other server it cannot connect.

I checked the firewall and iptables and the port 25 is open, I can recibe emails but not send and I get this bounce email:

Remote-MTA: dns; gmail-smtp-in.l.google.com
Diagnostic-Code: smtp; 550-5.7.25 [2602:ff16:12:0:1:17e:0:1] The IP address
sending this message does 550-5.7.25 not have a PTR record setup, or the
corresponding forward DNS entry 550-5.7.25 does not match the sending IP.
As a policy, Gmail does not accept 550-5.7.25 messages from IPs with
missing PTR records. For more information, go 550-5.7.25 to 550-5.7.25
https://support.google.com/a?p=sender-guidelines-ip 550-5.7.25 To learn
more about Gmail requirements for bulk senders, visit 550 5.7.25
https://support.google.com/a?p=sender-guidelines.
6a1803df08f44-6bb3fb1da25si54344036d6.586 - gsmtp

I get a lot of this type of logs in mail log

Jul 26 22:28:20 vps3 postfix/smtp[54894]: connect to outlook-com.olc.protection.outlook.com[52.101.73.20]:25: Connection timed out
Jul 26 22:28:20 vps3 postfix/smtp[54892]: B824DA0FF3: to=, relay=none, delay=19788, delays=19668/0.06/120/0, dsn=4.4.1, status=deferred (connect to usb-smtp-inbound-2.mimecast.com[170.10.150.242]:25: Connection timed out)
Jul 26 22:28:20 vps3 postfix/smtp[54894]: 29AE4A0FEA: to=, relay=none, delay=20018, delays=19897/0.03/120/0, dsn=4.4.1, status=deferred (connect to outlook-com.olc.protection.outlook.com[52.101.73.20]:25: Connection timed out)
Jul 26 22:28:20 vps3 postfix/smtp[54892]: B824DA0FF3: to=, relay=none, delay=19788, delays=19668/0.06/120/0, dsn=4.4.1, status=deferred (connect to usb-smtp-inbound-2.mimecast.com[170.10.150.242]:25: Connection timed out)
Jul 26 22:28:34 vps3 postfix/smtpd[55282]: connect from localhost[127.0.0.1]
Jul 26 22:28:34 vps3 postfix/smtpd[55282]: disconnect from localhost[127.0.0.1] ehlo=1 quit=1 commands=2

I tried to do all I could but no success.

9
Probably an overzealous attempt to sanitize input on the form.
10
CentOS-WebPanel GUI / Re: Login panel time out
« Last post by overseer on Today at 02:51:16 AM »
Oh? Do tell...
Pages: [1] 2 3 ... 10