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 - Starburst

Pages: [1] 2 3 ... 85
1
Updates / Re: MariaDB update problem CWP7PRO
« on: February 11, 2025, 11:08:44 AM »
That's good you got it to work, but there is not support for using MySQL with CWP, only MariaDB.

2
Information / Re: CWP Support Site Not Working
« on: February 11, 2025, 11:07:21 AM »
The reason for "outdated" software is for compatibility.

You can always upgrade, but not the other way around.

Just like if you have an old script that needs PHP 7.2 or below.
You won't be able to use EL9, as it only works with PHP 7.3 and higher.

Some carts like ZenCart are like this also.

3
Updates / Re: MariaDB update problem CWP7PRO
« on: February 10, 2025, 07:28:37 PM »
Thanks for your input but Centos 7 is still among the recommended OS's of this panel, while el9 is still in beta.
https://control-webpanel.com/installation-instructions#step2

I will upgrade to centos 9 when beta is over. For this particular instance, I believe the devs could fix this with a patch or sth like that.

FYI CentOS is now a beta OS in RedHat's lineup.

Alpha - fedora
Beta - CentOS Stream
Release - RHEL

No version of CentOS is recommended.

The problem you had isn't' with CWP, RH ended CentOS 7 per their lifecycle schedule. And multiple warning posts where made in 2024.
CentOS 8 support was ended early by RH.

Same with MariaDB's lifecycle.
10.11 LTS is recommended.

4
I agree with @cyberspace

Stick with 10.11, which is a LTS.

Unless you have a specific need for a feature in a higher version.

5
You can use 11.6.x, but it only has a 1 year life, so at that point you would need to update to 11.7.x, etc.

I've only personally tested up to 11.4.x
And then they made some changes that I'm not sure CWP would like 100%

6
Installation / Re: AL 9 server not upgrading to CWP Pro
« on: February 07, 2025, 01:19:28 PM »
This seem like it's been abandoned, so I'll go ahead and remove the IP.

7
Installation / Re: When the DNS records are located at the ISP..
« on: February 07, 2025, 01:15:31 PM »
The only time those are used is if you are running your own DNS servers.
Then you would enter the PRI & SEC.

Others wise I just leave them be.

8
E-Mail / Re: 550 No such recipient here
« on: February 05, 2025, 02:00:11 PM »
The 550 error 99% of the time means the mailbox and or mail server hasn't been setup.

If you get bounces that say connection failure, then that would be the port.



Could you please advise of the following:

What 'errors' and/or 'messages' are being displayed in the logs for Postfix and Dovecot?

What distro are you are you running CWP on?

CWP Free or CWPpro?

Public or NAT?

9
DKIM / Re: DKIM & SPF / Alma Linux 9
« on: February 04, 2025, 11:14:33 PM »
Yes, you want to use that link for Postfix (outgoing emails), otherwise when you send, DKIM will most likely fail.

10
Your going to get an error when you try & rebuild, again, since you have ClamAV & Amavis disabled and removed.

rDNS is checking incoming emails for a valid rDNS/PTR, I"ve found allot of people don't have that configured, or is misconfigured, so I leave it unchecked.

But you do want OpenDKIM to generate you signatures, and then you can copy them from the CWP server over to whomever you use for a DNS.

11
There are certain installation steps that are needed for CWP on AL9.

Code: [Select]
dnf install spamassassin amavis
Otherwise you'll be chasing your tail.

To fix OpenDKIM on CWP & AL9 see:
https://kb.starburstservices.com/control-web-panel-cwp/control-web-panel-cwp-admin-tutorials/dkim-not-working-on-almalinux-9-with-cwp/

Hi,

Please provide a brief explanation for the photo:

https://prnt.sc/CdMFp9O-XWn9

BR
Venty

I guess that didn't translate out of English well.
I means you will be going in circles trying to figure out why that 2 programs don't work.

I'm still confused why you want to remove some of the main programs, as if you have them disabled they won't be running.
Also why your ALmaLinux hasn't updated to 9.5, the screenshot you did still shows 9.4.

And yes, AntiSpam/AntiVirus will show an error messgae, you asked how to disable & remove it from your server.

In your /etc/csf/csf.pignore, you can dd the below:

exe:/usr/libexec/postfix/pickup
exe:/usr/libexec/postfix/qmgr
exe:/usr/libexec/postfix/tlsmgr
exe:/usr/sbin/pdns_server
exe:/usr/sbin/httpd
exe:/usr/bin/bash
exe:/usr/libexec/dovecot/stats
exe:/usr/sbin/nrpe
exe:/usr/bin/redis-server
exe:/usr/bin/freshclam
exe:/usr/local/bin/php-cgi /home/davidrk5/public_html/index.php
exe:/usr/local/bin/php-cgi /home/davidrk5/public_html/ssmw/wp-cron.php
exe:/usr/local/bin/php
exe:/usr/lib/systemd/systemd
exe:/usr/libexec/platform-python3.6
exe:/usr/sbin/mariadbd
exe:/usr/lib/systemd/systemd-resolved
exe:/usr/sbin/rngd
exe:/usr/bin/dbus-broker
exe:/usr/bin/dbus-broker-launch
exe:/usr/sbin/rpcbind
exe:/usr/bin/rpcbind

12
Information / Re: database special characters password
« on: February 04, 2025, 01:34:45 PM »
Also, postfix and/or dovecot don't appreciate a password that ends in a period -- it is seen as a terminator signal.

Terminator and period in the same sentence...  ;D

I'll be back...
ATH0

13
The below command will stop and remove Amavis from the server:

Code: [Select]
systemctl stop amavis
Code: [Select]
systemctl disable amavis
Code: [Select]
dnf remove amavis

14
Mail servers you can't use Proxy on.

So on your MX record, it would be like

domain.com  10  MX  mail.domain.com
mail  A  123.123.123.123

Then you can activate proxy on the main domain.com

15
E-Mail / Re: Process email queue individualy
« on: February 02, 2025, 01:25:15 AM »
You can requeue or delete them individually, or process all / delete all.

Are you trying to check emails before they are going out?

Pages: [1] 2 3 ... 85