Accepting request 1123266 from home:adkorte:branches:server:mail
- update to 3.8.3 * Bugfix (defect introduced Postfix 2.5, date 20080104): the Postfix SMTP server was waiting for a client command instead of replying immediately, after a client certificate verification error in TLS wrappermode. Reported by Andreas Kinzler. * Usability: the Postfix SMTP server (finally) attempts to log the SASL username after authentication failure. In Postfix logging, this appends ", sasl_username=xxx" after the reason for SASL authentication failure. The logging replaces an unavailable reason with "(reason unavailable)", and replaces an unavailable sasl_username with "(unavailable)". Based on code by Jozsef Kadlecsik. * Compatibility bugfix (defect introduced: Postfix 2.11, date 20130405): in forward_path, the expression ${recipient_delimiter} would expand to an empty string when a recipient address had no recipient delimiter. The compatibility fix is to use a configured recipient delimiter value instead. Reported by Tod A. Sandman. OBS-URL: https://build.opensuse.org/request/show/1123266 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=459
This commit is contained in:
committed by
Git OBS Bridge
parent
047f46a5b0
commit
8589a4f33c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54e1bffded3032828a70de22c2a1a94d1c097fc4513e0fdbfcfdbf3bff6b7092
|
|
||||||
size 4848293
|
|
@@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2.0.18 (FreeBSD)
|
|
||||||
|
|
||||||
iFcDBQBkfl0sDAtZDoDKFacRCqQ7AP4iZH0B8R67Io8he9+zxm8rz/1II/dAGsF9
|
|
||||||
q1XQrdsVJwD+PZSfj5oKcWHsR7r32QCjcDXAUqyBtvyZ07t6HUhEY08=
|
|
||||||
=TxIz
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
postfix-3.8.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
postfix-3.8.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
postfix-3.8.3.tar.gz.asc
Normal file
7
postfix-3.8.3.tar.gz.asc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2.0.18 (FreeBSD)
|
||||||
|
|
||||||
|
iFcDBQBlQoZrDAtZDoDKFacRCkFKAP97Os5swzwx9v0ZSeoJpbNC/aC8+pWcZ2kv
|
||||||
|
1kBEXC+7BwD9G4T6xOjzFUGx/yvjOSxeyQRURNdAcDn1MBEDnIJZcSw=
|
||||||
|
=s3oc
|
||||||
|
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 3 14:55:20 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
- update to 3.8.3
|
||||||
|
* Bugfix (defect introduced Postfix 2.5, date 20080104): the
|
||||||
|
Postfix SMTP server was waiting for a client command instead
|
||||||
|
of replying immediately, after a client certificate verification
|
||||||
|
error in TLS wrappermode. Reported by Andreas Kinzler.
|
||||||
|
* Usability: the Postfix SMTP server (finally) attempts to log
|
||||||
|
the SASL username after authentication failure. In Postfix
|
||||||
|
logging, this appends ", sasl_username=xxx" after the reason
|
||||||
|
for SASL authentication failure. The logging replaces an
|
||||||
|
unavailable reason with "(reason unavailable)", and replaces
|
||||||
|
an unavailable sasl_username with "(unavailable)". Based on
|
||||||
|
code by Jozsef Kadlecsik.
|
||||||
|
* Compatibility bugfix (defect introduced: Postfix 2.11, date
|
||||||
|
20130405): in forward_path, the expression ${recipient_delimiter}
|
||||||
|
would expand to an empty string when a recipient address had
|
||||||
|
no recipient delimiter. The compatibility fix is to use a
|
||||||
|
configured recipient delimiter value instead. Reported by Tod
|
||||||
|
A. Sandman.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly <varkoly@suse.com>
|
Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
@@ -59,7 +59,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without ldap
|
%bcond_without ldap
|
||||||
Name: postfix-bdb
|
Name: postfix-bdb
|
||||||
Version: 3.8.1
|
Version: 3.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
License: IPL-1.0 OR EPL-2.0
|
License: IPL-1.0 OR EPL-2.0
|
||||||
|
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 3 14:55:20 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
|
||||||
|
|
||||||
|
- update to 3.8.3
|
||||||
|
* Bugfix (defect introduced Postfix 2.5, date 20080104): the
|
||||||
|
Postfix SMTP server was waiting for a client command instead
|
||||||
|
of replying immediately, after a client certificate verification
|
||||||
|
error in TLS wrappermode. Reported by Andreas Kinzler.
|
||||||
|
* Usability: the Postfix SMTP server (finally) attempts to log
|
||||||
|
the SASL username after authentication failure. In Postfix
|
||||||
|
logging, this appends ", sasl_username=xxx" after the reason
|
||||||
|
for SASL authentication failure. The logging replaces an
|
||||||
|
unavailable reason with "(reason unavailable)", and replaces
|
||||||
|
an unavailable sasl_username with "(unavailable)". Based on
|
||||||
|
code by Jozsef Kadlecsik.
|
||||||
|
* Compatibility bugfix (defect introduced: Postfix 2.11, date
|
||||||
|
20130405): in forward_path, the expression ${recipient_delimiter}
|
||||||
|
would expand to an empty string when a recipient address had
|
||||||
|
no recipient delimiter. The compatibility fix is to use a
|
||||||
|
configured recipient delimiter value instead. Reported by Tod
|
||||||
|
A. Sandman.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly <varkoly@suse.com>
|
Mon Oct 23 07:43:31 UTC 2023 - Peter Varkoly <varkoly@suse.com>
|
||||||
|
|
||||||
|
@@ -46,7 +46,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%bcond_without ldap
|
%bcond_without ldap
|
||||||
Name: postfix
|
Name: postfix
|
||||||
Version: 3.8.1
|
Version: 3.8.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A fast, secure, and flexible mailer
|
Summary: A fast, secure, and flexible mailer
|
||||||
License: IPL-1.0 OR EPL-2.0
|
License: IPL-1.0 OR EPL-2.0
|
||||||
|
Reference in New Issue
Block a user