mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-31 07:09:57 +02:00
getmail: remove temp file usage (#3920)
This commit is contained in:
parent
3649699197
commit
267fc552d2
2 changed files with 5 additions and 5 deletions
|
@ -128,7 +128,7 @@ expand_keys = true;
|
|||
|
||||
EOF
|
||||
|
||||
# We do not use `{{HOSTNAME}}` but only `{{COMPRES}}` to better support
|
||||
# We do not use `{{HOSTNAME}}` but only `{{COMPRESS}}` to better support
|
||||
# Kubernetes, see https://github.com/orgs/docker-mailserver/discussions/3922
|
||||
cat >"${RSPAMD_LOCAL_D}/history_redis.conf" << "EOF"
|
||||
# documentation: https://rspamd.com/doc/modules/history_redis.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue