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

    Issue Smarthost + SRS = relay?

    Sorry, I made some typos: Mail was received by our plesk server for info@xxx.yyy from SRS0=KbFn=R4=rejorational.com=dsqdqd@xxx.yyy. -> This should not be possible because xxx.yyy has the "disable incoming mail" configured.
  2. V

    Issue Smarthost + SRS = relay?

    PS2. When I want to recreate the situation by sending mail from "SRS0=KbFn=R4=rejorational.com=dsqdqd@yyy.com" to "info@xxx.yyy.com" postfix blocks it with an "554 5.7.1 : Relay access denied" error. So not sure how SRS works, just found out it exists. I can send (unencrypted) mail trough...
  3. V

    Issue Smarthost + SRS = relay?

    We have the following situation for a domain on our Plesk Obsidian 18.0.64 for Linux: - Domain xxx.yyy is setup on the server with mailsettings "disable incoming mail, allow outgoing mail" (mail is at MS365) - SMTP server is postfix - Setup the smarthost feature pointing to our Spamexperts...
  4. V

    Forwarded to devs plesk update 18.0.45 #2 to 18.0.46 on CentOS7 latest with AWStats fails

    I'm facing the same problem trying to upgrade to 18.0.46, but there isn't a line with awstats in the epel.repo file. Error: Exception: Failed to solve dependencies: plesk-awstats-configurator-18.0-2.centos.7+p18.0.47.0+t220905.1135.noarch requires awstats >= 7.8 Error: The Yum utility failed to...
  5. V

    Question Let's encrypt probleem with SSL rewrite

    Hi UFHH01, thank you for your describing reply. The problem isn't really with the exact url not being reachable because of an error with plesk or Let's encrypt. When I remove my configuration for redirection to the SSL website the renewal process is working (I've tested this). The real problem...
  6. V

    Question Let's encrypt probleem with SSL rewrite

    We use additional apache directives (not .htaccess!!) to force clients to be redirected to SSL. <IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST} [R,QSA] </IfModule> This works without a problem. We installed the let's encrypt plugin...
  7. V

    Lots of logentries for propfind /exchange/<email>

    Recently I got warnings that /var/log was filling up on our Plesk 12.5 Linux server. I found out that about every 5 seconds there was a logentry for propfind /exchange/<email> with statuscode 405. Surely it has something to do with an autodiscover or ActiveSync on a mobile or tablet or...
  8. V

    Slave DNS Manager not deleting zone

    I've setup Bind 9.10.1 on a windows server as a slave DNS server. I've installed the Slave DNS Manager on Plesk 12 for Linux and setup configuration. New zones are added ok so authentication en communication is working perfectly. But when I delete a zone in Plesk, the zoneconfig file doesn't...
  9. V

    Change open_base_dir for ssl subdomain

    try puting '##' in the vhost.conf or vhost_ssl.conf. Maybe it needs to have content? the -u or --reconfigure-vhost is the same... the -r makes apache restart so it will use the new configuration... I remember I also disabled php and SSI on the subdomain from plesk interface and then reenable...
  10. V

    Change open_base_dir for ssl subdomain

    did you create the conf dir and put a vhost.conf in there (with content)? you could try creating a vhost_ssl.conf and run the reconfigure command and see if it wil create the include...
  11. V

    Change open_base_dir for ssl subdomain

    I created the folder 'conf' in the /subdomains/beheer/ folder. In that folder I created a 'vhost.conf'. After that run "/usr/local/psa/admin/sbin/websrvmng --reconfigure-vhost --vhost-name=<domain> -r". It should see the vhost.conf exists and add the include line to
  12. V

    Change open_base_dir for ssl subdomain

    SOLVED!!!!!!!!! I saw after some more trying that my httpd.include now included the following line: <VirtualHost <ip>:443> ServerName beheer.<domain>:443 ...... ...... Include /var/www/vhosts/<domain>/subdomains/beheer/conf/vhost.conf </VirtualHost>...
  13. V

    Change open_base_dir for ssl subdomain

    We migrated from plesk 7 for linux to a new server with plesk 8.3.0 for linux. One of our customers had the following domain set up: normal website: http://www.<domain> admin website: https://beheer.<domain> The normal website doesn't use ssl, just plain http. To change their dynamical...
Back
Top