Search results

  1. 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.
  2. 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!
  3. 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...
  4. 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...
  5. 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!
  6. 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...
  7. 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!
  8. 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 ...
  9. Stoiko Ivanov

    BCC-Spam blockieren bei PMG v8.2.0

    * ein who-object anlegen - und als entry darin ein domain entry mit eurer domain * ein what object wie beschrieben (und None-matches - als match if) * in einer regel, das who-object als To, und das What object als what hinzufuegen (und als action initial mal Quarantine) glaube damit sollte es...
  10. Stoiko Ivanov

    BCC-Spam blockieren bei PMG v8.2.0

    BCC heißt normalerweise, dass die Empfangsadresse gar nicht in den mail-headern vorkommt, sonder nur als envelope-rcpt-to verwendet wird. Envelope Adressen werden in PMG mit Who/Wer Objekten gematched. Ich hoffe das hilft! Sonst bitte das Regelsystem und die logs von so einer mail teilen.
  11. Stoiko Ivanov

    PMG Unable to Deliver Mail

    please provide a bit more of logs - is the line: still present? if yes - please also provide your active rules (anonymize as little as possible): `pmgdb dump --rules active` does the mail in question have attachments? - which mime-parts does it consist of?
  12. Stoiko Ivanov

    Restore backup to new install

    Currently you need to copy the file to /var/lib/pmg/backup (while keeping the name) - you can use scp or rsync for this. an upload button for local backups might make sense though - if you like please create an enhancement request at https://bugzilla.proxmox.com Thanks
  13. Stoiko Ivanov

    [TUTORIAL] How do I use the What Object "MaxQty" to match and limit the max Qty of email recipients to outgoing as an action to avoid the falling in black lists?

    There never has been such a what object in the PMG code-base?! I'd check what was installed/when in /var/log/apt/ ...
  14. Stoiko Ivanov

    No delivered mail appears in tracking center

    did this ever happen for you in practice? and - the IDs are local to the system - yes you see them in the sending server's logs, and when sending mails further in those servers logs as well... - but to get the complete picture you already need to look at all system's mail-ids... (even im PMG...
  15. Stoiko Ivanov

    No delivered mail appears in tracking center

    Why do you need to set enable_long_queue_ids? - without this setting the tracking center would work as intended.
  16. Stoiko Ivanov

    SMTPUTF8 why disable ?

    Why do you think it is disabled in PMG? There is an option to disable it - if it causes problems with downstream servers - I assume that your problem might be related to this - but please share logs else it is not possible to tell for sure. See the postfix documentation for some background...
  17. Stoiko Ivanov

    Logging user actions

    For PMG you get some information through /var/log/pmgproxy/pmgproxy.log - there you have the IP and a change to a who object would be a POST which entry was added/removed is not logged. I hope this helps!
  18. Stoiko Ivanov

    Spoofed phishing emails bypassing all checks, delivered to mailbox

    The message comes from the _User_ welcome list - you can manage that for each e-mail address under GUI->Administration->User Whitelist/Welcomelist the envelope-from (RFC5321.From) is empty, but the mail has a from header (RFC5322.From) of: From: "sales@domain.com" <sales@domain.com> See also...
  19. Stoiko Ivanov

    No delivered mail appears in tracking center

    This is not supported by the log-tracker (and there are not current plans to change that): https://bugzilla.proxmox.com/show_bug.cgi?id=2091 I hope this helps!