• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Recent content by ChrisCP

  1. C

    Resolved systemctl start mariadb (10.6 error)

    Thank you for the hint. Now the upgrade from 10.5 to 10.6 works.
  2. C

    Resolved systemctl start mariadb (10.6 error)

    I run latest version of 10.5 on CentOS 7.
  3. C

    Question Close incoming port 110 and 143

    Can I close ports 110 and 143 without problems or block them by the firewall (incoming) if I only use the secure ports (993, 995)?
  4. C

    Resolved Facing Problem run cron job

    Did you check the cron log? What kind of error is being displayed? Try 'Run a PHP script', path to the script ... and try to remove '> / dev / null 2> & 1'. I had a similar bug with a cron job on a subdomain and this solution worked for me.
  5. C

    Issue SMTP port 587 with SSL not working

    Maybe hosting provider is blocking port 25. Ie Ionos do that. So you have to ask your provider to unblock.
  6. C

    Question WAF Modsecurity

    I have a lot of websites on the server running with Ngnix only (php with nginx). Modsecurity rules are set to Nginx (ModSecurity 3.0) with custom ruleset of Comodo. All is working fine. My question is now what are happens with some websites they are running with apache and nginx as proxy (php...
  7. C

    Question Unauthorized access to psa / admin folder

    Hello everyone, While looking through the logs I noticed that an unknown IP address tried to access the folder usr / local / psa / admin / htdocs. The log shows: 2021/03/07 19:39:39 [error] 1542#0: *303 open() "/usr/local/psa/admin/htdocs/Autodiscover/Autodiscover.xml" failed (2: No such file...
  8. C

    Issue SMTP port 587 with SSL not working

    Hey to all. I figured out that sending mails via SMTP port 587 with SSL is not working. On port 587 only STARTTLS works on clients like thunderbird or mail programs on smartphones... On port 465 SSL is working fine for all clients. I use latest version of Plesk and postfix for smtp server. How...
  9. C

    Resolved How to install x-sendfile and x-accel

    You can enable X-Sendfile by installing via repo and activate it in settings -> Apache webserver. Enable X-Accel for Nginx, add following code to your additional Nginx config: location /YOUR_FILE_OR_FOLDER { internal; alias /var/www/vhosts/SUBSCRIBTION/DOMAIN/PATH_TO_YOUR_FILE_OR_FOLDER; }
  10. C

    Question FormMail.PHP won't send emails

    Ionos blocks port 25 by default. You cannot open this port by yourself, you have to contact Ionos support and ask them to open port 25 for sending.
  11. C

    Resolved Plesk POP3 Server via Cloudflare not reachable

    I connected via mail.domain.com on 995 which is not proxied via cloudflare and it works.
  12. C

    Resolved Plesk POP3 Server via Cloudflare not reachable

    How can i change the mail in and mail out to pop3.domain.com only for a specified domain?
  13. C

    Resolved Plesk POP3 Server via Cloudflare not reachable

    I've already read the article. Webmail and mail as well as mx entries are not proxied via cloudflare. That's why I receive emails and can also send them. But only via webmail. Pop3 incoming mail server in plesk is the domain name. Right!? And that's exactly where the problem is, since the domain...
  14. C

    Resolved Plesk POP3 Server via Cloudflare not reachable

    I have the following problem. I use a domain with various email addresses. Everything works fine. Email client (Outlook) is set up in such a way that messages are queried via pop3 in encrypted form. As I said, everything works fine. Now the domain is passed through Coudflare because the traffic...
Back
Top