Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
I don't have that many mail addresses active on my server, just two. I noticed in one of them there's tons of Spam. I checked under Tool & settings that Spamassassin is active serverwide. I found an article, that I could activate Spamassassin for Mail adresses at the mail adress under a tab...
dang... that was it... first when plesk tried to restart dovecot, there was a timeout error. I then restarted manually (as you said anyway), and it didn't work. The I checked /etc/dovecot/conf.d/11-plesk-security-ssl.conf and noticed that still the 1024 file was referenced, I checked in...
/etc/dovecot/conf.d/11-plesk-security-ssl.conf (interesting that there is no 1.3)
ssl=yes
ssl_protocols = TLSv1 TLSv1.1 TLSv1.2
ssl_cert=</etc/dovecot/private/dovecot.pem
ssl_key=</etc/dovecot/private/dovecot.pem...
also:
root@hostname:/var/log/plesk-roundcube# openssl s_client -connect localhost:993 -starttls imap
CONNECTED(00000003)
Didn't find STARTTLS in server response, trying anyway...
write:errno=32
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0...
time to edit expired ;) Here's a snippet from roundcube log:
[07-Nov-2023 17:51:15 UTC] PHP Warning: stream_socket_client(): SSL: Connection reset by peer in /usr/share/psa-roundcube/program/lib/Roundcube/rcube_imap_generic.php on line 1060
[07-Nov-2023 17:51:15 UTC] PHP Warning...
I'm trying to set up webmail in one of my domains, but neither horde nor roundcobe works. Both tell me connection to webserver fails.
some facts: webmail.my.domain is secured with LetsEncrypt, the config of i.e. roundcube looks like this:
$config['imap_host'] = 'ssl://localhost:993';
// IMAP...
tried again, it just doesn't like me ;)
root@xxxxxxxx:~# systemctl status mariadb.service
● mariadb.service - MariaDB 10.3.37 database server
Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Thu 2022-12-29...
thanks a lot... I already followed a plesk guide and failed at some final steps, so I thought there's something specific for current versions to watch out for (the guide is quite old). Also every guide mentions I should add a mariadb repository to my sources list, but my provider also provides...
Hi,
I've read a few times, that ubuntu 20 comes with MariaDB as default. I updated my server via plesk to ubuntu 20 from 18, but now have MySQL 8 and no mariaDB. Is it possble to migrate to MariaDB?
can't edit here it seems...
I just replaced the line
deb http://autoinstall.plesk.com/PSA_18.0.33/ bionic all
with
deb http://autoinstall.plesk.com/PSA_18.0.40/ bionic all
and the error is gone... had hoped plesk keeps track of that itself ;)
sorry for the long answer delay, daytime I have to fix a lot of log4js ;)
Product version: Plesk Obsidian 18.0.40.1
OS version: Ubuntu 18.04 x86_64
Build date: 2021/12/07 16:00
Revision: fdeba671b04dbdb0e4b6caf23b5176de5f6821a9
update fails with the same error
is it just an...
my server is
Ubuntu 18.04.6 LTS
recently I get this error on updates:
http://autoinstall.plesk.com/PSA_18.0.33 bionic InRelease
403 Forbidden
also I see an error, that the depot is no longer signed and therefor deactivated (in german, sorry)
E: Das Depot...
actually that was a great hint... I had no mod_dir there, but a "dir" setting (probably the mod_ prefix is omitted with all modules). I activated it, and was able to fix the configs from the plesk GUI
I did a distupgrade according to How to perform dist-upgrade procedure on Linux server with Plesk?
afterwards a lot was broken, including plesk. I fixed plesk with this
# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
# plesk repair installation
# plesk...
I made a big mistake, since plesk told me my worpress installations weren't "safe" I allowed it to "fix" it. Now it seems that directory permissions are wrong (it seems it just sets any directory to 755, regardless of the actual needs). Jetpack updates won't install with
"An error occurred...
on debian, plesk 12.0x it's not... I created the subdomain from the control panel of the main domain, and it's directory now resides within the main domain (from a "plesk" view that makes sense: you sell the space to someone that can create sudomains within his space, and which is calculated all...