Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
75c5ed1b
Commit
75c5ed1b
authored
May 12, 2021
by
Jesse Norell
Browse files
rspamd: enable arc signing incoming mail
parent
a429409c
Pipeline
#8659
passed with stage
in 8 minutes and 38 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
install/lib/installer_base.lib.php
View file @
75c5ed1b
...
...
@@ -1861,7 +1861,7 @@ class installer_base {
# local.d templates with template tags
# note: ensure these template files are in server/conf/ and symlinked in install/tpl/
$local_d
=
array
(
'dkim_signing.conf'
,
'dkim_signing.conf'
,
# dkim_signing.conf no longer uses template tags, could move below
'options.inc'
,
'redis.conf'
,
'classifier-bayes.conf'
,
...
...
@@ -1897,6 +1897,7 @@ class installer_base {
'neural_group.conf'
,
'users.conf'
,
'groups.conf'
,
'arc.conf'
,
);
foreach
(
$local_d
as
$f
)
{
if
(
file_exists
(
$conf
[
'ispconfig_install_dir'
]
.
"/server/conf-custom/install/rspamd_${f}.master"
))
{
...
...
install/tpl/rspamd_arc.conf.master
0 → 100644
View file @
75c5ed1b
sign_authenticated = false;
sign_inbound = true;
sign_local = false;
use_domain = "recipient";
try_fallback = false;
use_esld = false;
path_map = "/etc/rspamd/local.d/dkim_domains.map";
selector_map = "/etc/rspamd/local.d/dkim_selectors.map";
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment