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.
Hello, hoping someone can help me resolve this problem I'm facing when protecting my site with Cloudflare. I've added my domain to Cloudflare and it's being proxied through their services. Originally I had issues with login page getting constantly prompted when in the admin port, but changing to...
Which they are. My only issue now is the receiving the summary report for some odd reason. When I go to summary report > send report and put my email, it says it sends. The maillog shows it going out and then nothing happens.
That's not showing incoming mail. That keeps showing the dovecot client .
your maillog should be tracking and showing any incoming and outgoing connections via postfix or any other SMTP app you setup.
An incoming message log should look similar to this
Sorry, yes. I'm only prohibited for going outbound port 25. Incoming everything is open. I have no problem receiving. It was sending.
So yes, I configured it to send via 587 using mailjets relay host in the postfix config following googles guide...
Hey John, looks like we were both wrong on this one. I did in fact get it to work. I found Google Clouds article on how to enable Postfix mail relay using their services since they specifically block 25 and 587. Luckily my host only blocks 25. I redid my main.cf config based off their...
Is it true, I can not have Postfix running without 25 AND 587 running simultaneously ? According to this document it says
Is this true? My host prohibits port 25 and I've been trying to use an SMTP relay like Mailjet for outgoing email, however I'm not having luck with it on Postfix. If I...