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.
241
How to / Re: Anyone have a How TO Guide for setting up & using Cloudflare with CWP?
« on: April 08, 2024, 09:29:18 PM »
Which aspect of Cloudflare's functionality are you interested in?
242
CentOS 7 Problems / Re: Google indexing link to CWP
« on: April 08, 2024, 09:27:51 PM »
Did a CWP update blow away the robots.txt files?
243
How to / Re: [Howto] Install Rspamd
« on: April 08, 2024, 01:57:10 PM »
I respect Netino, but my personal tendency would be to stay close to the default kit that CWP expects and work within that toolset. Postfix can be tuned for anti-UCE and spamassassin is there, too.
245
CentOS 7 Problems / Re: Acme.sh, try to renew all domain or subdomain removed
« on: April 08, 2024, 01:51:03 PM »Code: [Select]
/ etc /pki/tls/certs/
246
CentOS 7 Problems / Re: Mail from server is rejected with error: likely unsolicited mail
« on: April 08, 2024, 01:49:26 PM »
Google is now all-in on DMARC for delivery to Gmail, so definitely check that.
https://dmarcian.com/yahoo-and-google-dmarc-required/
https://dmarcian.com/yahoo-and-google-dmarc-required/
247
PHP Selector / Re: PHP-FPM Rebuild -PHP upgrade or downgrade always failed rebuild on Rocky Linux 8
« on: April 06, 2024, 06:18:32 PM »
I'm just giving you a general impression, based on bug/trouble reports here on this forum. Rocky seems to have a rockier track record than AlmaLinux, which is generally smoother.
248
PHP Selector / Re: Changing from PHP-CGI to PHP-FPM per account from the command line
« on: April 05, 2024, 03:11:24 PM »
Whenever I enable a new version of php for use with php-fpm, I copy the previous version's $USER conf to the new version, updating the paths therein to correctly reflect the version.
Code: [Select]
/opt/alt/php-fpm$VERSION/usr/etc/php-fpm.d/users/
249
CentOS 7 Problems / Re: Mail from server is rejected with error: likely unsolicited mail
« on: April 05, 2024, 03:08:36 PM »
Do you have SPF records in place? Valid PTR record (reverse DNS) with your hosting company/ISP?
250
Updates / Re: CentOS 7 Update to CentOS 8 Stream
« on: April 05, 2024, 03:06:54 PM »
Like almost all of CWP's documentation, that recommendation is out of date. The word from experienced users is that pinned, delayed repos is not sufficient to make a stable server out of a rolling beta release. Go with AlmaLinux.
251
Updates / Re: CentOS 7 Update to CentOS 8 Stream
« on: April 05, 2024, 01:34:56 AM »
Better to ELevate to AlmaLinux 8, then upgrade to AlmaLinux 9 once CWP comes out of EL9 beta.
(In other words, the current best wisdom is to skip over a rolling release like CentOS 8 Stream, which is not a viable foundation for a server.)
(In other words, the current best wisdom is to skip over a rolling release like CentOS 8 Stream, which is not a viable foundation for a server.)
253
E-Mail / Re: Roundcube update not working due to php version of cwpsrv
« on: April 04, 2024, 04:10:36 PM »
My radar is up... keen to know what version of PHP is used internally for cwpsrv in EL9, and what version of Roundcube is included by default!
254
DNS / Re: rDNS/PTR = FAILED
« on: April 04, 2024, 02:31:25 AM »
Your server FQDN (fully qualified domain name) is your server's hostname + domain name. Example: srv1.yourdomain.com -- The hostname is actually just "srv1" and the domain name is "yourdomain.com". For proper mail delivery. your server's FQDN should be a forward DNS A record that is resolvable on the public internet. And your ISP or colocation/VPS provider handles the PTR (rDNS) records for their netblock, since it is looked up via IP address. Mail servers interacting with your server expect to check your DNS forward & backward to confirm its identity. It's the biggest factor required for mail delivery to succeed (but now you also have to worry about SPF records, DKIM / DMARC...)
Feel free to post your journal snippet pertaining to your Apache error, or the specific error you are encountering and we can try to help you with that.
Feel free to post your journal snippet pertaining to your Apache error, or the specific error you are encountering and we can try to help you with that.
255
PHP Selector / Re: PHP-FPM Rebuild -PHP upgrade or downgrade always failed rebuild on Rocky Linux 8
« on: April 03, 2024, 07:03:57 PM »
Is this a fresh server install or are you invested in it? If starting fresh, the recommendation is AlmaLinux 8. Rocky has historically been rather "rocky" at times...