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

    Resolved fail2ban postfix-sasl not working correctly

    I did uninstalled as suggested and did a cleanup by 'rm -r /etc/fail2ban'. After that I re-installed fail2ban and activated all the jails. There is no plesk-sasl jail though and the plesk-sasl.local file which I did see before is not there anymore. I have attached the fail2ban jails page...
  2. P

    Resolved fail2ban postfix-sasl not working correctly

    Does anybody have the postfix-sasl filter activated? I wonder that I seem to be the only one with the problem as I think that every Linux server with postfix will show the problem. Every day I see IP addresses being blocked by fail2ban for other reasons, but dictionary attacks on postfix do not...
  3. P

    Resolved fail2ban postfix-sasl not working correctly

    The postfix jail is enabled, the postfix sasl jail isn't. There is a difference in that the postfix filter is named postfix.conf whereas the postfix-sasl filter is named postfix-sasl.local. The jails in jail.d/plesk.conf reference the filters without extension and there is no postfix-sasl entry...
  4. P

    Resolved fail2ban postfix-sasl not working correctly

    I have enabled fail2ban and most of the jails are working properly. I have also enabled the recidive jail. Alas, I often see messages like this in /var/log/maillog: Apr 24 05:30:10 h2731888 postfix/smtpd[32272]: warning: unknown[203.159.80.233]: SASL LOGIN authentication failed: authentication...
  5. P

    Issue Logwatch dovecot lots of unmatched entries

    check the solution at Logwatch / Discussion / Open Discussion: dovecot unmatched entries "service=imap" and "service=lda"
  6. P

    Question why does plesk change the postfix mail log file to /var/log/maillog ?

    Most default log rotations suck (as does the defaults coming with logrotate) I want all my log files rotate by size only, never by date, and I want a certain history. Having my log files with the standard names (i.e mail.log instead of maillog) also works out of the box with logwatch. I like...
  7. P

    Question why does plesk change the postfix mail log file to /var/log/maillog ?

    Sorry for being not precise enough. I do not want to manage rotation settings for /var/log/maillog. I am looking to change /etc/rsysllog.d/plesk-mail.conf to mail.* -/var/log/mail.log or even remove /etc/rsyslog.d/plesk-mail.conf at all. Then mail logs should be in...
  8. P

    Question why does plesk change the postfix mail log file to /var/log/maillog ?

    The default mail log file in Ubuntu is /var/log/mail.log which is also configured in /etc/logrotate.d/rsyslog Plesk does change the default in /etc/rsyslog.d/plesk-mail.conf to /var/log/maillog. Thus, logrotate does not work without modifying the rsyslog config file. Is there a special reason...
  9. P

    Resolved OCSP stapling option missing after linux vServer update from Ubuntu16 to Ubuntu18

    Thanks a lot for the quick answer. In fact I missed to install the NGINX component on my newly installed server
  10. P

    Resolved OCSP stapling option missing after linux vServer update from Ubuntu16 to Ubuntu18

    After upgrade of my vServer from Ubuntu 16LTS to Ubuntu 18LTS I am missing the OCSP Stapling option on the Let's Encrypt SSL/TLS Certificate page under Home > Subscriptions > myDomain > Websites & Domains > myDomain > SSL/TLS Certificates (see screenshots) Ubuntu 16 Ubuntu18 I did a Plesk...
  11. P

    Question Guide to migrate plesk to the same server after new installation

    Migrating to a new server has some drawbacks though, as it requires domain migration and has hostname and IP related issues. My provider offers daily backup snapshots, so I am quite safe in that I can always revert to a snapshot if something fails dramatically. They also offer a special...
  12. P

    Question Guide to migrate plesk to the same server after new installation

    Thanks for directing me to "backup" instead of the "migration tool". It was not clear to me that I can restore a backup to a newer version of the operating system. I still wonder if restoring the backup to a new server will keep my imap folders and the let's encrypt certificates intact...
  13. P

    Question Guide to migrate plesk to the same server after new installation

    I am looking for a guide to transfer my plesk settings to the same server after a new installation. As the support for ubuntu 16.04 expires in 4 months I want to re-install my vServer with ubuntu 18.04 without losing my plesk settings. In the plesk migrator extension I cannot find how to export...
  14. P

    Issue mails from amazon are blocked by Spam Filter greylist

    Sorry, I have selected the wrong forum. This is a Plesk Obsidian for Linux topic. Can some admin please move it to that forum?
  15. P

    Issue mails from amazon are blocked by Spam Filter greylist

    I have configured greylisting on the Tools & Settings -> Spam Filter page. This used to work properly with amazon until the end of October but in the past weeks I noticed that mails from amazon don't get through anymore From the mail logs I see that amazon uses different domains to send mails...
  16. P

    Issue plesk postfix TLS SNI smtp.mydomain.de from unknown [..] not matched, using default chain

    My system log always lists the above errors. I am running Ubuntu 16.04.6 LTS with Plesk Obsidian Version 18.0.23 Update #2 with 2 domains and lets encrypt certificates. I followed the guide at How to secure a Plesk mail server with different SSL certificates (SNI support) If I run the given...
  17. P

    Important Repair Kit Extension

    I just installed and ran the check of the repair kit extension and it shows something like this There are incorrect permissions on some items: /etc There is incorrect ownership on some items in the WWW root directory of the domain What is this? I want to know exactly what files are affected...
  18. P

    Forwarded to devs Bug in plesk firewall script /opt/psa/var/modules/firewall/firewall-active.sh

    TITLE: Bug in plesk firewall script /opt/psa/var/modules/firewall/firewall-active.sh PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE: Plesk Onys 17.8.11 on vServer with Ubuntu 16.04.5 LTS PROBLEM DESCRIPTION: There is a bug in the version checking part of the firewall script...
  19. P

    Resolved Bug in plesk firewall script /opt/psa/var/modules/firewall/firewall-active.sh

    There is a bug in the version checking part of the firewall script /opt/psa/var/modules/firewall/firewall-active.sh The line: iptables_version=`/sbin/iptables --version | awk -F '.' '{print $2$3}'` does return the value 60 on version 1.6.0 Thus the version check if [ $iptables_version -gt 420 ]...
Back
Top