Hi,
For almost a month postfix 3.6.3 is available via server:mail repo. Unless I am not seeing it there seems to be no request to Factory.
According to the changelog in the server:mail repo
- Update to 3.6.3 * (problem introduced in Postfix 2.4, released in 2007): queue file corruption after a Milter (for example, MIMEDefang) made a request to replace the message body with a copy of that message body plus additional text (for example, a SpamAssassin report). * (problem introduced in Postfix 2.10, released in 2012): The postconf "-x" option could produce incorrect output, because multiple functions were implicitly sharing a buffer for intermediate results. Problem report by raf, root cause analysis by Viktor Dukhovni. * (problem introduced in Postfix 2.11, released in 2013): The check_ccert_access feature worked as expected, but produced a spurious warning when Postfix was built without SASL support. Fix by Brad Barden. * Fix for a compiler warning due to a missing 'const' qualifier when compiling Postfix with OpenSSL 3. Depending on compiler settings this could cause the build to fail. * The known_tcp_ports settings had no effect. It also wasn't fully implemented. Problem report by Peter. * Fix for missing space between a hostname and warning text.
As far as I can tell this is a bug fix. Is there a reason why this version hasn't landed to Tumbleweed planet ?
On 12/14/21 23:56, Togan Muftuoglu wrote:
For almost a month postfix 3.6.3 is available via server:mail repo. Unless I am not seeing it there seems to be no request to Factory.
There has been a request for updating it:
https://build.opensuse.org/request/show/930187
But it was declined because postfix fails openQA tests:
https://bugzilla.opensuse.org/show_bug.cgi?id=1191988
I'm somewhat tending to think that postfix should not write alias maps although it's designed that way.
Ciao, Michael.
"MS" == Michael Ströder michael@stroeder.com writes:
MS> On 12/14/21 23:56, Togan Muftuoglu wrote:
For almost a month postfix 3.6.3 is available via server:mail repo. Unless I am not seeing it there seems to be no request to Factory.
MS> But it was declined because postfix fails openQA tests:
MS> https://bugzilla.opensuse.org/show_bug.cgi?id=1191988
Thanks, haven't thought about checking bugzilla
MS> I'm somewhat tending to think that postfix should not write alias maps MS> although it's designed that way.
MS> Ciao, Michael.
Last Comment was :
Dominique Leuenberger 2021-10-25 06:50:19 UTC
And then there was a silence ;) Sorry I can't help with fixing postfix it's beyond my capabilities.
On Wednesday 2021-12-15 00:36, Michael Ströder wrote:
On 12/14/21 23:56, Togan Muftuoglu wrote:
For almost a month postfix 3.6.3 is available via server:mail repo. Unless I am not seeing it there seems to be no request to Factory.
https://bugzilla.opensuse.org/show_bug.cgi?id=1191988
I'm somewhat tending to think that postfix should not write alias maps although it's designed that way.
It would be news to me that postfix automatically updates maps.
Digging a little, I find that this "update_postmaps" mentioned in the report is running because of a ExecStartPre line in postfix.service - so it's not the live postfix daemon itself that updates it. Perhaps too many users complained that even after `systemctl restart postfix`, their newly-added aliases would *sob* not be respected.
Anyway. It is easy to turn off the behavior and please openQA. Just patch postfix.service. And perhaps we should relegate aliases.lmdb to /var where these things belong.