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...
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!
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 ...
* 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...
Das ist zwar in englischer Sprache, aber da musst du durch:
https://pmg.proxmox.com/wiki/index.php/Upgrade_from_8_to_9#Preconditions
https://pmg.proxmox.com/wiki/index.php/Upgrade_from_8_to_9#Update_the_configured_APT_repositories
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...
The current warning is not as telling as it could be, we improved that in git but not yet included in any version bump of pmg-api.
Anyway, these are entries in the Who Objects, so If you select that in the web UI and then the respective...
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...
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...
proxmox-boot-tool expects to fully manage the ESPs - it mounts them on-demand and unmounts them again afterwards. so yes, please remove the /etc/fstab entry!
We are pleased to announce the first stable release of Proxmox Mail Gateway 9.0 - immediately available for download!
Twenty years after its first release, the new version of our email security solution is based on Debian 13.1 "Trixie", but...
We are pleased to announce the first stable release of Proxmox Mail Gateway 9.0 - immediately available for download!
Twenty years after its first release, the new version of our email security solution is based on Debian 13.1 "Trixie", but...
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...
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...
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!