Skip to content

Commit

Permalink
install file to redis configuration
Browse files Browse the repository at this point in the history
ouch... Thanks @Tagadda!
  • Loading branch information
chri2 committed Oct 17, 2023
1 parent a2faa8a commit 379b692
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/conf_regen/31-rspamd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ do_pre_regen() {
"${pending_dir}/etc/rspamd/local.d/dkim_signing.conf"
install -D -m 644 rspamd.sieve \
"${pending_dir}/etc/dovecot/global_script/rspamd.sieve"
install -D -m 644 redis.conf \
"${pending_dir}/etc/rspamd/local.d/redis.conf"
}

do_post_regen() {
Expand Down

0 comments on commit 379b692

Please sign in to comment.