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.
Yes, the public IP is listed in /etc/hosts
The problem is that three IP hops appear, and the first of them is localhost.
This causes the SPF record to be taken as erroneous, unless the ip4:127.0.0.1 mechanism is added.
With this change the SPF is correct, but emails are still rejected from some...
After doing this in main.cfg, postfix continues sending the address 127.0.0.1 and the SPF is evaluated against this IP, instead of the public IP
In main.cfg
myhostname = mail.infoser.eu
header sent in the email
Received: from mail.infoser.eu ([37.153.90.190])
by mail.infoser.eu...
Hello
I have a Plesk server with several IPs, and I use one of them, with a good reputation, to send emails.
In mail settings "Send from the specified IP addresses"
But Plesk indicates that the emails are sent from the local IP:
Received: from mail.domain.com (localhost.localdomain...