• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx

  • We are developing a new feature in Plesk that will help you promote your websites or business on social media. We want to conduct a one-hour online UX test to present the prototype and collect feedback. If you are interested in the feature, please book a meeting via this link.
    Thank you in advance!
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Search results

  1. P

    Question why does plesk change the postfix mail log file to /var/log/maillog ?

    The default mail log file in Ubuntu is /var/log/mail.log which is also configured in /etc/logrotate.d/rsyslog Plesk does change the default in /etc/rsyslog.d/plesk-mail.conf to /var/log/maillog. Thus, logrotate does not work without modifying the rsyslog config file. Is there a special reason...
  2. P

    Resolved OCSP stapling option missing after linux vServer update from Ubuntu16 to Ubuntu18

    Thanks a lot for the quick answer. In fact I missed to install the NGINX component on my newly installed server
  3. P

    Resolved OCSP stapling option missing after linux vServer update from Ubuntu16 to Ubuntu18

    After upgrade of my vServer from Ubuntu 16LTS to Ubuntu 18LTS I am missing the OCSP Stapling option on the Let's Encrypt SSL/TLS Certificate page under Home > Subscriptions > myDomain > Websites & Domains > myDomain > SSL/TLS Certificates (see screenshots) Ubuntu 16 Ubuntu18 I did a Plesk...
  4. P

    Question Guide to migrate plesk to the same server after new installation

    Migrating to a new server has some drawbacks though, as it requires domain migration and has hostname and IP related issues. My provider offers daily backup snapshots, so I am quite safe in that I can always revert to a snapshot if something fails dramatically. They also offer a special...
  5. P

    Question Guide to migrate plesk to the same server after new installation

    Thanks for directing me to "backup" instead of the "migration tool". It was not clear to me that I can restore a backup to a newer version of the operating system. I still wonder if restoring the backup to a new server will keep my imap folders and the let's encrypt certificates intact...
  6. P

    Question Guide to migrate plesk to the same server after new installation

    I am looking for a guide to transfer my plesk settings to the same server after a new installation. As the support for ubuntu 16.04 expires in 4 months I want to re-install my vServer with ubuntu 18.04 without losing my plesk settings. In the plesk migrator extension I cannot find how to export...
  7. P

    Issue mails from amazon are blocked by Spam Filter greylist

    Sorry, I have selected the wrong forum. This is a Plesk Obsidian for Linux topic. Can some admin please move it to that forum?
  8. P

    Issue mails from amazon are blocked by Spam Filter greylist

    I have configured greylisting on the Tools & Settings -> Spam Filter page. This used to work properly with amazon until the end of October but in the past weeks I noticed that mails from amazon don't get through anymore From the mail logs I see that amazon uses different domains to send mails...
  9. P

    Issue plesk postfix TLS SNI smtp.mydomain.de from unknown [..] not matched, using default chain

    My system log always lists the above errors. I am running Ubuntu 16.04.6 LTS with Plesk Obsidian Version 18.0.23 Update #2 with 2 domains and lets encrypt certificates. I followed the guide at How to secure a Plesk mail server with different SSL certificates (SNI support) If I run the given...
  10. P

    Important Repair Kit Extension

    I just installed and ran the check of the repair kit extension and it shows something like this There are incorrect permissions on some items: /etc There is incorrect ownership on some items in the WWW root directory of the domain What is this? I want to know exactly what files are affected...
  11. P

    Forwarded to devs Bug in plesk firewall script /opt/psa/var/modules/firewall/firewall-active.sh

    TITLE: Bug in plesk firewall script /opt/psa/var/modules/firewall/firewall-active.sh PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Onys 17.8.11 on vServer with Ubuntu 16.04.5 LTS PROBLEM DESCRIPTION: There is a bug in the version checking part of the firewall script...
  12. P

    Resolved Bug in plesk firewall script /opt/psa/var/modules/firewall/firewall-active.sh

    There is a bug in the version checking part of the firewall script /opt/psa/var/modules/firewall/firewall-active.sh The line: iptables_version=`/sbin/iptables --version | awk -F '.' '{print $2$3}'` does return the value 60 on version 1.6.0 Thus the version check if [ $iptables_version -gt 420 ]...
  13. P

    Resolved plesk firewall rules do not show up in iptables -L

    I found that I did not check the output properly. 2 of the IP addresses in question did resolve to a name thus they did not show up in the iptables -L as IP adresses but as DNS records. Sorry, for raising an issue which in fact an error by me. Nevertheless I did find a bug in the version...
  14. P

    Resolved plesk firewall rules do not show up in iptables -L

    I have blocked some spammer IPs using a custom rule and run the activation script. At first I added 2 IPs and checked with IPtables -L Everything was as expected Then I added another 3 addresses and checked that the activation script lists the appropriate drop lines. After running the activation...
  15. P

    Update Watchdog configuration for Spamassassin (Ubuntu 16.04)

    As I said this is a workaround and it will survive updates of watchdog releases which still may contain the bug. Also I I doubt that you exactly looked at the issue. /run is a volatile file system thus it is rebuilt at boot time and so you need to recreate the symlink at every boot. Also a...
  16. P

    Update Watchdog configuration for Spamassassin (Ubuntu 16.04)

    My workaround to the problem is a symlink via cron entry like this crontab -e @Reboot ln -s /run/spamassassin.pid /run/spamd.pid
  17. P

    Update Watchdog configuration for Spamassassin (Ubuntu 16.04)

    One could also create a link from /run/spamassassin.pid to /run/spamd.pid but it would be required to be recreated at every boot. I found that there was a mismatch on Ubuntu with spamassassin's pidfile between /etc/default/spamassasssin and the systemd service in...
  18. P

    rkhunter (watchdog) warnings

    The plesk watchdog module has an adapted service monitoring which I don't want to miss so I re-installed the watchdog. To solve the issue with the nagging rkhunter messages I also installed the rkhunter module from the ubuntu archives and disabled the security scan part in plesk's watchdog...
  19. P

    rkhunter (watchdog) warnings

    As there doesn't seem to be a solution to my problems I made up my mind and removed the watchdog module as described here: Resolved - rkhunter.conf file I then used the tutorial at https://www.server-world.info/en/note?os=Ubuntu_16.04&p=rkhunter to install rkhunter outside of plesk to get more...
Back
Top