marking a mail as seen is an action on the content api-call (select the POST method on top):
https://pmg.proxmox.com/pmg-docs/api-viewer/index.html#/quarantine/content
I hope this helps!
We are excited to announce the release of Proxmox Mail Gateway 9.1!
This release is based on Debian 13.5 "Trixie" and ships the Linux kernel 7.0 as the new stable default. It includes the latest versions of ZFS 2.4, PostgreSQL 17, SpamAssassin...
We are excited to announce the release of Proxmox Mail Gateway 9.1!
This release is based on Debian 13.5 "Trixie" and ships the Linux kernel 7.0 as the new stable default. It includes the latest versions of ZFS 2.4, PostgreSQL 17, SpamAssassin...
That thanks belongs to @dcsapak and @t.lamprecht - they found and improved the fix :)
Thanks to you for reporting this and providing all information to analyze it!
Hallo Stoiko.
Ok, das versuche ich. Plesk will die Einträge alle in einer Zeile und ohne " in der Mitte; also etwas anders als das PMG.
Daher habe ich zwei TXT-Einträge angelegt. Ich nehme an, dass Du oben pmg._domainkey.your.domain (also mit...
ist in den meisten Faellen eher kontraproduktiv.
Ich wuerde in dem Fall einen weiteren selector (samt) DNS-record anlegen.
* am PMG einen selector erstellen (pmg)
* den public-key record aus der GUI kopieren und
* beim DNS provider fuer...
das ist der record fuer den _selector_ default, wohingegen die DKIM signatur angibt den selector pmg zu verwenden:
DKIM funktioniert (abgekuerzt) so:
* fuer eine domain xyz.com wird ein private key erstellt (mit diesem werden die mails...
Hi @whiterabbit
vielen Dank für deinen Post!
Vorneweg verweise ich mal auf die PMG Doku zum Thema DKIM [1].
Dort sind die Einstellungsmöglichkeiten und Vorgehen erklärt.
Zu deinem konkreten Problem:
Kannst du bitte einmal den TXT Record den...
Thank you so much for showing me the way.
I've changed it to `my $debug = 0;`
The debug lines were cleared with the following commands, and the service was restarted.
systemctl stop rsyslog syslog.socket
grep -v "DEBUG:" /var/log/syslog >...
Thanks ! - the issue might be the output from your custom check script - could you verify that by - disabling the DEBUG: lines it prints?
or delete them from a copy of your syslog and run the locktracker command with `-i </path/to/copy-of-log>`
The timestamp looks wrong - did you take that from `/var/log/syslog` ? - this is the place the log-tracker looks for its logs - please check that /var/log/syslog contains timestamps like `2026-06-10T00:23:42.810698+02:00` - instead of `Jun 10...
* please share the journal of the time when this failed.
* do you have any modifications in place (e.g. some wrapper around pmg-log-tracker to check other nodes' logs)?
* please also share `pmgversion -v`
Glad that worked! Please mark the thread as 'SOLVED' (Edit Thread next to your first post) - that way other users can see that they might find a solution here
Thanks!
Try changing the All Match to Any Matches on the who object - see: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_application_of_rules
I hope this helps!
How do you add them?,
How does your Blacklist Who object look like?
How does the entry that should match "Frank-Guthrie@infinityvoicehub.com" look like?
all of this has nothing to do with 'Reply-To' or 'From' headers you see in your e-mails - this all happens during the SMTP-dialogue - and all addresses here are the "bounce addresses" a.k.a. envelope-sender/recipient a.k.a. Return-path (for the...
this line says that postfix rejected the mail during the SMTP session (and that you have enabled before-queue filtering).
PMG does not generate a non-delivery report - it responds to the sending server with a permanent error-code (5xx) - the...