Search results

  1. Stoiko Ivanov

    Automatische E-Mail Antwort für E-Mails an bestimmte Domain

    Nicht so wirklich auf den ersten Blick - der notification body wird als top-level mime-part der mail verwendet - und wenn kein MIME-type angegeben ist wird text/plain angenommen (und da gibt es keine bilder) - außerdem ist der body auf 2048 Zeichen beschränkt - da gehen sich keine Bilder aus...
  2. Stoiko Ivanov

    PMG E-Mail Versand Systemnachrichten Absender ändern

    sieht nach einem partiellen Duplikat aus: https://forum.proxmox.com/threads/automatische-e-mail-antwort-f%C3%BCr-e-mails-an-bestimmte-domain.168536/ aus - ich antworte dort kurz - und schliesse den thread hier um doppelte Arbeit zu vermeiden.
  3. Stoiko Ivanov

    inbox mail

    I moved your thread to the English subforum (it was in the German one). else regarding your question - please provide more details: * the logs of PMG for a problematic mail * maybe the mail itself else it's not possible to help with the issue.
  4. Stoiko Ivanov

    [SOLVED] Is Mail Filter priority working properly?

    This is not possible within the mail-filter as the mails are evaluated for To/From/When/What objects first (Spam checking (=spamassassin) is a what object) - and afterwards the actions are evaluated - see https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_application_of_rules In general...
  5. Stoiko Ivanov

    Filter Spam score for the spamreport mail.

    The straight-forward way would be to add a rule which blocks mails with a very high spam-score (that was the intention of the user-defined black/whitelists) - and I would not expect any legitimate mail to have a score > 20 - so adding a rule that blocks mails with a spamlevel of 50 should not...
  6. Stoiko Ivanov

    PMG E-Mail change sender of system messages

    could you please share the logs of such a mail and the mail itself (just to be sure where it actually originates from and how/if this can be adapted) - thanks!
  7. Stoiko Ivanov

    Problem adding mailboxes to the blacklist

    please share the logs of such a mail and the relevant part of your rule system (`pmgdb dump --rules active`) This sounds odd as well - try with a fresh browser - and check for errors in the browser console I hope this helps!
  8. Stoiko Ivanov

    Proxmox VE 9.0 BETA released!

    The issue here is - once you run `zpool upgrade` on your pool you might not be able to import it with an older kernel (ZFS version) - OTOH if you don't need to use one of the new features (from a quick look fast_dedup and raidz_expansion) there's little gain to upgrading the pool IIRC.
  9. Stoiko Ivanov

    How to change default return-path sender (mailer-daemon@hostname) in PMG?

    Please share the logs of such a message, and it's rejection - this should help getting a clear picture of which part fails, and what needs to be adapted. in general changing addresses used by the mail-system is not a good idea.
  10. Stoiko Ivanov

    PMG - Fetchmail-Intervall lässt sich nicht unter 5 Minuten reduzieren

    wenn direkter Mailempfang so zeitkritisch ist - würde ich wirklich vorschlagen es per SMTP zustellen zu lassen - meiner Erfahrung nach führen polling intervalle von unter 5 Minuten eher zu überflüssiger Last auf den Servern und werden selten wirklich benötigt. Aber zur tatsächlichen Frage: die...
  11. Stoiko Ivanov

    web.de gmx.de scheitern am SPF -> Quarantäne

    ich würde mir die logs gut anschauen - der `ss` screenshot oben sagt, dass unbound auf port 127.0.0.1 53 lauscht wenn in /etc/resolv.conf 127.0.0.1 steht, sollte er auch gefragt werden - unbound selbst muss dann natürlich die authoritativen DNS server im Internet fragen (sprich muss nach außen...
  12. Stoiko Ivanov

    [SOLVED] Global Blacklist funktioniert nicht

    auf einen sehr schnellen Blick sehe ich bei der Blacklist regel (Prio 98), dass da auch ein To Object (Blacklist an) gesetzt ist - damit greift die Regel nur fuer addressen im From object _und an_ Adressen im Blacklist an object (da steht nur eine drinnen) kann das das Thema sein? Danke - als...
  13. Stoiko Ivanov

    [SOLVED] Global Blacklist funktioniert nicht

    Wie genau sieht das Regelsystem aus? - ` pmgdb dump --rules active` liefert das als text (bitte auch als text in code-blocks posten)
  14. Stoiko Ivanov

    Change Sender Display Name in notifications

    Which previous threads? One thing that is related and changed with PMG 8.2 was that you can now set the admin-from address in the GUI https://pmg.proxmox.com/wiki/index.php/Roadmap#Proxmox_Mail_Gateway_8.2 https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_options This should fix the...
  15. Stoiko Ivanov

    web.de gmx.de scheitern am SPF -> Quarantäne

    allgemein: bitte text output als text pasten in code-blocks - aus screenshots laesst sich schwer pasten... ansonsten - sieht das komisch aus - vielleicht eine firewall am pmg-host (iptables, nftables) die connections auf 127.0.0.1 unterbindet?
  16. Stoiko Ivanov

    web.de gmx.de scheitern am SPF -> Quarantäne

    naja - der screenshot weiter oben zeigt, dass `127.0.0.1` als DNS Server eingetragen ist - 127.0.0.1 ist localhost und somit das PMG... Normalerweise läuft auf dem PMG aber kein DNS-Server außer er wurde vom Admin eingerichtet z.B. dem pmg-wiki folgend...
  17. Stoiko Ivanov

    Sanity check for new installation

    10GbE will most likely be a bottle-neck for ceph - I can recommend checking out our Ceph Benchmark paper from 2023/2024 - this should give you a good starting point: https://www.proxmox.com/images/download/pve/docs/Proxmox-VE-Ceph-Benchmark-202312-rev0.pdf I hope this helps!
  18. Stoiko Ivanov

    web.de gmx.de scheitern am SPF -> Quarantäne

    Wie sehen da die logs aus? Nur der Vollständigkeit halber: Wenn ein DNS-Resolver auf dem PMG läuft wuerde ich den auch verwenden - Google DNS sind für Mail Verarbeitung nicht gut geeignet (da sie bei den allermeisten DNSBL über sämtlichen Limits sind).
  19. Stoiko Ivanov

    web.de gmx.de scheitern am SPF -> Quarantäne

    wenn die Auflösung prinzipiell funktioniert (wonach der screenshot aussieht) dann wird as mit dem timeout bei ping wahrscheinlich an einer firewall liegen, die das verbietet. Hängt PMG direkt am Internet - oder gibt es noch anderes Equipment/Firewalls/Proxies davor - die vl. auch die mail...
  20. Stoiko Ivanov

    web.de gmx.de scheitern am SPF -> Quarantäne

    ist auf 127.0.0.1 (sprich auf dem PMG selbst) auch wirklich ein DNS-Server konfiguriert ? funktioniert dns-aufloesung (auf der commandline vom pmg einfach mal `ping -c 4 google.com` versuchen und schauen ob es innerhalb von 1 Sekunde antworten gibt)?...