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

Pages: 1 ... 36 37 [38] 39 40 ... 71
556
E-Mail / Re: Is there any free email providers?
« on: July 23, 2023, 01:50:35 PM »
You will have to get a backup mail exchange -- one that does store & forward.
https://bobcares.com/blog/backup-mail-exchanger/
I don't have any particular recommendations, since it's been more than 12 years since I've needed one. Last one I used was:
https://www.dynu.com/en-US/Email/StoreForward

557
How are you trying to open the log file? If you just tail it in a root shell, you should have no trouble accessing it, so permissions don't really matter in that respect. Even the File Manager will be reading the files with root permissions from the CWP Admin panel, so you can view the log file or download it from the File Manager.

You didn't need need to do anything with the dovecot user group -- it is already in dovecot, mail, wheel. Correct permissions:
Code: [Select]
-rw-------. 1 vmail mail 2570571664 Jul 23 08:36 /var/log/dovecot-debug.log
(and that shows me I need to go add this log to logrotate, since it's 2.5GB!)

558
Information / Re: Future of CWP?
« on: July 22, 2023, 07:04:56 PM »
I'm totally fine with Alma & Rocky not being 1:1 bug compatible with RHEL. If they are slight laggards and just use EL as a reference platform, it seems totally workable and a better option than CentOS Stream. They are making a go of it and are working hard to bring updates in from disparate sources (UBI container images, cloud instances running RHEL, etc.)

https://rockylinux.org/news/keeping-open-source-open/
https://rockylinux.org/news/brave-new-world-path-forward/
https://almalinux.org/blog/future-of-almalinux/

559
You may need to clean your yum cache:
Code: [Select]
sudo yum clean packages
sudo yum clean headers
sudo yum clean metadata
sudo yum clean all
Also be aware that you can't update major or minor versions of MariaDB through the CWP Yum Manager. You will need to manually update via a shell.

560
CentOS-WebPanel Bugs / Re: folder permissions - re adding an account
« on: July 21, 2023, 03:40:56 PM »
You should manually reset permissions:
Code: [Select]
chown -R vmail:mail /var/vmail/domain.com

561
PHP Selector / Re: PHP8 Ioncube not working
« on: July 21, 2023, 02:38:58 AM »
Quote
The ionCube Loader is a PHP extension that decodes and executes encoded files at run-time. It is not available when running PHP 8.0, but it is supported on PHP 8.1. If you are running PHP 8.0 and want to use ionCube, you must change the PHP version to 8.1 (or an earlier version, such as 7.4).
https://www.a2hosting.com/kb/developer-corner/php/ioncube-php-loader-unavailable-on-php-8/#:~:text=The%20ionCube%20Loader%20is%20a,version%2C%20such%20as%207.4).

562
How to / Re: auto date/time sync
« on: July 15, 2023, 07:01:15 PM »
This is done at the CentOS system level, not within CWP.
https://thebackroomtech.com/2019/01/17/configure-centos-to-sync-with-ntp-time-servers/

563
Information / Re: CPU Usage Stats on Admin Panel
« on: July 15, 2023, 06:59:12 PM »
I've run a Magento store under CWP in a similar setup -- basically 1:1 using the whole VM with similar specs (10GB RAM, 2 CPU cores). You will need to do specific DB tuning for Magento, along with specific cron jobs they recommend. Don't forget to secure the installation as well. It looks by your process list MariaDB is consuming the bulk of the CPU, which shouldn't really be the case when your tuning is finished. Generally, Magento installs are heavy on the PHP processing side of things, so you may want to put Nginx in front of the site, or even Varnish. That way a cache handles most of the page displays until someone creates an e-commerce account at the storefront and then needs live interaction with the web app.

564
CentOS 7 Problems / Re: I cannot unsuspend users.
« on: July 15, 2023, 05:19:01 PM »
Can you increase the actual disk usage quota (not inode usage)? Then try unsuspending the user account. You can also make these types of changes in the CWP database via phpMyAdmin.

565
CentOS 7 Problems / Re: ModSecurity is currently disabled,
« on: July 15, 2023, 05:17:01 PM »
Which ruleset are you using? Are you running it globally, or just for select sites (user accounts)?

566
All of their infrastructure feels very slow -- including this Forum subdomain. I used to think it was my paltry DSL connection, but not that I am on fiber and have a general feel for how my service loads content -- CWP's sites are objectively much slower to load than other web content, including "pig" sites like Facebook.

567
CSF Firewall / Re: I need Suggestion
« on: July 11, 2023, 12:36:39 AM »
That's fine if all your customers are on board with those modes of communication. But obviously, not all of mine got the memo -- they are trying to interact directly with Alibaba sellers via their CWP-hosted e-mail, and thus I am seeing several stuck messages in my mail queues per day as a result. Apparently it's more of a thing than I realized. So I had to unblock CN on my firewall.

568
Postfix / Re: Outgoing mail stuck in postfix mail queue
« on: July 11, 2023, 12:34:14 AM »
This message has an invalid addressee, so you'll have to just delete it or let it bounce back.
160   Recipient address rejected: User unknown in virtual mailbox table

Do you have proper rDNS (reverse DNS / PTR record) set up with your ISP? It is essential for proper mail delivery. Otherwise, you will need a relayhost that will deliver the mail for you.

569
CSF Firewall / Re: How to Prevent CWP BruteForce?
« on: July 10, 2023, 10:28:17 PM »
It blocks their e-mails; they will get stuck in your mail queues.

570
CSF Firewall / Re: I need Suggestion
« on: July 10, 2023, 10:27:09 PM »
Again, be careful of blanket blocks of CN -- Alibaba / Aliexpress vendors communicate directly from China. And Germany (DE) has a fair number of data centers that are critical infrastructure -- be careful of blocking bigger European countries for that reason (you could even cut yourself off from CWP ;)

Pages: 1 ... 36 37 [38] 39 40 ... 71