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

Recent content by itexpertnow

  1. itexpertnow

    Issue Appwrite Websocket not working

    I am running selfhosted appwrite behind nginx: $:/home/appwrite# docker port appwrite-traefik 80/tcp -> 0.0.0.0:32080 80/tcp -> [::]:32080 443/tcp -> 0.0.0.0:32443 443/tcp -> [::]:32443 Websocket working...
  2. itexpertnow

    Resolved Websockets not working in Docker

    1. Disable proxy mode. 2. Remove docker proxy 3. Use the following and add YOUR_DOCKER_PORT to the Additional nginx directives
  3. itexpertnow

    Resolved NextJS image not able to optimization

    this is really strange, both approaches are now working even when using the .bin/next file, not sure what happened: https://dev.amcolubricants.com/_next/image?url=%2Fcontent%2Fimages%2Fuser-icon.png&w=128&q=75
  4. itexpertnow

    Resolved NextJS image not able to optimization

    Only solution I found is to host the website somewhere else. I used vercel, it's free and works perfectly
  5. itexpertnow

    Resolved next.js images not loading error 500

    Hi, I am get issue while loading the image in NextJS project. The issue is with NextJS <Image> tag. If I use <Image/> than in production the image not get load/display. It gives 500 error. If I add unoptimized in <Image /> than it get load in production. I tried deploying the same github repo...
  6. itexpertnow

    Resolved NextJS image not able to optimization

    I have the same issue, any idea how to fix? No error https://dev.amcolubricants.com/images/footage-placeholder.png Error 500 https://dev.amcolubricants.com/_next/image?url=/images/footage-placeholder.png&w=3840&q=75
  7. itexpertnow

    Question how to access python flask on my server?

    Hi, I want to build an api on my website, I created python venv and installed flask with a simple script. The application is running, I can access it locally but I don't know how to access it through the internet? also I am not sure if I am using nginx or apache, I think nginx. please help...
  8. itexpertnow

    Resolved block / strict access to sensitive files

    Thank you! that worked after I remove the extensions I wanted to block from this list:
  9. itexpertnow

    Resolved block / strict access to sensitive files

    Hi, how to block access to sensitive files i nthis location? /var/www/vhosts/domain.com/httpdocs/wp-content/updraft/ I tried this nginx config but it didn't work: Home > Domains > Apache & nginx Settings > Additional nginx directives #Deny access to wp-content folders for suspicious files...
  10. itexpertnow

    Plesk failed to protect from email spoofing

    Username: TITLE Plesk failed to protect from email spoofing PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE Ubuntu 22.4 Plesk Version 18.0.53 PROBLEM DESCRIPTION Email Header Analyzer, RFC822 Parser - MxToolbox STEPS TO REPRODUCE ACTUAL RESULT the email was not blocked...
  11. itexpertnow

    Issue Need help - all emails goes to spam

    There is a problem with plesk config, I don't work for plesk but I can help you sort this out, also to add security hardening on postfix to improve email delivery, prevent email spoofing, book an appointment https://mxtoolbox.com/SuperTool.aspx?action=dmarc%3ai-web.nl&run=toolpage
  12. itexpertnow

    Issue Auto Discover for multiple domains on the same server

    Hi, I have multiple domains on the same plesk server, I need help with 2 issues: 1. When the user send an email from their laptop outlook application, the public IP "From" will be exposed, is there a way to hide the sender IP? As example: Hop Delay From By With Time (UTC) Blacklist...
  13. itexpertnow

    Question mail server vs multiple domains

    Thank you Peter, I have following your suggestion and send your a private message with more details.
Back
Top