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.
Same here.
If my server has a hostname as a subdomain of a spf/dmarc-enabled domain, the mailer daemon messages are going to the "spam" folder.
This is a critical problem as many users don't regularly check their spam folders. So, a server could get blacklisted without the postmaster's knowledge.
Alright, I see, thanks for your thoughts!
Is there a way to modify autodiscovery only for one specific domain? So, that as my client wants it, the domain's name is used within autodiscovery?
Thanks!
Hi there,
Currently, all of my hostings are set up as follows:
DNS:
A: mail.domain.com -> domain.com
A: domain.com -> IP
MX: -> mail.domain.com
Autodiscovery enabled in plesk admin, pointing to the server's hostname.
Autodiscovery enabled within the mail settings of the domain.
SSL certificate...
Ist natürlich absolut lästig. Ich hatte vor einiger Zeit einen Chat mit dem Support, die meinten dass die Nutzung von ES6-Syntax oftmals buggy ist und eigentlich nur mit require() alles funktioniert.
Hier gibt es übrigens eine Idee, dass Plesk auf die neuste Passenger-Version updaten soll...
Alright - so you just have to figure out which ip addresses are attacking most.
If you are running on CentOS/AlmaLinux and Plesk with dovecot, you could simple run that command via ssh:
grep "SASL LOGIN authentication failed: authentication failure" /var/log/maillog | awk '{print $7}' | cut -d...
Thanks!
Seems like it's correct, the nspam and nham in the databases are nearly the same.
But what path is used without using the --dbpath parameter?
So, sometimes obviously spam mails get a score of 2.0, but I and my customers are training the filter each time they get spam mails.
For some of...
After my migration, lots more spam is incoming to my mail accounts.
I checked with the sa-learn utility and the following is what I found:
On the old (destination) server:
[root@host-old:~]$sa-learn --dump magic
0.000 0 3 0 non-token data: bayes db version
0.000...
Hi @IgorG ,
thanks for your quick reply.
As in the topic, I already found that kb article, but I cannot retry as the user is not shown in the list. Also suspending and activating the subscription does not work at all.
Hi there,
I just found that the owner of all files in my subscription are not owned by the systemowner of the subscription but a additional ftp user for a subdomain.
I just removed that ftp user in hope it would update the file ownerships. It didn't.
There is an error in the panel log file...
You can archive it by doing some voodoo in the shell.
List your containers with
docker ps
Now, clone the container which has no port mapping enabled (in my case the name of the container is promcord) with
docker commit promcord promcord_2
Now run the new container initially with the ports...
Alright, thanks.
Another question about this:
If using sa-learn utility, in which .spamassassin folder is the updated database synced? Maybe in all which are having the .spamassassin folder?
Hi there,
I am just migrating my plesk server to another plesk server (other os).
As I used the sa-learn utility multiple times for learning spam and my customers always marked mails as spam to train spamassassin, I want to migrate the spamassassins database to the new server too.
How can I do that?