• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. ChristophRo

    Question Gmail Error unsolicited emails. What value in TXT?

    You can ignore UCEPROTECTL(x) as GMail does consult this rubbish blacklist. (nobody really does) It's also not a problem with missing/wrong SPF record or DKIM, as this would show in the error message you get from Gmail. So, your email(s) just look like spam to Google, maybe there is an URL...
  2. ChristophRo

    Question Mariadb down after update Plesk /var 100% full

    https://support.plesk.com/hc/en-us/articles/12377243101591-MariaDB-fails-to-start-Aria-engine-is-not-enabled-or-did-not-start
  3. ChristophRo

    Question custom nginx config

    If you add something to be bottom of the nginxDomainVirtualHost.php, it will get added after the server{} block for https/ssl vhosts and inside the server{} block for the port 80 vhosts. Do not ask my why, but the whole templating stuff of Plesk is quite complex and sometimes beyond my...
  4. ChristophRo

    Resolved Event Parameters passed by Event Handlers not working

    Thank you! (and Google to let me find this post) almost gone nuts, asking myself why event handlers did not work... So, Plesk team, please please please fix your documentation!!!!!! (Event Handlers)
  5. ChristophRo

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    Yes, if you wan't to customize the path of the PHP-FPM unix socket file, then you may be out of luck. (seems to be hardcoded somewhere) But as you want to use the very same socket config/file for all sites, it would also not make sense to let every domain create this file. (will most likely...
  6. ChristophRo

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    You can do that in the file /opt/psa/admin/conf/templates/custom/service/php_over_fpm.php (copy over from /opt/psa/admin/conf/templates/default/service/php_over_fpm.php)
  7. ChristophRo

    Question custom nginx config

    /usr/local/psa/admin/conf/templates/custom/domain/nginxDomainVirtualHost.php is the correct file to add such an include, you just need to place it at the proper position. We use the very same mechanics to include a custom file that blocks "bad" bots and access to some files and directories...
  8. ChristophRo

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    To make a PFP-FPM pool listen to a TCP port/socket, instead of a unix socket, you can simply change the "listen" parameter in the /opt/plesk/php/[phpver]/etc/php-fpm.d/[domainname].conf file from "php-fpm.sock" to "9000" To not mess with Plesk internals (and risk the custom config being...
  9. ChristophRo

    Question Setting php-fpm to listen to 127.0.0.1:9000 by default on all domains

    There will be no guide, as surely nobody ever attempted such a flawed thing, like ever... First, if would require lots of manual fiddling in config files and Plesk templates Second, ALL these domains would need to run on the very same subscription (or else the file system and process...
  10. ChristophRo

    Issue File modification visible in the browser only after ~50 seconds of waiting

    that you may be aware off ;) Did you also check PHP opcache/apc settings and mod_expires? Does a shift-F5 reload in the browser immediatly show the changed file?
  11. ChristophRo

    Question Necessary services DNS, Webmail and Mail hosting

    We do run Plesk servers without DNS (bind9) installed and it works just fine. You can also just disable the DNS service for your domains/subscriptions and keep bind installed on your server.
  12. ChristophRo

    Resolved Smart static files processing is only working for lowercase file extensions

    This does not make any sense... There has never ever been any case since the dawn of time, where a upper/mixed case file extension would represent a different file type than it's lower case counterpart
  13. ChristophRo

    Question Block 25 Port allow 587 port instead on Plesk

    Port 25 is used to receive emails, but postfix/qmail do support StartTLS encryption on this port since 20 years ago or so. Yes, the encryption is optional (smtpd_tls_security_level=may), so your server may still receive some emails via plain text. For sending, your postfix will use a random...
  14. ChristophRo

    Issue Mail from the Sent box is not imported with the import function

    Your source mailserver does use/have a different name for the "Sent" (and possibly other) folder than your Plesk server and the Mail Import tool is not able to correctly map the two folders. This is a common problem with IMAP mailboxes, as different mail clients like Outlook, Thunderbird and...
  15. ChristophRo

    Question Block 25 Port allow 587 port instead on Plesk

    Why should your server be open for threats when Postfix is listening on port 25? Or to be more precise, why would any other port be inherently more "secure"? If you want to achieve that emails received and sent are (transport) encrypted whenever possible, just make sure your Postfix...
  16. ChristophRo

    Issue Question for nameserver function on plesk

    Peter surely does like to live dangerous :D But, if anyone really tries to attempt that, just do not forget to check /etc/resolv.conf (or wherever your distro has it's resolving nameservers configured) and configure some public DNS, as else your server will most likely no longer be able to...
  17. ChristophRo

    Issue Question for nameserver function on plesk

    This works because Sedo does automatically configure a DNS zone for all these domains, regardless if you add a website or not. Without DNS nothing (and I really mean nothing) works
  18. ChristophRo

    Issue Question for nameserver function on plesk

    Yes, this works because Sedo.com does automatically set up ALL of these domain on their nameservers and create A-records pointing to the IP address of their webserver with this parking site.
  19. ChristophRo

    Issue Question for nameserver function on plesk

    Well, seems you have your own Plesk server specified as (primary & secondary) nameserver for this domain, so then of course you need to configure this domain in the DNS configuration of your Plesk server. How else should DNS resolution ever work, if there is no configuration anywhere that tells...
Back
Top