Die mail wurde laut log zugestellt - und damit am PMG aus der queue gelöscht (sie ist nicht mehr am system)
Die erste Zeile zeigt, dass die mail am 28.1.2025 vo 192.168.200.201 angenommen wurde (dort sollte die suche nach F0C0868E3D7 in den Logs...
See: https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_welcomelist_overview
the user block/welcome lists only tweak the spamscore - what happens with those mails depends on the rules configured by the admin.
If you configure a rule...
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...
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!
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...
yes, there ware duplicate entries in the /etc/resolv.conf
Maybe from importing the old configuration.
I cleaned it and the dkim are now valid again.
Thank you for the tip.
Take al look at the documentation https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#pmgconfig_template_engine
mkdir /etc/pmg/templates
cp /var/lib/pmg/templates/main.cf.in /etc/pmg/templates/
edith /etc/pmg/templates/main.cf and deploy the...
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...
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!
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
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...
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...
Das neue mobile Front-End verwendet unser neues Rust-basiertes Front-End. Wenn der mobile Browser Web Assembly (WASM) nicht unterstützt, dann kann die UI nicht angezeigt werden. Der Simulator scheint da nicht korrekt das neue Front-End zu laden.
Schrieb ich ja bereits, es besteht den dkim Test bei gmail, aber halt nicht bei mx-toolbox, wegen dem Leerzeichen, das da nicht hingehört. Und wer weiß, wie es sich mit Prüfungen beliebiger anderer Software verhält. Scheint mir (als Laie) zu...