Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: docker-mailserver/docker-mailserver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.3.0
Choose a base ref
...
head repository: docker-mailserver/docker-mailserver
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.3.1
Choose a head ref
  • 9 commits
  • 17 files changed
  • 6 contributors

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    41b471f View commit details
    Browse the repository at this point in the history
  2. docs: update CONTRIBUTORS.md (#3798)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    Co-authored-by: Casper <[email protected]>
    github-actions[bot] and casperklein authored Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3cbcdb2 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    37f4c85 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. chore(deps): Bump anchore/scan-action from 3.5.0 to 3.6.0 (#3808)

    Bumps [anchore/scan-action](https://github.com/anchore/scan-action) from 3.5.0 to 3.6.0.
    - [Release notes](https://github.com/anchore/scan-action/releases)
    - [Changelog](https://github.com/anchore/scan-action/blob/main/CHANGELOG.md)
    - [Commits](anchore/scan-action@v3.5.0...v3.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: anchore/scan-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Georg Lauterbach <[email protected]>
    dependabot[bot] and georglauterbach authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    315f33c View commit details
    Browse the repository at this point in the history
  2. fix: Ensure correct ownership for the Rspamd DKIM directory (#3813)

    The UID / GID shifted during a new release. Until DKIM handling is refactored in a new major release, this fix ensures the content maintains the expected `_rspamd` ownership.
    polarathene authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    d40a17f View commit details
    Browse the repository at this point in the history
  3. fix: Correctly support multiple Dovecot PassDBs (#3812)

    * fix: Dovecot PassDB should restrict allowed auth mechanisms
    
    This prevents PassDBs incompatible with certain auth mechanisms from logging failures which accidentally triggers Fail2Ban.
    
    Instead only allow the PassDB to be authenticated against when it's compatible with the auth mechanism used.
    
    * tests: Use `curl` for OAuth2 login test-cases instead of netcat
    
    `curl` provides this capability for both IMAP and SMTP authentication with a bearer token. It supports both `XOAUTH2` and `OAUTHBEARER` mechanisms, as these updated test-cases demonstrate.
    
    * chore: Add entry to `CHANGELOG.md`
    polarathene authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    611a66b View commit details
    Browse the repository at this point in the history
  4. docs: Minor revisions to Dovecot Sieve page (#3811)

    - The old Dovecot wiki link needed to be updated to the new location.
    - The new docs are not entirely compatible AFAIK, thus making the existing examples/docs a bit outdated / incompatible. A warning admonition has been added early on to raise awareness to the reader.
    - Minor formatting revisions to the content.
    polarathene authored Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9a53fb0 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. chore: Raise awareness of v13 breaking change better (#3818)

    Several issues have been raised where this was not an obvious breaking change to the reader. Additional context on impact relevance has been included.
    polarathene authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    2cf5856 View commit details
    Browse the repository at this point in the history
  2. release: v13.3.1 (#3817)

    * chore: Bump `VERSION`
    
    * chore: Update `CHANGELOG.md`
    
    ---------
    
    Co-authored-by: Georg Lauterbach <[email protected]>
    polarathene and georglauterbach authored Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0c7e49e View commit details
    Browse the repository at this point in the history
Loading