Search results

  1. Stoiko Ivanov

    PMG 8.2.5 - Emails in the queue that bounce back fill the log until the disk is full.

    This is usually handled by enabling recipient verification: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_mailproxy_options you can disable the logging to /var/log/mail.log in rsyslog.conf (/var/log/syslog is used for the tracking center) also fixed by recipient verification...
  2. Stoiko Ivanov

    PMG 9.0.2 New Mobile Quarantine Site Actions

    Thanks for the report! we managed to reproduce the issue - and are currently working on a patch: https://lore.proxmox.com/pmg-devel/20251028163628.79739-1-s.ivanov@proxmox.com/T/#t Once we apply an improved version it should work again!
  3. Stoiko Ivanov

    Experience with upgrade from 8.2.5 to 9.0

    In theory there is no safe way to upgrade if you don't remember what you did on a system. But I'd say that most changes should be preserved if you upgrade in place and carefully compare the configuration changes the upgrade process asks you about. Also make sure to create a backup and test that...
  4. Stoiko Ivanov

    pmg9 Receiving mails dkim always invalid

    Thanks for reporting back that it's fixed with this!
  5. Stoiko Ivanov

    PMG 9.0.2 New Mobile Quarantine Site Actions

    could you please post the journal from the time when you click on the link - and the log from /var/log/pmgproxy/pmgproxy.log ? Thanks!
  6. Stoiko Ivanov

    pmg9 Receiving mails dkim always invalid

    hm - funktioniert DNS für das PMG zuverlässig? - diese SpamAssassin hits kenne ich von fällen wo DNS ganz oder teilweise nicht geht.
  7. Stoiko Ivanov

    pmg9 Receiving mails dkim always invalid

    Please share the logs of such an email - and if possible also the headers or the complete email.
  8. Stoiko Ivanov

    Cannot start TLS: handshake failure

    I'd try removing this policy - as long as TLS is enabled PMG/postfix will try to connect to the host using STARTTLS. do you have any other modifications to the configuration templates (mostly for postfix)? else - how do the logs look like without the encrypt-policy - does delivery work...
  9. Stoiko Ivanov

    Spambericht: Leere Seite in mobiler Ansicht – Proxmox Mail Gateway 9.0.1

    Ich habe die Seite mal angepasst und kurz getestet: https://pmg.proxmox.com/wiki/Quarantine_Web_Interface_Via_Nginx_Proxy bitte bescheid geben ob es damit funktioniert - Danke!
  10. Stoiko Ivanov

    Spambericht: Leere Seite in mobiler Ansicht – Proxmox Mail Gateway 9.0.1

    das kann gut sein - danke für den Report! Ich stelle das mal nach und update gegebenenfalls unsere Dokumentation im wiki: https://pmg.proxmox.com/wiki/Quarantine_Web_Interface_Via_Nginx_Proxy
  11. Stoiko Ivanov

    Blocking based on header content.

    you can also use the Mail Filter/Rule System to match headers with regular expression - that's what the "What Object" "Match Field" does. https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#chapter_mailfilter might be a bit more user-friendly/flexible. I hope this helps!
  12. Stoiko Ivanov

    Cannot start TLS: handshake failure

    please share some logs from mails that get deferred - also consider testing if there's an issue connecting to the systems with `openssl s_client -connect <ip.of.mail.system>:25 -starttls smtp` (from the top of my head - check with the help-output/man page if it's not working)
  13. Stoiko Ivanov

    DKIM fail aufgrund von Leerzeichen im DKIM Selector

    Danke!! - aber in dem Fall hat die mail ja laut google-mx eine gueltige DKIM signature: ARC-Authentication-Results: i=1; mx.google.com;...dkim=pass header.i=XXXX header.s=xxx .... spf=pass (google.com: domain of..... as permitted sender)XXXX; Deswegen (und weil sonst doch ein paar mehr...
  14. Stoiko Ivanov

    DKIM fail aufgrund von Leerzeichen im DKIM Selector

    Bitte mal die header einer solchen mail (oder die gesamte Mail) teilen - und auch domain darin lassen - damit wir das hier nachvollziehen können. (post kann auch gleich danach gelöscht werden).
  15. Stoiko Ivanov

    PMG 9 Mobile Login for Quarentaine dosent work goes to pmg login

    We identified a potential issue with the new mobile GUI - and @dcsapak sent a fix - I assume this should fix the issue once it's applied: https://lore.proxmox.com/pmg-devel/20251020170350.771358ce@rosa.proxmox.com/T/#t Thanks for the report!
  16. Stoiko Ivanov

    [SOLVED] DKIM none

    one possible explanation is that you sent the mails to the external port - signing only happens on the internal port (for outbound mail): https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_mailproxy_dkim I'd also suggest to add all domains you want to sign explicitly to DKIM...
  17. Stoiko Ivanov

    Proxmox Mail Gateway 9.0 released!

    There's a similar report in the German forum: https://forum.proxmox.com/threads/fehler-beim-upgrade-auf-version-9-im-proxmox-container.173238/ In that case - upgrading PVE fixed the issue for them... if that's not helping for you -please open a new thread and provide: * `pveversion -v` *...
  18. Stoiko Ivanov

    Experience with upgrade from 8.2.5 to 9.0

    This is laid out in the upgrade-guide: https://pmg.proxmox.com/wiki/Upgrade_from_8_to_9#Stop_and_mask_services_before_upgrade I hope this helps!
  19. Stoiko Ivanov

    How to send spam report immediately when a message is quarantined?

    I would really suggest to reconsider this - the quarantine loses it's meaning if you sent one mail for each potentially problematic mail, causing the recipient to both be distracted, and to be more likely to simply click on deliver .... If you need your mails to arrive directly - just don't put...
  20. Stoiko Ivanov

    DKIM fail aufgrund von Leerzeichen im DKIM Selector

    hm - Wie werden die mails nach dem PMG weitergeleitet - geht das direkt ins internet - oder ist da noch eine content-inspecting firewall oder sonst ein filter dazwischen?