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.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
I've a new VPS, and since then I haven't been able to send email notifications. At first the port 25 for outbound traffic was blocked, now it is ok. But my ip was added to a black list, with this reason:
CBL Lookup Utility
IP Address xx.xx.xx.xx is listed in the CBL. It shows signs of...
At first I wasn't able to send emails notifications from php as the port 25 for outgoing traffic was block - now that was solved by the provider.
However, I still not able to send emails. Thisd is the php script for testing:
<?php
$to = '[email protected]';//tried gmail but also emails...
Hi UFHH01,
thank you for your response.
I tried all and still not luck.
When I do
iptables -F
the server crashes and I have to restart it.
Here is the content of iptables --list, none of it is blocking outgoing traffic on port 25
Chain INPUT (policy DROP)
target prot opt source...
I have a VPS cloud server with 1and1, and I am using plesk 12.5 on Centos 7
Since I migrated from a smaller VPS, I have a problem that I cannot send any email from any customer, I tried using php all emails get stuck in the email queue. I checked the maillog and I got many like this...
Hi,
Thank you for your assistance, and sorry for my late response. I tried it today, and followed all the suggested steps.
UPDATE mysql.user SET Password = password('unencryptednewpassword') WHERE User = 'admin';
But after I restart the service:
mysql -uadmin -p`cat /etc/psa/.psa.shadow`...
I have a VPS server with 1and1, using Plesk 12.50 on CentOs 7. Before I had Plesk in another server, at the time of the migration I had some trouble to get mysql working, but after search, some of the things I followed fixed that issue, so all websites were working ok, except the login to Plesk...