mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-05 18:45:38 +02:00
feat: Configurable number of rotated log files (#3907)
This commit is contained in:
parent
2c1faa7244
commit
512f39c7eb
6 changed files with 23 additions and 2 deletions
|
@ -60,6 +60,11 @@ The most noteworthy change of this release is the update of the container's base
|
|||
- `undef` was previously supported as an opt-out with `SA_SPAM_SUBJECT`. This is no longer valid, the equivalent opt-out value is now an empty value (_or rather the omission of this ENV being configured_).
|
||||
- The feature to include [`_SCORE_` tag](https://spamassassin.apache.org/full/4.0.x/doc/Mail_SpamAssassin_Conf.html#rewrite_header-subject-from-to-STRING) in your value to be replaced by the associated spam score is no longer available.
|
||||
|
||||
### Added
|
||||
|
||||
- **Environment Variables:**
|
||||
- `LOGROTATE_COUNT` defines the number of files kept by logrotate ([#3907](https://github.com/docker-mailserver/docker-mailserver/pull/3907))
|
||||
|
||||
### Updates
|
||||
|
||||
- **Environment Variables:**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue