Pārlūkot izejas kodu

[Minor] Fix key path in arc.conf examples (#1784)

tags/1.7.0
Alexander Moisseev pirms 6 gadiem
vecāks
revīzija
88695b41a2
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3
    3
      conf/modules.d/arc.conf

+ 3
- 3
conf/modules.d/arc.conf Parādīt failu

@@ -16,7 +16,7 @@
# https://rspamd.com/doc/modules/arc.html

# To enable this module define the following attributes:
# path = "/var/lib/rspamd/arc/$domain.$selector.key";
# path = "${DBDIR}/arc/$domain.$selector.key";
# OR
# domain { ... }, if you use per-domain conf
# OR
@@ -34,7 +34,7 @@ arc {
# If false, messages from authenticated users are not selected for signing
auth_only = true;
# Default path to key, can include '$domain' and '$selector' variables
#path = "/var/lib/rspamd/arc/$domain.$selector.key";
#path = "${DBDIR}/arc/$domain.$selector.key";
# Default selector to use
selector = "arc";
# If false, messages from local networks are not selected for signing
@@ -56,7 +56,7 @@ arc {
#domain {
# example.com {
# # Private key path
# path = "/var/lib/rspamd/arc/example.key";
# path = "${DBDIR}/arc/example.key";
# # Selector
# selector = "ds";
# }

Notiek ielāde…
Atcelt
Saglabāt