The instructions for a bootable USB flash drive in the PVE docs have
been worked on to improve the phrasing and cover current tools for
Windows which we also want in the PMG docs.
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
represents mainly new user logout/language button on the top right.
screenshot selenium scripts got improved to have more forms filled
out and allow doing them more automated but also allowing to mirror a
more realistic setup.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
with the upcoming PMG 6.2 release before queue filtering is configurable via
GUI - drop the note, that it has to be manually added to pmg.conf
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
While we mention greylisting as available feature in pmgintro.adoc, we
should also document a few more technical details of its workings
in PMG (e.g. how long a seen triple is kept before expiring).
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Reviewed-By: Aaron Lauterer <a.lauterer@proxmox.com>
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>