siehe: https://forum.proxmox.com/threads/dkim_invalid-but-dkim-is-valid.180964/post-839411
(ist die max spamsize >= die max email size)?
falls das nicht das problem ist - könnte es noch am verwendeten DNS Resolver für PMG liegen.
ein lokaler...
This is explained in the docs, which @mfederanko linked:
you need to change the signing domain source to 'header' instead of envelope.
I hope this helps!
On a hunch - check that your max spam size (GUI->Configuration->Spam Detector->Options) is as large as your max email size (GUI->Configuration->Mail Proxy->Options) - else spamassassin only sees a truncated version of the mail, which yields an...
no - PMG does not have support for SRS - from a quick look online there are a few projects that implement this for postfix - some seem even packaged in Debian: https://github.com/roehling/postsrsd - It might be possible to adapt the postfix...
yes - a status of delivered means that the receiving mailserver sent a 2xx code (meaning it accepts the mail for delivery) when PMG tried to send the mail
no for both questions - in general a mail-server only knows if the receiving mail-server...
Glad that cleared up your question!
For completeness sake - and if someone runs into this thread in the future - you can upgrade your subscription to a higher level in our shop quite easily...
just to not misunderstand something - do you mean a Community level subscription, instead of a Basic Level Subscription? https://www.proxmox.com/en/products/proxmox-mail-gateway/pricing
Your posts mixes the terminology (license, subscription...
Siehe den getting started guide:
https://pmg.proxmox.com/wiki/Getting_started_with_Proxmox_Mail_Gateway#Changing_Hostname_or_IP
bzw. den dort verlinkten Artikel:
https://pmg.proxmox.com/wiki/Change_FQDN
das sollte die Schritte zum Übersiedeln auf...
We just changed this option from "Envelope" to "Header" - this resolved our issue (Gmail rejected the autoreplies from our Exchange server), and so far we can't see any disadvantages.
hm - passiert das auch mit einem anderen browser/in einem private window? - zeigt die browser console (developer utilities) einen fehler/warning?
Danke
Oh, I rest my case - this mail was actually logged.
I'm sorry for the disturbance.
Maybe the mails missing from the pmg logging was sent around pmg and directly to the recipient domain.
I will look into that.
I might close port 25 outgoing in my...
Thanks for the clarification !
could you please:
* send such a message from your internal sender to the external recipients
* share the journal or /var/log/syslog part that shows the timespan in which you sent the mail?
mails in pmg are logged for each port - and the tracking center takes its information from the logs - so mails received on both ports are normally logged.
by default 26 is the internal port ? (as 25 is the port where email is sent to on the...
At https://packages.debian.org/forky/amd64/zfsutils-linux/filelist I can see there are /usr/bin/zarcstat and /usr/bin/zarcsummary
Maybe those were renamed in the newer version?
What about man zarcstat ?
P.S.
Indeed...
hm - this seems odd - as the comparison should not cause an error here - please share the output of:
* `pmgversion -v`
* `apt update`
* `apt full-upgrade`
in code-tags - maybe this shows where the issue is...
DKIM signing of PMG report emails is available since PMG 8.2, see [0]. Here [1] is the documentation for enabling DKIM, which also touches upon how to set this up for reports.
[0] https://bugzilla.proxmox.com/show_bug.cgi?id=3423
[1]...