SHA256
1
0
forked from pool/postfix

Accepting request 612243 from server:mail

- bsc#1087471 Unreleased Postfix update breaks SUSE Manager
  o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty 

- Update to 3.3.1
  * Postfix did not support running as a PID=1 process, which
    complicated Postfix deployment in containers. The "postfix
    start-fg" command will now run the Postfix master daemon as a
    PID=1 process if possible. Thanks for inputs from Andreas
    Schulze, Eray Aslan, and Viktor Dukhovni.
  * Segfault in the postconf(1) command after it could not open a
    Postfix database configuration file due to a file permission
    error (dereferencing a null pointer). Reported by Andreas
    Hasenack, fixed by Viktor Dukhovni.
  * The luser_relay feature became a black hole, when the luser_relay
    parameter was set to a non-existent local address (i.e. mail
    disappeared silently). Reported by J?rgen Thomsen.
  * Missing error propagation in the tlsproxy(8) daemon could result
    in a segfault after TLS handshake error (dereferencing a
    0xffff...ffff pointer). This daemon handles the TLS protocol
    when a non-whitelisted client sends a STARTTLS command to
    postscreen(8).

OBS-URL: https://build.opensuse.org/request/show/612243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=158
This commit is contained in:
Dominique Leuenberger 2018-05-25 19:36:59 +00:00 committed by Git OBS Bridge
commit 6a736a5e55
5 changed files with 33 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7942e89721e30118d7050675b0d976955e3160e21f7898b85a79cac4f4baef39
size 4419450

3
postfix-3.3.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54f514dae42b5275cb4bc9c69283f16c06200b71813d0bb696568c4ba7ae7e3b
size 4420912

View File

@ -10,7 +10,7 @@ Index: conf/main.cf
# PARALLEL DELIVERY TO THE SAME DESTINATION
#
@@ -673,4 +674,136 @@ sample_directory =
@@ -673,4 +674,132 @@ sample_directory =
# readme_directory: The location of the Postfix README files.
#
readme_directory =
@ -77,10 +77,6 @@ Index: conf/main.cf
+smtp_sasl_security_options =
+smtp_sasl_password_maps =
+smtpd_sasl_auth_enable = no
+# cyrus : smtpd_sasl_type = cyrus, smtpd_sasl_path = smtpd
+# dovecot : smtpd_sasl_type = dovecot, smtpd_sasl_path = private/auth
+smtpd_sasl_path =
+smtpd_sasl_type =
+############################################################
+# TLS stuff
+############################################################

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Fri May 25 11:19:22 UTC 2018 - varkoly@suse.com
- bsc#1087471 Unreleased Postfix update breaks SUSE Manager
o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty
-------------------------------------------------------------------
Mon May 21 16:31:57 UTC 2018 - michael@stroeder.com
- Update to 3.3.1
* Postfix did not support running as a PID=1 process, which
complicated Postfix deployment in containers. The "postfix
start-fg" command will now run the Postfix master daemon as a
PID=1 process if possible. Thanks for inputs from Andreas
Schulze, Eray Aslan, and Viktor Dukhovni.
* Segfault in the postconf(1) command after it could not open a
Postfix database configuration file due to a file permission
error (dereferencing a null pointer). Reported by Andreas
Hasenack, fixed by Viktor Dukhovni.
* The luser_relay feature became a black hole, when the luser_relay
parameter was set to a non-existent local address (i.e. mail
disappeared silently). Reported by J?rgen Thomsen.
* Missing error propagation in the tlsproxy(8) daemon could result
in a segfault after TLS handshake error (dereferencing a
0xffff...ffff pointer). This daemon handles the TLS protocol
when a non-whitelisted client sends a STARTTLS command to
postscreen(8).
-------------------------------------------------------------------
Wed May 9 09:02:12 UTC 2018 - lnussel@suse.de

View File

@ -55,7 +55,7 @@
%bcond_with libnsl
%endif
Name: postfix
Version: 3.3.0
Version: 3.3.1
Release: 0
Summary: A fast, secure, and flexible mailer
License: IPL-1.0 OR EPL-2.0