Revisions of postfix

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 639965 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 160)
- bsc#1092939 - Postfixes postconf gives a lot of LDAP related warnings
  o add m4 as buildrequires, as proposed.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 612243 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 158)
- 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).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 594906 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 156)
- bsc#1071807 postfix-SuSE/config.postfix: only reload postfix
  if the actual service is running. This prevents spurious
  and irrelevant error messages in system logs. (forwarded request 594825 from adamm)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 590357 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 155)
- bsc#1082514 autoyast: postfix gets not set myhostname properly -
  set to localhost
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 586164 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 154)
- Refresh spec-file via spec-cleaner and manual optinizations.
  * Add %license macro.
  * Set license to IPL-1.0 OR EPL-2.0.
- Update to 3.3.0
  * http://cdn.postfix.johnriley.me/mirrors/postfix-release/official/postfix-3.3.0.RELEASE_NOTES
  * Dual license: in addition to the historical IBM Public License
    1.0, Postfix is now also distributed with the more recent Eclipse
    Public License 2.0. Recipients can choose to take the software
    under the license of their choice. Those who are more comfortable
    with the IPL can continue with that license.
  * The postconf command now warns about unknown parameter names
    in a Postfix database configuration file. As with other unknown
    parameter names, these warnings can help to find typos early.
  * Container support: Postfix 3.3 will run in the foreground with
    "postfix start-fg". This requires that Postfix multi-instance
    support is disabled (the default). To collect Postfix syslog
    information on the container's host, mount the host's /dev/log
    socket into the container, for example with "docker run -v
    /dev/log:/dev/log ...other options...", and specify a distinct
    Postfix syslog_name setting in the container (for example with
    "postconf syslog_name=the-name-here").
  * Milter support: applications can now send RET and ENVID parameters
    in SMFIR_CHGFROM (change envelope sender) requests.
  * Postfix-generated From: headers with 'full name' information
    are now formatted as "From: name <address>" by default. Specify
    "header_from_format = obsolete" to get the earlier form "From:
    address (name)".
  * Interoperability: when Postfix IPv6 and IPv4 support are both
    enabled, the Postfix SMTP client will now relax MX preferences
    and attempt to schedule similar numbers of IPv4 and IPv6
    addresses. This works around mail delivery problems when a
    destination announces lots of primary MX addresses on IPv6, but
    is reachable only over IPv4 (or vice versa). The new behavior
    is controlled with the smtp_balance_mx_inet_protocols parameter.
  * Compatibility safety net: with compatibility_level < 1, the
    Postfix SMTP server now warns for mail that would be blocked
    by the Postfix 2.10 smtpd_relay_restrictions feature, without
    blocking that mail. There still is a steady trickle of sites
    that upgrade from an earlier Postfix version. (forwarded request 585926 from 13ilya)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 576036 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 153)
- bsc#1065411 Package postfix should require package system-user-nobody
- bsc#1080772 postfix smtpd throlle getting "hello" if no sasl auth
   was configured
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 535461 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 148)
- bnc#1059512 L3: Postfix Problem
  The applied changes breaks existing postfix configurations because
  daemon_directory was not adapted to the new value.
 

- fix build for SLE
  * nothing provides libnsl-devel
  * add bcond_with libnsl

- bnc#1059512 L3: Postfix Problem 
  To manage multiple Postfix instances on a single host requires
  that daemon_directory and shlib_directory is different to
  avoid use of the shared directories also as per-instance directories.
  For this reason daemon_directory was set to /usr/lib/postfix/bin/.
  shlib_directory stands /usr/lib/postfix/.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 530015 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 147)
- bnc#1016491 postfix raported to log "warning: group or other writable:"
   on each symlink in config.
  * Add fix-postfix-script.patch

- update to 3.2.3
 * Extension propagation was broken with "recipient_delimiter = .".
   This change reverts a change that was trying to be too clever.
 * The postqueue command would abort with a panic message after it
   experienced an output write error while listing the mail queue.
   This change restores a write error check that was lost with the
   Postfix 3.2 rewrite of the vbuf_print formatter.
 * Restored sanity checks for dynamically-specified width and precision
   in format strings (%*, %.*, and %*.*). These checks were lost with
   the Postfix 3.2 rewrite of the vbuf_print formatter.
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 512775 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 145)
- bnc#1045264 L3: postmap problem
   * Applying proposed patch of leen.meyer@ziggo.nl in bnc#771811
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 500451 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 143)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 489493 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 142)
revert changes of postfix-main.cf.patch from rev=261 (forwarded request 489488 from computersalat)
Yuchen Lin's avatar Yuchen Lin (maxlin_factory) accepted request 487812 from Dr. Werner Fink's avatar Dr. Werner Fink (WernerFink) (revision 141)
- Some cleanups
  * Fix SUSE postfix-files to avoid chown errors (anyway this file
    seems to be obsolete) 
  * Avoid installing shared libraries twice
  * Refresh patch postfix-linux45.patch

- update postfix-master.cf.patch
  * recover lost (with 3.2.0 update) submission, smtps sections 
  * merge with upstream update
- update config.postfix
  * update master.cf generation for submission
- rebase patches against 3.2.0
  * pointer_to_literals.patch
  * postfix-no-md5.patch
  * postfix-ssl-release-buffers.patch
  * postfix-vda-v14-3.0.3.patch

    postfix-post-install.patch
- postfix-linux45.patch: handle Linux 4.x and Linux 5.x (used by aarch64)
  (bsc#940289)
Displaying revisions 81 - 100 of 240
openSUSE Build Service is sponsored by