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

    Clean URL drupal 7.4 plesk 12

    If add from "extra nginx directives" in panel only the line: rewrite ^/(.*)$ /index.php?q=$1; I can save it, but when I load in my browser the domain it say: "Page not found". Then I must delete the line "rewrite ^/(.*)$ /index.php?q=$1;" I will don't like modify the...
  2. J

    Clean URL drupal 7.4 plesk 12

    Thanks abdi. If I use without @drupal in vhost_nginx.conf an error appears because "location /" exits on nginx.conf (and this file can NOT MODIFY BECAUSE IT WAS GENERATED AUTOMATICALLY).
  3. J

    Clean URL drupal 7.4 plesk 12

    Thanks abdi. I tested with vhost_nginx.conf: location @drupal { rewrite ^(.*)$ /index.php?q=$1 last; } But it not worked.
  4. J

    Clean URL drupal 7.4 plesk 12

    Hi. My server is a debian 7 64 bits with plesk 12 last update. A customer installed drupal 7.4 from plesk panel successful. However from Drupal/Configuration admin panel can not enable "Clean url". Clean test url failed too: "The clean URL test failed" .htaccess was ok . I tried set...
  5. J

    Can't increase phpmyadmin max upload/import file size

    Hi Charalampidis Can you tell how solved it? Thanks.
  6. J

    SSL POODLE / SSLv3 bug

    Hi cmaxwell! I use postfix. With main.cf like this: smtpd_tls_protocols=!SSLv2,!SSLv3 smtp_tls_protocols=!SSLv2,!SSLv3 smtpd_tls_mandatory_protocols=!SSLv2,!SSLv3 It works and client can send perfectilly for 465.
  7. J

    SSL POODLE / SSLv3 bug

    Solved! Hi guys! Finally solved courier-imap issues with: **************************************** TLS_PROTOCOL=TLS1 TLS_CIPHER_LIST="ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS"...
  8. J

    SSL POODLE / SSLv3 bug

    Hi UFHH01. TLS_CIPHER_LIST="-ALL:+TLSv1:+TLSv1.1:+TLSv1.2" not work. I tried too: nano /etc/courier/pop3d-ssl POP3DSSLSTART=YES POP3_STARTTLS=YES POP3_TLS_REQUIRED=1 TLS_PROTOCOL=TLS1 TLS_STARTTLS_PROTOCOL=TLS1 TLS_CIPHER_LIST="ALL:!SSLv2:!SSLv3:!ADH:!NULL:!EXPORT:!DES:!LOW:mad:STRENGTH" But...
  9. J

    SSL POODLE / SSLv3 bug

    Hi UHHH01 ! In my plesk linux 11.09 debian wheezy 32 bits, Apache+Nginx+Postfix smtps with SSLv2 y SSLv3 disabled and forced TLS, works ok doing the steps on KB123160. However courier-imap pop3s imaps not work with TLS_CIPHER_LIST="ALL:!SSLv2:!SSLv3:!ADH:!NULL:!EXPORT:!DES:!LOW:@STRENGTH"...
  10. J

    SSL POODLE / SSLv3 bug

    Hi IgorG. My ticket is: Parallels #1967874 And this is their solution: ------------------------------------------------------------------------------------------------------------------------------------------------------------------ Hello, I believe you have followed all the steps mentioned...
  11. J

    SSL POODLE / SSLv3 bug

    Hi cmaxwell. Me too have in my plesk 11.09 debian wheezy CIPHER error with force TLS like KB123160 Oct 20 16:05:53 pop3d-ssl: couriertls: connect: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher I had to come back pop3s and imaps to SSL because with TLS mail clients can not...
Back
Top