• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. M

    Resolved Postfix gives wrong certificate

    Because MUAs default to using subdomains for well-known services.
  2. M

    Resolved 500 internal server error [How to find more information about it]

    That's the system-wide log. You obviously have /var/log/apache2/error.log. However, this will only show errors that aren't associated with a vhost. Those logs are in /var/www/vhosts/system/<domain>/logs.
  3. M

    Issue Need help - all emails goes to spam

    That means you set rDNS wrong. Change to vps.i-web.nl.
  4. M

    Question Dual Wordpress websites on single host - webpages mixed up - HowTo solve?

    How did you set that up? You do have two separate wordpress installations, right? I don't think multisite is supported by plesk yet.
  5. M

    Question Assistance for Linux hard disk expansion during operation

    Use smartctl -a /dev/nvme1 or nvme smart-log /dev/nvme1 etc. on the devices and compare the power_on_hours, that should tell you which ones were recently installed :) (if neither is installed, install smartmontools or nvme-cli) When you know the new ones, you can build the new raid. Well, there...
  6. M

    Resolved Resolution Problem After Servertransfer

    Are your queries really using the nameserver, or do you have leftover entries in /etc/hosts?
  7. M

    Question Assistance for Linux hard disk expansion during operation

    So you got two new devices nvme1 and nvme2? Next time you have to set up a server, I recommend you use lvm on top of the raid and then create the volumes within lvm. In such a setup, you can simply extend the lvm volume group adding more devices and then grow the individual volumes and filesystems.
  8. M

    Input Atomic Tortix ruleset for ModSecurity breaks Apache configuration due to missing files in /etc/asl

    That would not be a problem if apache only listened via loopback when nginx is reverse proxy. Just saying.
  9. M

    Issue Plesk removes Postfix completly

    Somehow you seem to have qmail now instead?
  10. M

    Question Ubuntu 18 -> 20 dist-upgrade in proxmox container

    Which version of proxmox do you have? proxmox 7+ is actually based on debian 11, so it is a lot closer to ubuntu 20 or 22 than to 18. Updates within a release should be fine either way.
  11. M

    Question Alternative to Varnish Cache?

    The thing is, Redis and memcache require application support to be useful, while with varnish you'd rather have to take care of not caching things that should be dynamic. Like setting the browser caching parameters.
  12. M

    Resolved AWS EC2 STMP Woes - Amazon have authorised me but I still cannot send mail

    First try with other software that doesn't hide the actual problem. Second, email sending limits are for sending mail from the server. Using Outlook on port 465, you are trying to send mail to the server. Different direction, different filter.
  13. M

    Issue New FTP user becomes owner of all files of the webspace

    Have you tried reordering the entries in /etc/passwd? It should use the first match for a uid ...
  14. M

    Question Linux memory cache keeps getting higher is this normal?

    That may be, but the vps host will still use all otherwise unused ram for caching. How exactly it is assigned depends on whether you have a separate device/filesystem for your vps or it lives within the host filesystem. If you have a separate physical device passed through to your vps, there may...
  15. M

    Question How to localize PHP-FPM logs into domain's log folder?

    I think you would need to have the hosting set to "Dedicated FPM application" for this to be able to work on a domain-basis at all. Otherwise that would not be possible as the normal "FPM application served by ..." pool is not unique to the individual domain.
  16. M

    Question Linux memory cache keeps getting higher is this normal?

    You won't see that on a vps because this layer of caching will be done on the physical host.
  17. M

    Resolved NO_PUBKEY BD11A6AA914BDF7E

    apt-key add plesk.gpg puts the key in /etc/apt/trusted.gpg.d/plesk.gpg. You need to copy or move it to /etc/apt/keyrings/plesk.gpg, as it apparently isn't there yet.
  18. M

    Resolved Question to Plesk Backups

    And the user 'root' indicates that KB might not be the way to fix it. 'admin' obviously works, otherwise the server wouldn't run.
  19. M

    Input Reboot required after kernel update

    In debian, plesk doesn't even show kernel upgrades as they require a dist-upgrade. In ubuntu, a kernel update might be done automatically by ubuntu itself if it is tagged as a security update.
  20. M

    Resolved Plesk Update 18.0.50 Problem phpmyadmin repair

    What's your mysql/mariadb version?
Back
Top