Skip to content

Commit

Permalink
Merge pull request #1730 from chri2/fix_rspamd_redis
Browse files Browse the repository at this point in the history
add redis database configuration
  • Loading branch information
alexAubin authored Oct 21, 2023
2 parents 22b4a94 + 379b692 commit 62779ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/rspamd/redis.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# set redis server
servers = "127.0.0.1";
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 62779ee

Please sign in to comment.