public inbox for pmg-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Stoiko Ivanov <s.ivanov@proxmox.com>
To: pmg-devel@lists.proxmox.com
Subject: [pmg-devel] [PATCH pmg-docs] partially fix #3979: config: custom.cf: document service restart
Date: Thu, 14 Nov 2024 16:02:34 +0100	[thread overview]
Message-ID: <20241114150234.31256-1-s.ivanov@proxmox.com> (raw)

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>
---
I remebered seeing the bugzilla entry recently, while skimming over a thread
in the forum with (different) issues with custom.cf. Thought I'll document
this right away before trying to remember if/how this is handled the next
time a similar request comes up.

 pmgconfig.adoc | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

diff --git a/pmgconfig.adoc b/pmgconfig.adoc
index a9377c5..a932a50 100644
--- a/pmgconfig.adoc
+++ b/pmgconfig.adoc
@@ -778,8 +778,17 @@ Make sure to use the correct {spamassassin_rule_syntax} and test it with:
 # spamassassin -D --lint
 ----
 
-If you run a cluster, the `custom.cf` file is synchronized from the
-master node to all cluster members automatically.
+The change to the configuration will be picked up when `pmg-smtp-filter` gets
+restarted. To directly have it enabled you need to restart manually, after
+editing the custom configuration:
+
+----
+# systemctl restart pmg-smtp-filter.service
+----
+
+If you run a cluster, the `custom.cf` file is synchronized from the master node
+to all cluster members and the relevant services are restarted automatically on
+the cluster members.
 
 To adjust the score assigned to a particular rule, you
 can also use the xref:pmgconfig_spamdetector_customscores[Custom Rule Score]
-- 
2.39.5



_______________________________________________
pmg-devel mailing list
pmg-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pmg-devel


                 reply	other threads:[~2024-11-14 15:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241114150234.31256-1-s.ivanov@proxmox.com \
    --to=s.ivanov@proxmox.com \
    --cc=pmg-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal