• 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

    Question How to activate/edit ingo pigeonhole sieve email filters on linux from command line?

    OK. But then there is an issue with the interaction between the webmailer gui and the filter file. A filter file from a plesk migration is not shown in the webmailer at all. A filter file which is edited on the command line is not updated in the webmailer. Thus, the webmailer shows a wrong...
  2. P

    Question How to activate/edit ingo pigeonhole sieve email filters on linux from command line?

    Plesk comes with modules for horde webmail and also for sieve and ingo to create server side email filters. ii plesk-dovecot-pigeonhole 0.5.19-v.ubuntu.22.04+p18.0.50.2+t230213.1226 ii psa-ingo 3.2.16-v.ubuntu.22.04+p18.0.50.2+t230213.1226 The filters are...
  3. P

    Issue dovecot sieve migration error

    I agree with that the migrator cannot know everything. But, if plesk already has a module for something like /etc/dovecot/conf.d/90-plesk-sieve.conf, the migrator should know about the related config files e.g. ..ingo.sieve and take this into account or at least report something about it...
  4. P

    Issue dovecot sieve migration error

    Thanks for pointing me to that list. It looks to me as if the migrator lacks many things, and I wonder why there is no decent summary after migration of what has been done and what has not been done, and it should give advice for detected problems. E.g. in my special case, it should report...
  5. P

    Issue dovecot sieve migration error

    I migrated a server with plesk obsidian 18.0.50u2 on ubuntu LTS 20 to an ubuntu LTS22 server with plesk obsidian 18.0.50u2 WebAdmin Edition. After I had setup the new DNS for my domains and reconfigured postfix I found that my horde filter rule was also migrated but not imported correctly into...
  6. P

    Issue smtp dns entry missing after domain migration

    Sorry for the garbled table. Your default table looks very much like mine, although I have enabled email services on 2 of my domains and I use them with horde as well as IMAP on thunderbird.
  7. P

    Issue smtp dns entry missing after domain migration

    Hmm, I haven't done anything to my Zone Records Template, and this is what it looks like on my server: <domain>. NS ns1.<domain>. <domain>. NS ns2.<domain>. <domain>. A <ip> <domain>. AAAA <ipv6> <domain>. MX mail.<domain>. <domain>. TXT v=spf1 +a +mx...
  8. P

    Issue smtp dns entry missing after domain migration

    Having found the CNAME records for my domain, it raises 2 questions to me. 1. Should I point the NS records for my domain to my server in the DNS config of my provider? 2. If 1 is true, shouldn't then Plesk have the CNAME entrys for IMAP and SMTP in the Zone Records Template by default?
  9. P

    Issue smtp dns entry missing after domain migration

    Correction: it seems that my old provider has added DNS aliases for IMAP and SMTP. At least a dig +trace imap.{mydomain} revealed a CNAME record coming from the provider's name server. As the provider did not only host the domain but also my vServer there could be some interaction when I did...
  10. P

    Issue smtp dns entry missing after domain migration

    There is no /var/named/chroot directory and there is also no domain.tld file on Ubuntu. There is an /etc/bind directory with some files in it but they are rather old and I suppose they are not used by Plesk. In the meantime, I found that the imap.{mydomain} record was also missing, which made my...
  11. P

    Issue smtp dns entry missing after domain migration

    Thanks for pointing me there, but there is no smtp entry in the template although nslookup shows an smtp record for my other (still untouched) domain. In the meantime I have added an smtp.{mydomain2} entry in the DNS web GUI of my new hoster, and now I can send mails from the transferred domain...
  12. P

    Issue smtp dns entry missing after domain migration

    I have a Linux server with Plesk Obsidian 18.0.49 and I'm running 2 domains on it. Both domains have Let's encrypt setup and sending and receiving mails used to work properly for years. Two days ago I did transfer one of the two domains to another hoster and now I cannot send mails from that...
  13. P

    Input Enhancement suggestions for Plesk's fail2ban filters

    When I look into the log files of my linux server, I can see some frequent vulnerability access attempts which are not addressed by Plesk's preconfigured fail2ban filters. I suggest adding filters for postfix-sasl and postfix-ssl as well as for apache-404 scans into plesk to more harden a...
  14. P

    Question Horde Webmail default Startpage

    Did you try to change the default application in Preferences - Global Preferences - Display Preferences ? I set mine to Mail instead of "Horde"
  15. P

    Issue fail2ban doesn't ban port scan

    I did not modify the plesk default filter, and the high ports are not open. I want to ban a scanning system because it creates system load, obfuscates other problems by cluttering the log file and possibly tries other methods to find a vulnerability.
  16. P

    Issue fail2ban doesn't ban port scan

    Thanks for all the replies. As I said, the fail2ban filter for ssh works correctly. That is, the sshd filter detects all the failed attempts via ssh, as can be verified with: fail2ban-regex --print-all-matched /var/log/auth.log /etc/fail2ban/filter.d/sshd.conf After the filter, the jail...
  17. P

    Issue fail2ban doesn't ban port scan

    I did check the filter with fail2ban-regex --print-all-matched /var/log/auth.log /etc/fail2ban/filter.d/sshd.conf and the lines were filtered correctly. Thus, it obviously is the ssh jail which doesn't block the scan as expected. The current jail shows: [ssh] enabled = true filter = sshd...
  18. P

    Issue fail2ban doesn't ban port scan

    Yesterday, my Ubuntu 18 server with Obsidian 18.0.36 was port scanned with ssh. Plesk fail2ban did not block this scan. Why doesn't the ssh filter kick in here? The log lines in auth.log look like this: Jul 2 01:14:30 host12907 sshd[14010]: Failed password for root from 64.225.102.51 port...
  19. P

    Issue fail2ban postfix.conf not filtering authentication failures (dictionary attacks)

    There are frequent attempts to brute force login to my mail server which show up in /var/log/maillog as shown below. The filter in /etc/fail2ban/filter.d/postfix.conf does not detect those lines and thus does not ban the IPs in question. I did check with the following command, and it indeed does...
  20. P

    Resolved fail2ban postfix-sasl not working correctly

    I found that the regular plesk postfix configuration in /etc/fail2ban/filter.d/postfix.conf already also filters on the SASL authentication failures. The drawback is, that brute force attackers get only banned for 10 minutes after 5 failure attempts and that with the combined postfix filter the...
Back
Top