Recent content by Stoiko Ivanov

  1. 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` *...
  2. 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!
  3. 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...
  4. 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?
  5. Stoiko Ivanov

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

    Do you use an LDAP login for your users to log into the quarantine? If you don't switch the user agent (I assume select "use Desktop version" on the mobile site) - what error do you get?! Which errors do you get - please share the journal and the pmgproxy-log (as text in code-tags) - or...
  6. Stoiko Ivanov

    DKIM fail aufgrund von Leerzeichen im DKIM Selector

    Ich sehe das Leerzeichen jetzt in den screenshots nicht- wird das von MXToolbox so reported, wenn eine Mail hingeschickt wird? oder ist das der DKIM lookup und dort wird domain und selector reingepasted? (dann würde ich nochmal sicherstellen, dass beim pasten nicht das Leerzeichen dazukommt...)...
  7. Stoiko Ivanov

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

    I still don't understand what is failing? The interface changed (it's based on a different framework now) - however login through a quarantine link still works for me...
  8. Stoiko Ivanov

    Quarantine Mail only in Plaintext

    Thanks for the hint and the multiple reports! sent a patch that addresses this (by reversing the order so that text/plain comes before text/html): https://lore.proxmox.com/pmg-devel/20251013110719.18486-1-s.ivanov@proxmox.com/T/#t This should fix the display for most clients.
  9. Stoiko Ivanov

    [SOLVED] Fehler beim Klick auf „Whitelist“ – internal error, unknown action 'whitelist' (PMG 9.0)

    Freut mich dass das Anpassen problemlos war! Habe mal einen Patch für pmg-api geschickt, damit die backward-compatibility doch funktioniert: https://lore.proxmox.com/pmg-devel/20251013110719.18486-1-s.ivanov@proxmox.com/T/#t Danke jedenfalls für den Report!
  10. Stoiko Ivanov

    [SOLVED] Fehler beim Klick auf „Whitelist“ – internal error, unknown action 'whitelist' (PMG 9.0)

    Hm - ist potentiell ein Fehler beim hinzufügen der API-methods für backward-compatibility. Es wurden Black-/Whitelist durch Block-/Welcomelist ersetzt - siehe https://pmg.proxmox.com/wiki/Roadmap#Proxmox_Mail_Gateway_9.0 Ich nehme an, es wurde das template für die spamreports angepasst...
  11. Stoiko Ivanov

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

    While the quarantine interface did change for mobile devices between PMG 8.2 and 9.0 - it should not change if you can login with the link in the quarantine report or not (I assume this is what you mean with token link in the e-mail) Please check the logs (journal and /var/log/pmgproxy/) for...
  12. Stoiko Ivanov

    Changing the login template

    Which settings are you referring to? What gets changed that should stay that way? (If you could provide some logs/screenshots it might help see what is missing) Thanks!
  13. Stoiko Ivanov

    Quarantine Mail only in Plaintext

    I assume you mean the daily spamreport sent to users who have mails in their quarantine? This is a change with PMG 9.0 - see https://pmg.proxmox.com/wiki/index.php/Roadmap#Proxmox_Mail_Gateway_9.0 The spamreport (and the admin report) now should send a text/plain version in addition to the...
  14. Stoiko Ivanov

    PMG AI integration

    If you want to integrate something like that - you can check-out and use the custom-check-script integration: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_custom_check let us know how it works out for you!
  15. Stoiko Ivanov

    Issues with Adding Mailboxes to the Blacklist

    please share the logs from the point where you add a mailbox to the list - to the point where the mail that is not blocked passes through . and for the second point - check your browsers development console - if you see any errors in the requests ...