postfix-tlspol: upgrade to trixie + 1.11.0 update - #7334
Open
DerLinkman wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution Guidelines
What does this PR include?
Short Description
This pull request updates the
postfix-tlspolcomponent and related configuration files to use newer versions of dependencies and images, and makes configuration changes to ensure compatibility with these updates. The main focus is on upgrading to version 1.11.0 ofpostfix-tlspoland updating related system and service configurations.Dependency and Image Upgrades:
Dockerfileto usegolang:1.26-trixiefor building anddebian:trixie-slimfor runtime, and bumped thepostfix-tlspolversion to 1.11.0.postfix-tlspol-mailcowservice indocker-compose.ymlto use image version 1.11.0.Configuration Updates for Compatibility:
syslog-ngconfiguration files to version 4.8, and replaced the deprecatedstats_freq(0)option with the newstats(freq(0))syntax in bothsyslog-ng.confandsyslog-ng-redis_slave.conf. [1] [2] [3] [4]smtp_tls_policy_mapssetting inpostfix/main.cfto use theQUERYwithTLSRPTsocketmap, likely reflecting an updated query interface in the new version.Affected Containers
Did you run tests?
What did you tested?
General mailing + startups, as well as MTA-STS Lookups during mail sending.
What were the final results? (Awaited, got)
Everything works as expected.