• 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

Search results

  1. O

    Question Apache SSL behind NGINX

    Hi VirtuBox, I can see that in plesk.conf.d there is SSLEngine on, but that file (server.conf) isn't modificable because it's generated automatically. In ssl.conf I can specify witch protocol and ciphers can be used, so my question was about if I can enable it (use ssl.conf) without create...
  2. O

    Question Apache SSL behind NGINX

    Hi VirtuBox, if I look inside ssl.conf in conf.d/ of https, I can see this ## SSL Engine Switch: ## Enable/Disable SSL for this virtual host. #SSLEngine on # ## SSL Protocol support: ## List the enable protocol levels with which clients will be able to ## connect. Disable SSLv2 access by...
  3. O

    Resolved Two words about Postfix and SSL/TLS

    Hi Peter, for my first issue, I've seen that Roundcube was configured to use a "bad" ciphers, so I have change $config['cipher_method'] and the problem with SMTP was gone. For the second issue, I have explicit tls_medium_cipherlist (that is use) and now other smtp server can connect with...
  4. O

    Question Apache SSL behind NGINX

    Hi, I would like to know what do you think about configure SSL on Apache when that it's present on NGINX. I have seen that default Plesk configuration for /etc/httpd/conf.d is turn off SSL. Is this a best practice ? Or should I enable SSL as I have configure it on NGINX ? (ciphers, protocol...
  5. O

    Resolved Two words about Postfix and SSL/TLS

    Hi Peter, thank you for yours answers. I have checked my configuration and find the solution for the 250/220 error, so now I can send my mail via SMTP. For the ciphers, I think that if a server user "those old and insecure" ciphers, well, it isn't configured as a "good" server because I have...
  6. O

    Question Strange nginx log

    Hi, today I found this entry on my log : 169.229.3.91 - - [27/Oct/2017:04:40:31 +0200] "GET /ccsetup535.exe HTTP/1.1" 200 3743 "-" "Mozilla/5.0" This is very strange because I haven't any file .exe on my server, and more, I have any file on my root/default directory. But from the log I have...
  7. O

    Resolved Two words about Postfix and SSL/TLS

    Hi, I'm trying to configure Roundcube to use postfix with TLS but I have some trouble with error 250/220 so I've tried to use PHP function (webmail/roundcube is on the same server of postfix). Now I can send email, but my question is about security: is this mode (php mail) secure ? Or should I...
  8. O

    Resolved Set date format log on Roundcube

    Hi UFHH01, I've already read that document, and it's was for that that I have tried +0200 and +02:00. Probably I haven't understood
  9. O

    Question Postfix open and configure smtpd

    Hi, after I read this KB : How to use another port for SMTP connection if 25 port is blocked by ISP I have had some doubts. - In master.cf shouldn't remove # from "submission inet n – n – – smtpd" ? - Should I put # in front of "smtp inet n - n - - smtpd...
  10. O

    Resolved Dovecot seems down, but...

    Hi IgorG, now it's work.
  11. O

    Resolved Set date format log on Roundcube

    Hi Paul, yes, timezone is set in php.ini. I thought that last char given me the possibility to set time offsets.
  12. O

    Resolved Dovecot seems down, but...

    I'll can try this option tonight. I hope that reinstall Dovecot all costumer mail and configuration still remain as they are. It it ?
  13. O

    Resolved Dovecot seems down, but...

    Hi IgorG, new update. After I have delete deliverquota, all email has been deferred. Why ? I have must put deliverquota in /urs/bin/ and then postsuper -r ALL to send all. What is going on ?
  14. O

    Resolved Set date format log on Roundcube

    Hi, I've tried to change date entry log in defaults.inc.php to show the correct time when I look in log. But without success. I've change $rcmail_config['log_date_format'] = 'd-M-Y H:i:s O' to $rcmail_config['log_date_format'] = 'd-M-Y H:i:s +0200' (I've tried +02:00 too) but in the log the...
  15. O

    Resolved Dovecot seems down, but...

    Hi IgorG, I have reach that KB directly when I clicked on error from Plesk panel. So, this is was my fault. Anyway, thank you
  16. O

    Question HSTS and ssl.conf command

    Hi SahinS, thank you for your answer, but my problem that if I configure this command in ssl.conf remain. I must set in the the Apache directive to work.
  17. O

    Question Where is the place to specify X-Content-Type-Options for Plesk?

    I have a similar problem that I have comment in this thread : --> It seems that I can "only" put X-directive in the single domain because if I put them in ssl.conf they aren't active
  18. O

    Resolved Dovecot seems down, but...

    Hi IgorG, a little update: I've tried to remove "deliverquota" that I have download from this KB , stop the service, and then restar it. Now from Plesk panel I can see that Dovecot is running. o_O Is there some incompatibility with this command ? I have download it for my Plesk version (17.5.3)...
  19. O

    Resolved Dovecot seems down, but...

    Hi IgorG, yes, master.pid exists when Dovecot is running and does not exist when I stop the service. However from Plesk panel service is not running. I'll try to reinstall dovecot and report here the result
  20. O

    Resolved Dovecot seems down, but...

    Hi, from panel Server Management, in services management, Dovecot is stopped; but if I check the status from terminal is running. Dovecot service is running from watchdog too. So, why from plesk front end is not running ? I had some problem with some deferred email so I've check KB and I have...
Back
Top