• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Recent content by JCV

  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