]> git.proxmox.com Git - pmg-docs.git/commitdiff
explain handling of sa configuration
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 18 Nov 2019 21:16:49 +0000 (22:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Nov 2019 10:30:47 +0000 (11:30 +0100)
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>
pmgconfig.adoc

index 87487734ae95bc31717686871d243303d04316c1..788165b3bb9536d0c412682cbcf84d52e8f23d36 100644 (file)
@@ -141,6 +141,7 @@ Key and certificate (combined) to encrypt mail traffic (TLS).
 Key for DKIM signing mails with selector '<selector>'.
 
 
+[[pmgconfig_template_engine]]
 Service Configuration Templates
 -------------------------------
 
@@ -607,7 +608,9 @@ spam-headers - see the {spamassassin_dnsbl}.
 To add or change the Proxmox {spamassassin} configuration please login to the
 console via SSH. Change to the `/etc/mail/spamassassin/` directory. In this
 directory there are several files (`init.pre`, `local.cf`, ...) - do not change
-them, as they will be overwritten by any {spamassassin} rule update.
+them, as `init.pre`, `v310.pre`, `v320.pre`, `local.cf` will be overwritten by
+the xref:pmgconfig_template_engine[template engine], while the others can
+get updated by any {spamassassin} package upgrade.
 
 To add your special configuration, you have to create a new file and name it
 `custom.cf` (in this directory), then add your configuration there. Make sure