creating custom spamassassin configuration might be an advanced topic,
but documenting the needed steps in PMG should let users focus more on
the rules than finding out what else needs to be done.
only partially fixes the request, I still don't think that adding
an edit window for custom.cf to the GUI makes sense, and adding
custom.cf as template (to automatically pick up changes faster/on
pmgconfig sync), seems not really fitting.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Most of the changes are taken from pve-docs to align the exact wording
in general, as well as changing a few subtle things to improve the
overall reading flow.
The equivalent changes will be done for pve-docs too to ensure they are
really the same in the end.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Most of the changes are taken from pve-docs to align the exact wording
in general, as well as changing a few subtle things to improve the
overall reading flow.
The equivalent changes will be done for pve-docs too to ensure they are
really the same in the end.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Most of the changes are taken from pve-docs to align the exact wording
in general, as well as changing a few subtle things to improve the
overall reading flow.
The equivalent changes will be done for pve-docs too to ensure they are
really the same in the end.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Most of the changes are taken from pve-docs to align the exact wording
in general, as well as changing a few subtle things to improve the
overall reading flow.
The equivalent changes will be done for pve-docs too to ensure they are
really the same in the end.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
Makes it much more consistent and a bit easier to integrate future
changes to both pages as needed.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
.. much like it many other repos.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
[S.I] add pmg-docs_[0-9]* to catch source-packages
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
Intel EMT64 is not a thing, the correct variant would be Extended
Memory 64 Technology, which is shortened to EM64T [0].
But the `Intel EM64T` term was replace a long time ago by `Intel 64`
[1], so just go with that.
[0]: https://www.intel.com/content/www/us/en/support/articles/000005898/processors.html
[1]: "[...] in March 2004 unveiled the "official" name EM64T (Extended
Memory 64 Technology). In late 2006 Intel began instead using
the name Intel 64 for its implementation [...]"
-- https://en.wikipedia.org/wiki/X86-64#Intel_64
Reported-by: Alexander P. Inzinger-Zrock
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Works the same as for our PVE/PBS documentation and is generally common
for documentations.
Very useful for linking specific sections of the documentation in other
places. Previously, this always had to be done by getting the correct
anchor from the HTML directly via e.g. browser devtools.
follows https://git.proxmox.com/?p=pve-docs.git;a=commit;h=ecab5895a4
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
[S.I.: add link to relevant commit in pve-docs]
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
That slipped through, asciidoc uses 4 not 3 dashes for that.
Fixes: c8be3f0 ("installation: align zfs performance tip with PVE documentation")
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
lots of them where made with PMG 6.2, and while we had no huge revamp,
there are quite some small to mid sized changes and improvements all
over the place, so update a few that show such changes and where easy
to regenerate quickly.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Try to improve the layout, still not really ideal with that many
thumbnails in a single relatively short section but should be a bit
easier to read.
Change the place of the UI login thumbnail as before the numerical
bulletin point list it won't work due to block boundaries and asciidoc
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
mostly to mention the 2 terms RFC5321.MailFrom and RFC5322.From
actually used in the dmarc-rfc for both terms.
additionally rephrase the link phrase from smtp_rfc to rfc_5321 (there
are at least 3 rfcs titled SMTP)
fix 1 small typo.
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
This in turn allows to also use images from other subdirectories, e.g.
`images/installer/`, and not just from `images/screenshot/`.
Replacing all paths was done mechanically using:
sed -i 's/thumbnail="pmg-gui/thumbnail="screenshot\/pmg-gui/g' *.adoc
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
The new release also brings things such a the serial console
installer and a expandend 'Advanced Options' menu.
This mostly aligns it with the respective documentation from PVE,
rewording some things and adding some {NOTE,TIP,WARNING}s from there as
well.
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
the result looks correct, and using sed might help in case the
pve-docs get updated:
sed -ri 's/([^-])pve([^.])/\1pmg\2/g;
/^ifdef::wiki\[\]/,/^endif::wiki\[\]/d' system-booting.adoc
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>