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 ... 32 33 [34] 35 36 ... 71
496
The other big note on your revised install_terminal script is that you are installing python3, whereas the default RHEL kit provides & supports python 2.7.5. So know the ramifications of such an installation before proceeding. I've lived with CWP Pro for a while now as is, and will hold steady until early next year when I move over to EL9 -- when CWP for EL9 is ready, of course.

497
Information / Re: Alma Linux 9 Support ETA?
« on: August 29, 2023, 01:02:19 AM »
We do have very clear confirmation from Josemnunez that the dev team is hard at work on EL9 support. So no promised time frame, but they are indeed working toward that goal. And if AlmaLinux and Rocky stick to their current target of binary/API level compatibility (not necessarily bug-for-bug clone status any more), those distributions should count toward EL9 compatibility.

498
Scripts / Re: CWP update script
« on: August 29, 2023, 12:58:14 AM »
If you really want to exit the script at any point (before it restarts Apache), simply insert
Code: [Select]
exit 0into the script at the desired point. Future CWP updates would likely overwrite the script, so you would make the script immutable:
Code: [Select]
chattr +i /scripts/update_cwp

499
How to / Re: how to secure CentOS server using CWP features
« on: August 19, 2023, 02:47:03 AM »
It's a measured tactic; you determine which is more important: 1). receiving mail from every potential source and staying fully RFC compliant and enjoying peak performance (minus the added mail processing load of handling spam from RU and CN), or 2). engaging in the realities of modern warfare aka mail server administration -- with firewall blocking and spam filtering, including country IP range blocking.

500
Information / Re: Unknown user in cwp user quota
« on: August 19, 2023, 02:42:15 AM »
Do they only show up in the quota interface, and no where else? In a shell, try
Code: [Select]
id 1000
id 501
id 3000
(a semi-random selection of the UIDs -- if you get no results, the entries are for sure not connected to any valid account on the system.

501
Information / Re: mysqli_error()
« on: August 19, 2023, 02:38:32 AM »
You need to get mariadb fully functional before CWP will function properly. You may need to repair your tables, delete your log files (ib_logfile0 and ib_logfile1), or roll back to a backup (or recreate the root_cwp database) in order to get fully stabilized.

502
How to / Re: how to secure CentOS server using CWP features
« on: August 18, 2023, 02:37:54 AM »
Make sure you have DKIM/DMARC set up:
https://www.youtube.com/watch?v=DiYoUltNszU
Are your SPF records correct?
SASL authentication required?
Are any of your accounts compromised (with weak passwords)? Check your log files and look for suspicious activity.
Do you have any insecure scripts that use php's mail function?
Are you blocking spammy countries (CN,RU,KP) with the CSF firewall?

504
Do you mind starting your own thread to address your particular problem? It seems off-topic to the Polkit error addressed in this thread.

505
CentOS 7 Problems / Re: Email gets sent to gmail junk
« on: August 17, 2023, 10:35:52 PM »
Use Google's Postmaster Tools:
https://gmail.com/postmaster/
Getting started guide:
https://support.google.com/mail/answer/9981691?hl=en

Do you have valid a rDNS / PTR record for your server, set up by your provider? It's absolutely critical for mail delivery.

506
For Unix ODBC:
Code: [Select]
--with-pdo-odbc=unixODBC,/usr/localOr are you wanting IBM DB2 or generic ODBC flavors?
https://www.php.net/manual/en/ref.pdo-odbc.php

507
CentOS-WebPanel GUI / Re: CWP Pro not activated after changing IP
« on: August 15, 2023, 02:39:16 PM »
Did you try temporarily disabling your CSF firewall?
I had a problem like yours 2-3 years ago and a regular support request resolved it in 24 hours. Maybe support lead times have slipped.

(As for the other suggestion, a new pro license to CWP is cheaper than paying for premium support...)

508
CentOS 7 Problems / Re: PHP version Switcher not working
« on: August 10, 2023, 11:51:12 PM »
Good to know the nuclear option works! Nuke php, then reinstall.
Or pay the devs a few shekels and get a much better PHP switcher, or better yet, use php-fpm for maximum performance and flexibility.

509
CentOS 7 Problems / Re: CWP7-PR0+wordpress+Plugin WebP
« on: August 10, 2023, 11:49:34 PM »
If you do try to DIY, then start by following this Nginx recipe:
https://www.nginx.com/resources/wiki/start/topics/recipes/wordpress/
I run several WP installs using this basic recipe, with perhaps only a few small tweaks. And as Starbust intimated, I would suggest removing Varnish from your toolchain. It only adds complexity for relatively little benefit, unless you have fast storage or ample RAM to throw at caching. I usually recommend people only use if they really, really need to milk that last 10-20% out of their server and have the resources to throw at it. Better is a WP cache paired with Cloudflare, but that's best done after the install & development phase when you transition over to performance tuning.

510
CentOS-WebPanel GUI / Re: Cannot create new mailbox CWP USER GUI
« on: August 08, 2023, 10:30:50 PM »
Are you able to see the domain in the root_cwp DB under the domains table? Also, are the e-mail accounts present in the postfix DB, under the domain and/or mailbox table? There could be an illegal/unsanitized character in one that is causing the web GUI display to bomb out.

Pages: 1 ... 32 33 [34] 35 36 ... 71