starting the listing with before/after queue filtering makes it easier to
scan through the document, especially if we refer to it with the same words
below.
Huge thanks to Daniela for suggesting the edit.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Reviewed-By: Aaron Lauterer <a.lauterer@proxmox.com>
best viewed with
git show --word-diff=color
I mean possibly it was inteded to be marketing speach, but it's not
really relatable where it comes from; and we mention reduced load and
such already
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
In the after-queue case we get 2 QEntrys from the pmg-log-tracker when
the mail is accepted. One serves as a relay and provides the delivery
status. In the before-queue case we only have 1 QEntry and no extra delivery
status. This results in before-queue accepted mails being shown as
'queued/accepted' instead of 'accepted/<status>'.
As the tracking center shows 'queued/accepted', mention this combination
in the docs and clarify that it only happens in the before-queue
filtering case.
Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
Adapt the documentation for TLS Destination policies to mention next-hop
destinations defined in the transport table. Support for this was introduced
with the fix for #1948.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
new feature lmtp support for simplifying setups with lmtp capable
downstream servers (e.g. dovecot) Postfix support lmtp out of the box
and can now deliver mails directly to internal mailbox servers
without one more smtp connection
extending the documentation for new lmtp option in
MailProxyConfiguration and MailProxyConfiguration:Transport
Signed-off-by: Julian Zehnter <pmg-devel@j-z.it>
Reviewed-By: Stoiko Ivanov <s.ivanov@proxmox.com>
Tested-By: Stoiko Ivanov <s.ivanov@proxmox.com>
with the recent change of including the screenshots with the
thumbnail attribute, the login-window screenshot was not rendered anymore
This happened because it was included directly above a list environment,
where the thumbnail attribute was not defined.
Additionally the big attribute was dropped.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
allows one to easily define bigger thumbnails, i.e., those where we
have to big images to show the full on a page, but still want to give
the user a good sized preview.
As PDF renders this already pretty nice by default we only have to
adapt the html asciidoc config. We do that by using asciidocs
"Conditional Attribute References"[0] and add a "big" attribute.
It can be used as:
> [thumbnail="pmg-gui-network-config.png", big=1]
NOTE: the value of big is ignored, it just matters if it's defined.
While it could be possible to add logic to handle big=0, it it's just
extra work without real use, just omit it if not wanted.
[0]: https://www.methods.co.nz/asciidoc/chunked/ch30.html
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
The configuration files of spamassassin (/etc/mail/spamassassin) are provided
and changed by 2 things:
* some files are rendered through the templating engine
* the rest is shipped with proxmox-spamassassin on package upgrades
This patch explicitly lists the first category of files, clarifying the
situation for our users.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This patch adds the configuration options for before/after queue filtering
and generation of NDRs to the feature list and explains the concepts in
'pmgconfig.adoc' below the 'Options' panel of the MailProxy configuration
(where the features can be enabled in the GUI)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Users regularly ask how to classify mails containing some keywords as spam.
Given that this usually indicates a misconfiguration in their DNS-Setup, and
the changes lead to more false positives than actually catching more spam
we should address this more explictly in the documentation.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>