• 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

Recent content by vanlier

  1. V

    Issue Plesk Migrator - Plesk error [11003]: PleskAPIInvalidSecretKeyException : Invalid secret key usage

    Sorry to bump an old thread, but I'm at the beginning of migrating 250+ domains from an old CentOS plesk server to a new CloudLinux plesk server using Plesk migrator. The new server is behind NAT and when running I get the 'invalid secret key usage'. I can see in the debugging log that the...
  2. V

    Issue Smarthost + SRS = relay?

    Sorry, I made some typos: Mail was received by our plesk server for [email protected] from [email protected]. -> This should not be possible because xxx.yyy has the "disable incoming mail" configured.
  3. V

    Issue Smarthost + SRS = relay?

    PS2. When I want to recreate the situation by sending mail from "[email protected]" to "[email protected]" 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. 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...
  12. 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
  13. 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>...
  14. 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