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>
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>
Add a short section explaining DKIM and the specifics of Signing in PMG.
Additionally gen-pmg.conf.5-opts.pl was extended to create
'pmg.admin-dkim-conf-opts.adoc' for inclusion below the documentation.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Requested by Martin as the support@ address is now quite wired to the
enterprise support ticket system, and office is for more general
requests.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This is an analogous change to what was done in pve-docs last year.
The Build-Depends has been adjusted to list all required ones, there
were some missing. Also, the compat level is set to 9 so bump
debhelper Build-Depends to >= 9~.
Signed-off-by: Rhonda D'Vine <rhonda@proxmox.com>