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 ... 3 4 [5] 6 7 ... 127
61
E-Mail / Re: Postfix mysql error
« on: May 16, 2026, 10:24:04 PM »
Hooray, a DIY sysadmin is born! You passed through the baptism by fire, so now you are probably ready for anything!

62
Migration from other control panels / Re: Migration to...
« on: May 16, 2026, 10:22:46 PM »
Never heard of it before. It's only live this year and was in beta since 2024, so 2 years old. You would have to switch lineages to use it (Debian/Ubuntu), so a fresh install needed. I personally couldn't use it because its pricing is comparable to cPanel for the number of domains I host (a lot of my user accounts has multiple domain permutations so domains is a heavier count than users).

63
E-Mail / Re: Postfix mysql error
« on: May 16, 2026, 12:45:36 PM »
Sounds like you know your server well and are on the right track to resolving this, one turn after another. Sometimes involving outside support introduces new issues or backtracks on the resolution process, as you are discovering! No one knows your server better than you do, so sometimes its best to just muddle through to the final solution.

(But best practice is to take a full snapshot before a major change that can break things... then you can just roll back if things go awry.)

64
? Jose just talked about releasing an update possibly this weekend that resolves the new backup issues.

65
MySQL / Re: Remove MariaDB root user password
« on: May 15, 2026, 02:27:59 PM »
Just to leave a "for the record" note: if it says "connection to storage server failed" -- that pertains to dovecot/IMAP.

66
E-Mail / Re: Postfix mysql error
« on: May 15, 2026, 02:24:18 PM »
Correct -- there is no "users" table in the "postfix" DB. But the roundcube DB more pertains to the end user settings -- last login, various options in the Roundcube settings (theme, identities, etc.) -- it doesn't really pertain to auth. Have you been adjusting things in the postfix, dovecot, and/or roundcube configs?

67
MySQL / Re: Remove MariaDB root user password
« on: May 15, 2026, 02:54:39 AM »
You can find the roundcube user's recorded password in /usr/local/cwpsrv/var/services/roundcube/config/config.inc.php:
Code: [Select]
$config['db_dsnw'] = 'mysqli://roundcube:SOMERANDOMSTRING@127.0.0.1/roundcube';Then use CWP's built in MySQL Manager or else phpMyAdmin to reset the PW to SOMERANDOMSTRING.

68
CentOS-WebPanel GUI / Re: Bug in GUI for New Backup (beta)
« on: May 14, 2026, 10:47:56 PM »
Still in beta, so definitely some bugs here & there.

69
Apache, Nginx, Roundcube, MariaDB, CSF, ModSecurity
Tutorials available at:
https://www.alphagnu.com
https://starburst.help

70
MySQL / Re: Remove MariaDB root user password
« on: May 13, 2026, 02:46:02 AM »
Reset your MariaDB root password as per this article:
https://www.digitalocean.com/community/tutorials/how-to-reset-your-mysql-or-mariadb-root-password

Then make sure the current MariaDB root password is set in these two files, so all are in agreement:
/usr/local/cwpsrv/htdocs/resources/admin/include/db_conn.php
/root/.my.cnf


Restart the server. See if you can get on to the CWP Admin panel.

71
Updates / Re: Vulnerabilities in Apache 2.4.66 and older versions
« on: May 11, 2026, 01:56:08 PM »
I have one AL8 server configured that way -- verified working in that use case as well.

72
Updates / Re: Vulnerabilities in Apache 2.4.66 and older versions
« on: May 10, 2026, 04:38:28 AM »
Works fine in AL8. Thanks!

73
Dovecot / Re: dovecot problem
« on: May 10, 2026, 04:19:34 AM »
LDA must have root permissions to switch between users with different unique system UIDs. Grant Setuid Permissions on the LDA binary (this could get reset with a system or package update):
Code: [Select]
chown root:mail /usr/libexec/dovecot/dovecot-lda
chmod 4750 /usr/libexec/dovecot/dovecot-lda
postqueue -f

74
CentOS-WebPanel Bugs / Re: CentOS 9 stream CWP installation problem
« on: May 09, 2026, 12:43:09 PM »
You need to use the Alma Linux DVD version, not the Minimal version. But again, don't install anything beyond the defaults of the DVD installer before installing CWP.

75
Installation / Re: Copy Fail (CVE-2026-31431) Patches Released
« on: May 08, 2026, 10:56:20 PM »
Code: [Select]
sudo dnf clean metadata && sudo dnf upgrade
sudo reboot

Pages: 1 ... 3 4 [5] 6 7 ... 127