]> git.proxmox.com Git - pmg-docs.git/log
pmg-docs.git
4 years agoexplain handling of sa configuration
Stoiko Ivanov [Mon, 18 Nov 2019 21:16:49 +0000 (22:16 +0100)]
explain handling of sa configuration

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>
4 years agoAdd documentation for before queue filtering
Stoiko Ivanov [Mon, 18 Nov 2019 21:16:48 +0000 (22:16 +0100)]
Add documentation for before queue filtering

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>
4 years agomention DKIM Signing in the introduction
Stoiko Ivanov [Mon, 18 Nov 2019 21:16:47 +0000 (22:16 +0100)]
mention DKIM Signing in the introduction

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agoadd 'pmg-scores.cf' to config file section
Stoiko Ivanov [Mon, 18 Nov 2019 21:16:46 +0000 (22:16 +0100)]
add 'pmg-scores.cf' to config file section

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agoadd dkim files to config file and cert section
Stoiko Ivanov [Mon, 18 Nov 2019 21:16:45 +0000 (22:16 +0100)]
add dkim files to config file and cert section

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agobump version to 6.0-5
Thomas Lamprecht [Fri, 15 Nov 2019 12:01:18 +0000 (13:01 +0100)]
bump version to 6.0-5

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agofollowup adaptions for SA custom rules
Thomas Lamprecht [Fri, 15 Nov 2019 11:59:12 +0000 (12:59 +0100)]
followup adaptions for SA custom rules

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoExpand the docs for custom SA configuration
Stoiko Ivanov [Wed, 6 Nov 2019 11:18:37 +0000 (12:18 +0100)]
Expand the docs for custom SA configuration

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>
4 years agoadd before_queue params to gen-pmg.conf.5.-opts.pl
Stoiko Ivanov [Thu, 14 Nov 2019 16:35:08 +0000 (17:35 +0100)]
add before_queue params to gen-pmg.conf.5.-opts.pl

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agoadd info about attachment quarantine
Dominik Csapak [Fri, 18 Oct 2019 08:33:06 +0000 (10:33 +0200)]
add info about attachment quarantine

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
4 years agopmgcm.adoc: improve wording and grammar
Oguz Bektas [Mon, 11 Nov 2019 14:49:12 +0000 (15:49 +0100)]
pmgcm.adoc: improve wording and grammar

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
4 years agobump version to 6.0-4
Thomas Lamprecht [Wed, 23 Oct 2019 14:25:04 +0000 (16:25 +0200)]
bump version to 6.0-4

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agofix path to dkim selecthor key
Dietmar Maurer [Wed, 23 Oct 2019 09:58:17 +0000 (11:58 +0200)]
fix path to dkim selecthor key

4 years agoAdd DKIM documentation
Stoiko Ivanov [Mon, 21 Oct 2019 17:23:39 +0000 (19:23 +0200)]
Add DKIM documentation

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>
4 years agorepos: change security repo link for future proofing and add note for bullseye
Thomas Lamprecht [Tue, 8 Oct 2019 09:44:59 +0000 (11:44 +0200)]
repos: change security repo link for future proofing and add note for bullseye

Actual this is a no-change change, as they URLs both resolve to the
exact same folders (are symlinked), i.e., see:

http://security-cdn.debian.org/dists/
vs.
http://security-cdn.debian.org/debian-security/dists/

but just change it nonetheless to match Debian's recommendation.
Also, add a FIXME not for the future 7.0 as there we need to change
the security suite name too[0].

[0]: https://lists.debian.org/debian-devel-announce/2019/07/msg00004.html

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agomail-filter: include 'Rule-Based' in heading
Stoiko Ivanov [Thu, 29 Aug 2019 17:21:56 +0000 (19:21 +0200)]
mail-filter: include 'Rule-Based' in heading

One of the core features of PMG is the rule-system, which is documented in
'pmg-mail-filter.adoc' under the (correct) heading of 'Mail Filter'

In quite a few other places [0,1] where the features of PMG are highlighted we
refer to the (Object Oriented) Rule System.

When skimming through the documentation and quickly glancing at links the
connection 'Rule System' <-> 'Mail Filter' is not directly apparent and could
cause confusion.

This is addressed by adding 'Rule-Based' as prefix to the chapter title.

[0] https://www.proxmox.com/en/proxmox-mail-gateway/features
[1] https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_features

Reported-by: Daniela Häsler <daniela@proxmox.com>
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agoadd the supported browsers to the system requirements
Dominik Csapak [Wed, 4 Sep 2019 07:03:16 +0000 (09:03 +0200)]
add the supported browsers to the system requirements

copied from pve

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
4 years agobump version to 6.0-3
Thomas Lamprecht [Fri, 23 Aug 2019 09:30:40 +0000 (11:30 +0200)]
bump version to 6.0-3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoadd mailgateway FAQ similar to the PVE one
Thomas Lamprecht [Fri, 23 Aug 2019 11:09:02 +0000 (13:09 +0200)]
add mailgateway FAQ similar to the PVE one

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agorun make update for new schema and synopsis definition
Thomas Lamprecht [Fri, 23 Aug 2019 10:13:12 +0000 (12:13 +0200)]
run make update for new schema and synopsis definition

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agochange api-viewer title to PMG
Stoiko Ivanov [Wed, 21 Aug 2019 12:18:21 +0000 (14:18 +0200)]
change api-viewer title to PMG

noted while testing the use of our extjs-package instead of cloudflare cdn
(ddc224d888f366f37b60df51d43a7832afab08ef).

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agofix lintian warning in pmg-docs-apache
Stoiko Ivanov [Wed, 21 Aug 2019 12:18:20 +0000 (14:18 +0200)]
fix lintian warning in pmg-docs-apache

the apache/conf-available snippet for pmg-docs-apache should be named like the
package according to lintian (non-standard-apache2-configuration-name).

move the configfile via dpkg-maintscript-helper(1) (see the manpage for
the explaination of the prior version of 6.0-3~) and dh_installdeb(1).

Tested by upgrading pmg-docs-apache to a version with this commit, while having
modifications in '/etc/apache2/conf-available/pmg-docs.conf'

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agopmg-docs-apache: remove default redirect
Stoiko Ivanov [Wed, 21 Aug 2019 12:18:19 +0000 (14:18 +0200)]
pmg-docs-apache: remove default redirect

pmg.proxmox.com does not host only the documentation the default redirect
to '/pmg-docs' should be removed

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agobump version to 6.0-2
Thomas Lamprecht [Sat, 17 Aug 2019 11:08:25 +0000 (13:08 +0200)]
bump version to 6.0-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoapi-viewer: properly HTML encode properties
Thomas Lamprecht [Sat, 17 Aug 2019 10:53:17 +0000 (12:53 +0200)]
api-viewer: properly HTML encode properties

and fix missing closing </pre> tag

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoapi-viewer: use our extjs package instead of the cloudflare cdn
Thomas Lamprecht [Sat, 17 Aug 2019 10:48:21 +0000 (12:48 +0200)]
api-viewer: use our extjs package instead of the cloudflare cdn

The loading of an external hosted ExtJS is from a time where we did
not have a extra ExtJS package as it still was in the pve-manager
one, which was not desired to be installed on a non-pmg machine.
Add a dependency on libjs-extjs and a link from api-viewer/extjs to
the installation directory of the ExtJS package, this allows to reuse
ExtJS on PMG node hosted docs and on the hosted docs from proxmox.com
at the same time.

Adapted from the Proxmox VE version[0] of this change.

[0]: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff;h=e56030c4d7c3bd0de1ebc109d528fb6b7bef05a3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agorun 'make update'
Thomas Lamprecht [Sat, 17 Aug 2019 09:52:00 +0000 (11:52 +0200)]
run 'make update'

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoadd anchors needed for the upgrade documentation
Stoiko Ivanov [Tue, 13 Aug 2019 18:55:49 +0000 (20:55 +0200)]
add anchors needed for the upgrade documentation

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agochange repository urls to buster
Stoiko Ivanov [Tue, 13 Aug 2019 18:55:48 +0000 (20:55 +0200)]
change repository urls to buster

and adapt the location of the signing key and its hashsums.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agobump version to 6.0-1
Thomas Lamprecht [Tue, 23 Jul 2019 17:44:16 +0000 (19:44 +0200)]
bump version to 6.0-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agomake changelog single source of version
Thomas Lamprecht [Tue, 23 Jul 2019 17:43:12 +0000 (19:43 +0200)]
make changelog single source of version

Adapted from pve-docs respective commit [0]

[0]: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff;h=76909adf48fc211e7799795fcb96eed5447e2b9a

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agobump version to 5.2-3
Thomas Lamprecht [Fri, 31 May 2019 12:07:12 +0000 (14:07 +0200)]
bump version to 5.2-3

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agodocs-apache: fix lintian error and warning
Thomas Lamprecht [Fri, 31 May 2019 12:05:40 +0000 (14:05 +0200)]
docs-apache: fix lintian error and warning

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoreally integrate the package in build toolchain...
Thomas Lamprecht [Fri, 31 May 2019 12:05:06 +0000 (14:05 +0200)]
really integrate the package in build toolchain...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agoadd new pmg-docs-apache package
Stoiko Ivanov [Wed, 29 May 2019 14:18:20 +0000 (16:18 +0200)]
add new pmg-docs-apache package

containing a short apache-config snippet for delivering the pmg-docs via apache.

Mostly added for consistency between pve-docs (containing pve-docs-mediawiki)
and pmg-docs (containing pmg-docs-apache, because it does not have a wiki)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
4 years agoRevert " set email to office@proxmox.com"
Thomas Lamprecht [Fri, 31 May 2019 11:15:33 +0000 (13:15 +0200)]
Revert " set email to office@proxmox.com"

This reverts commit 99cdf3a878cd53bf1e3942c63ba6e0f040b470f5.
Reqeuested, again, by Martin as it's out there for such purposes for
>15 years, so we just keep it.

4 years agobump version to 5.2-2
Thomas Lamprecht [Tue, 28 May 2019 14:01:07 +0000 (16:01 +0200)]
bump version to 5.2-2

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years agod/copyright: update years
Thomas Lamprecht [Tue, 28 May 2019 13:57:25 +0000 (15:57 +0200)]
d/copyright: update years

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
4 years ago set email to office@proxmox.com
Thomas Lamprecht [Tue, 28 May 2019 13:53:31 +0000 (15:53 +0200)]
 set email to office@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>
5 years agoinstallation: break long line
Thomas Lamprecht [Wed, 24 Apr 2019 12:45:15 +0000 (14:45 +0200)]
installation: break long line

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agoinstallation: improve LXC appliance section
Thomas Lamprecht [Wed, 24 Apr 2019 12:45:04 +0000 (14:45 +0200)]
installation: improve LXC appliance section

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agofollowup: reword and promote PVE backed appliance first
Thomas Lamprecht [Wed, 24 Apr 2019 12:26:39 +0000 (12:26 +0000)]
followup: reword and promote PVE backed appliance first

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agoinstallation: add proxmox-mailgateway-container
Stoiko Ivanov [Tue, 16 Apr 2019 17:39:18 +0000 (19:39 +0200)]
installation: add proxmox-mailgateway-container

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agod/control: build-depend on source-highlight
Thomas Lamprecht [Tue, 16 Apr 2019 10:52:08 +0000 (12:52 +0200)]
d/control: build-depend on source-highlight

This ensures that code blocks with [source,<lang>] blocks get
rendered correctly in HTML output.

While we only have one such block, and we could remove the
source highlighting tag completely here we use this in pve-docs and
also have the dependency there correctly, so it makes sense to make
share this here, else a copied text from pve-docs may be incompatible
here

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agobump version to 5.2-1
Thomas Lamprecht [Wed, 20 Mar 2019 10:28:34 +0000 (11:28 +0100)]
bump version to 5.2-1

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agoplanning deployment: fixup explicit line break
Thomas Lamprecht [Wed, 20 Mar 2019 10:25:49 +0000 (11:25 +0100)]
planning deployment: fixup explicit line break

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agobump version to 5.1-7
Dietmar Maurer [Wed, 20 Mar 2019 05:40:46 +0000 (06:40 +0100)]
bump version to 5.1-7

5 years agoAdd initial documentation for custom checks
Stoiko Ivanov [Mon, 18 Mar 2019 19:51:02 +0000 (20:51 +0100)]
Add initial documentation for custom checks

The recently added custom check API (see #1988) needs a short documentation,
explaining the correct workings of a custom check executable.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agobump version to 5.1-6
Dietmar Maurer [Mon, 18 Mar 2019 06:04:00 +0000 (07:04 +0100)]
bump version to 5.1-6

5 years agoUpdate minimal and recommended system requirements
Alwin Antreich [Wed, 13 Mar 2019 11:20:53 +0000 (12:20 +0100)]
Update minimal and recommended system requirements

 - reword text for physical and VM usage and requirements
 - correct network speed unit
 - extend and reword storage recommendation

Signed-off-by: Alwin Antreich <a.antreich@proxmox.com>
5 years agoFix typo in pmgconfig chapter
Stoiko Ivanov [Thu, 7 Mar 2019 13:05:40 +0000 (14:05 +0100)]
Fix typo in pmgconfig chapter

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agofix #2121: add stretch-updates to sources.list
Stoiko Ivanov [Wed, 6 Mar 2019 09:12:44 +0000 (10:12 +0100)]
fix #2121: add stretch-updates to sources.list

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agobump version to 5.1-5
Dietmar Maurer [Thu, 28 Feb 2019 06:09:44 +0000 (07:09 +0100)]
bump version to 5.1-5

5 years agobsys: automatically update YEAR info
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:33 +0000 (20:37 +0100)]
bsys: automatically update YEAR info

in pmg-copyright.adoc and pmg-admin-guide-docinfo.xml

ported from pve-docs:742e92ef45cb1a8b6b98946959f6d36abc5ac9e9

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agoexport and respect SOURCE_DATE_EPOCH
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:32 +0000 (20:37 +0100)]
export and respect SOURCE_DATE_EPOCH

to improve reproducibility of pve-docs, pve-doc-generator and
pve-doc-mediawiki builds, as well as man pages generated by
pve-doc-generator when called via dpkg-buildpackage.

timestamps embedded in the documentation now always reflect the last changelog
entry of the package to which the documentation belongs (pve-docs for html,
epub and pdf, individual packages for man pages).

ported from pve-docs:b965ad63ad80b5967f5bc1f0327eb548b6049045

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agod/compat: bump to 10
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:31 +0000 (20:37 +0100)]
d/compat: bump to 10

(enables parallel builds by default)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agobsys: fix broken parallel builds
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:30 +0000 (20:37 +0100)]
bsys: fix broken parallel builds

a2x only supports destination folders for HTML based variants, but fortunately
that is enough in our case without needing extra workarounds.

ported from pve-docs:959bc81c13cd84c3227a466afc981af37092f70e

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agod/control: add/remove build-dependencies
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:29 +0000 (20:37 +0100)]
d/control: add/remove build-dependencies

gathered by building in a minimal Debian Stretch chroot with just the
listed build-dependencies installed.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agod/control: bump debhelper build-dependency
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:28 +0000 (20:37 +0100)]
d/control: bump debhelper build-dependency

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agobsys: wrap-and-sort debian/
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:27 +0000 (20:37 +0100)]
bsys: wrap-and-sort debian/

for consistency and easier diffing

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agobsys: refactor build process
Stoiko Ivanov [Wed, 27 Feb 2019 19:37:26 +0000 (20:37 +0100)]
bsys: refactor build process

build packages in one go by moving individual .deb targets into install
targets called by dpkg-buildpackage.

ported from pve-docs:fa764571f6a0c5bfc62ee1cda6bffcfae40e9ec9
and pve-docs:60955877b11cde0865a258ece040bd124fb07bdc

Additionally I added the fixups from Thomas in
pve-docs:2d11c86883c4b1150afcc97eedfbf1b2a07de105
pve-docs:fd880d44c7d3876add7acd659641668bfa09c71b

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agofix #2098 and a typo
Stoiko Ivanov [Wed, 27 Feb 2019 16:30:01 +0000 (17:30 +0100)]
fix #2098 and a typo

The phrasing regarding copying the templates from '/var/lib/pmg/templates'
to '/etc/pmg/templates' caused some confusion [0] and some users thought they
need to copy all templates to '/etc/pmg/templates', even if they only modified
one template. Rephrasing the sentence to speak of a singular template, should
explain the workings better.

Additionally a singular/plural typo was fixed

[0] https://bugzilla.proxmox.com/show_bug.cgi?id=2098 and a few forum-threads

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agopmgproxy.adoc: add docs for config-parameters
Stoiko Ivanov [Wed, 27 Feb 2019 16:30:00 +0000 (17:30 +0100)]
pmgproxy.adoc: add docs for config-parameters

taken from the documentation for pveproxy

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agopmgproxy.adoc: fix 2 typos and minor rephrasing
Stoiko Ivanov [Wed, 27 Feb 2019 16:29:59 +0000 (17:29 +0100)]
pmgproxy.adoc: fix 2 typos and minor rephrasing

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agoFixed typo setting -> settings
Christian Ebner [Tue, 19 Feb 2019 11:21:45 +0000 (12:21 +0100)]
Fixed typo setting -> settings

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
5 years agoCorrection of meaning for liability of sending viruses
Christian Ebner [Tue, 19 Feb 2019 09:56:34 +0000 (10:56 +0100)]
Correction of meaning for liability of sending viruses

In the docu it stated that you can be liable for not sending viruses,
this was changed to you being liable for sending viruses.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
5 years agoSome language improvements for the deployment chapter
Christian Ebner [Tue, 19 Feb 2019 10:08:28 +0000 (11:08 +0100)]
Some language improvements for the deployment chapter

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
5 years agoRemoved double occurence of 'a public'
Christian Ebner [Tue, 19 Feb 2019 09:43:03 +0000 (10:43 +0100)]
Removed double occurence of 'a public'

This removes the double occurrence of 'a public' from the Bug Tracker section
in the PMG documentation.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
5 years agobump version to 5.1-4
Dietmar Maurer [Fri, 5 Oct 2018 07:07:27 +0000 (09:07 +0200)]
bump version to 5.1-4

5 years agoupdate TLS config screenshot
Dietmar Maurer [Fri, 5 Oct 2018 07:06:18 +0000 (09:06 +0200)]
update TLS config screenshot

5 years agobump version to 5.1-3
Dietmar Maurer [Wed, 3 Oct 2018 12:26:42 +0000 (14:26 +0200)]
bump version to 5.1-3

5 years agoadd anchors for onlineHelp
Stoiko Ivanov [Wed, 3 Oct 2018 11:37:35 +0000 (13:37 +0200)]
add anchors for onlineHelp

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agobump version to 5.1-2
Dietmar Maurer [Fri, 28 Sep 2018 05:06:34 +0000 (07:06 +0200)]
bump version to 5.1-2

5 years agofix copyright date
Dietmar Maurer [Fri, 28 Sep 2018 05:04:09 +0000 (07:04 +0200)]
fix copyright date

5 years agobump version to 5.1.1
Dietmar Maurer [Fri, 28 Sep 2018 04:56:51 +0000 (06:56 +0200)]
bump version to 5.1.1

5 years agoasciidoc/asciidoc-pmg.conf: update links to https
Stoiko Ivanov [Wed, 26 Sep 2018 15:57:26 +0000 (17:57 +0200)]
asciidoc/asciidoc-pmg.conf: update links to https

Change the links to directly point to the https version of a site where
possible.

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agoadd short documentation for /etc/pmg/tls_policy
Stoiko Ivanov [Wed, 26 Sep 2018 15:57:25 +0000 (17:57 +0200)]
add short documentation for /etc/pmg/tls_policy

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
5 years agouse rsvg-convert instead of inkscape
Rhonda D'Vine [Tue, 18 Sep 2018 16:11:10 +0000 (18:11 +0200)]
use rsvg-convert instead of inkscape

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>
5 years agobump version to 5.0-16
Dietmar Maurer [Tue, 11 Sep 2018 06:42:52 +0000 (08:42 +0200)]
bump version to 5.0-16

5 years agoupdate apidata.js
Dietmar Maurer [Tue, 11 Sep 2018 06:38:37 +0000 (08:38 +0200)]
update apidata.js

5 years agoadd new option smarthostport
Dietmar Maurer [Tue, 11 Sep 2018 06:12:09 +0000 (08:12 +0200)]
add new option smarthostport

5 years agobump version to 5.0-15
Dietmar Maurer [Thu, 21 Jun 2018 08:21:00 +0000 (10:21 +0200)]
bump version to 5.0-15

5 years agogen-pmg.conf.5-opts.pl: add dnsbl_threshold to known parameters
Dietmar Maurer [Thu, 21 Jun 2018 08:08:23 +0000 (10:08 +0200)]
gen-pmg.conf.5-opts.pl: add dnsbl_threshold to known parameters

6 years agoapi-viewer: show full return info if available
Thomas Lamprecht [Wed, 21 Mar 2018 14:53:38 +0000 (15:53 +0100)]
api-viewer: show full return info if available

if we have extended information available about what a API call
returns the show it.

Just stringify the items and/or properties object and put it in <pre>
tags.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
6 years agobump version to 5.0-14
Dietmar Maurer [Thu, 22 Mar 2018 11:03:49 +0000 (12:03 +0100)]
bump version to 5.0-14

6 years agoupdate generated docs
Dietmar Maurer [Thu, 22 Mar 2018 11:02:45 +0000 (12:02 +0100)]
update generated docs

6 years agobump version to 5.0-13
Dietmar Maurer [Wed, 31 Jan 2018 13:03:34 +0000 (14:03 +0100)]
bump version to 5.0-13

6 years agoupdate generated docs
Dietmar Maurer [Wed, 31 Jan 2018 13:02:21 +0000 (14:02 +0100)]
update generated docs

6 years agomake it clear that not all options are available in the webinterface.
Dominik Csapak [Wed, 31 Jan 2018 10:48:40 +0000 (11:48 +0100)]
make it clear that not all options are available in the webinterface.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
6 years agobump version to 5.0-12
Dietmar Maurer [Tue, 30 Jan 2018 08:32:44 +0000 (09:32 +0100)]
bump version to 5.0-12

6 years agoadd node how to update ssl cert on cluster
Dietmar Maurer [Tue, 30 Jan 2018 08:28:51 +0000 (09:28 +0100)]
add node how to update ssl cert on cluster

6 years agobump version to 5.0-11
Dietmar Maurer [Tue, 23 Jan 2018 11:05:37 +0000 (12:05 +0100)]
bump version  to 5.0-11

6 years agopmg-setup-network.png: regenerate from .ppm
Dietmar Maurer [Tue, 23 Jan 2018 11:13:10 +0000 (12:13 +0100)]
pmg-setup-network.png: regenerate from .ppm

6 years agoupdate deployment graphics
Dietmar Maurer [Tue, 23 Jan 2018 11:02:40 +0000 (12:02 +0100)]
update deployment graphics

6 years agobump version to 5.0-10
Dietmar Maurer [Mon, 22 Jan 2018 08:40:57 +0000 (09:40 +0100)]
bump version to 5.0-10

6 years agoasciidoc-pmg.in: fix product name
Dietmar Maurer [Mon, 22 Jan 2018 08:36:55 +0000 (09:36 +0100)]
asciidoc-pmg.in: fix product name

6 years agopmg-setup-network.ppm: update, remove pve product name ate network setup page
Dietmar Maurer [Mon, 22 Jan 2018 07:29:17 +0000 (08:29 +0100)]
pmg-setup-network.ppm: update, remove pve product name ate network setup page

6 years agopmg-administration.adoc: add short quarantine docs
Dietmar Maurer [Fri, 19 Jan 2018 10:46:11 +0000 (11:46 +0100)]
pmg-administration.adoc: add short quarantine docs

6 years agopmg-administration.adoc: descrive delivery status
Dietmar Maurer [Fri, 19 Jan 2018 08:19:08 +0000 (09:19 +0100)]
pmg-administration.adoc: descrive delivery status

6 years agopmg-administration.adoc: add note about search speed
Dietmar Maurer [Thu, 18 Jan 2018 12:31:20 +0000 (13:31 +0100)]
pmg-administration.adoc: add note about search speed