• 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. O

    Resolved Contact Form WP / SPF record

    Sure. In my case, I use WP as CMS. So, I added this on functions.php: // Send email via SMTP add_action('phpmailer_init', 'send_smtp_email'); function send_smtp_email( $phpmailer ) { $phpmailer->isSMTP(); $phpmailer->Host = SMTP_HOST; $phpmailer->SMTPAuth = SMTP_AUTH; $phpmailer->Port =...
  2. O

    Resolved WAF / PHP-FPM served by NGINX [will it work?]

    @Peter Debik , sure. I have have enabled Modsecurity 3.0 and I'm using everytime PHP-FPM served by nginx, no problem at all. For the predefined set of values, I have choose FAST as the 2 others parameters cause a lot of troubles (false/positives)
  3. O

    Resolved Mail Log Browser

    Hello @IgorG , You can now mark this thread as resolved, thanks.
  4. O

    Resolved Firewall Plesk - IONOS

    You can now mark this thread as resolved, thanks.
  5. O

    Resolved Diagnose & Repair errors / Bug

    Hello @Maarten. , You can now mark this thread as resolved, thank you.
  6. O

    Resolved Contact Form WP / SPF record

    Thank you guys. You can now mark this thread as resolved, thanks.
  7. O

    Resolved HTTP2 already enabled, Apache still using 1.0 in few requests

    Hello @Monty You can now mark this thread as resolved, thanks.
  8. O

    Resolved WAF / PHP-FPM served by NGINX [will it work?]

    You can now mark this thread as resolved, thanks.
  9. O

    Resolved Blacklist specific domain for Incoming Email

    Hello @Dave W , You can now mark this thread as resolved, thanks.
  10. O

    Resolved 301-Redirect

    You can now mark this thread as resolved , thanks.
  11. O

    Resolved Server mail to Yahoo not sent

    Thank you. You can now mark this thread as resolved.
  12. O

    Resolved DNS configuration managed by Plesk

    Hello @Peter Debik , You can now mark this thread as resolved.
  13. O

    Resolved Show page 403 Forbidden when using No Hosting as type of hosting.

    You can now mark this thread as resolved, thanks.
  14. O

    Resolved What is the best way to configure NGINX ModSecurity?

    Hello @Monty , You can now mark this thread as resolved, thanks.
  15. O

    Resolved WAF / NGINX ONLY

    Hello @Peter Debik You can now mark this thread as resolved.
  16. O

    Resolved Create only the webmail without website

    Thank you @Peter Debik You can now mark this thread as resolved.
  17. O

    Resolved Block specific countries through Plesk

    You can now mark this thread as resolved. Thank you @Peter Debik
  18. O

    Resolved Log Browser | Plesk | Extension/wp-toolkit

    Hello, I just noticed that I have repeating errors in Log Browser >> Plesk, like: - Failed to execute maintenance: Can not find domain by id 17 - Attempt to change status of non-configured mail service. [domain_id=56] - Can not find domain by id 65 - Can not find domain by id 62 - An error...
  19. O

    Resolved Block specific countries through Plesk

    Hello @Peter Debik , I know very well that the order of the rules in the firewall is important. Just to confirm, can I apply this, for example ? 1- Deny connections on a specific port number. 2- Deny connections from specific IPs on a specific port number. 3- Allow connections on a specific...
Back
Top