Revisions of postfix

buildservice-autocommit accepted request 1166904 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 480)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1165385 from Georg Pfuetzenreuter's avatar Georg Pfuetzenreuter (crameleon) (revision 479)
Move qshape(1) out of -doc, install it as a binary with the main package
buildservice-autocommit accepted request 1155598 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 478)
baserev update by copy to link target
Christian Wittmer's avatar Christian Wittmer (computersalat) accepted request 1155290 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 477)
- update to 3.8.6
  * Bugfix (defect introduced: Postfix 2.3, date 20051222): the
    Dovecot auth client did not reset the 'reason' from a previous
    Dovecot auth service response, before parsing the next Dovecot
    auth server response in the same SMTP session, resulting in a
    nonsensical "authentication failed" warning message. Reported
    by Stephan Bosch.
  * Bugfix (defect introduced: Postfix 3.1, date: 20151128):
    "postqueue -j" produced broken JSON when escaping a control
    character as \uXXXX. Found during code maintenance.
  * Cleanup: this fixes posttls-finger certificate match expectations
    for all TLS security levels, including warnings for levels that
    don't implement certificate matching. By Viktor Dukhovni.
  * Bugfix (defect introduced: Postfix 2.3): after prepending a
    header at the top of a message (with an access(5), header_checks(5)
    or Milter action), the Postfix Milter "delete header" or "update
    header" action was skipping the prepended header, instead of
    skipping the Postfix-generated Received: header. Problem report
    by Carlos Velasco.
  * Workaround: tlsmgr logfile spam. Reportedly, some OS lies under
    load: it says that a socket is readable, then it says that the
    socket has unread data, and then it says that read returns EOF,
    causing Postfix to spam the log with a warning message.
  * Bugfix (defect introduced: Postfix 3.4): the SMTP server's BDAT
    command handler could be tricked to read $message_size_limit
    bytes into memory. Found during code maintenance.
  * Safety: limit the total size of DNS lookup results to 100
    records; drop the excess records, and log a warning. This limit
    is 20x larger than the number of server addresses that the
    Postfix SMTP client is willing to consider when delivering mail,
    and is far below the number of records that could cause a tail
    recursion crash in dns_rr_append() as reported by Toshifumi
    Sakaguchi. This fix also limits the number of DNS requests that
    a check_*_*_access restriction can make.
  * Performance, related to the previous problem: eliminate worst-case
    behavior where the queue manager could defer delivery to all
    destinations over a specific delivery transport, after only a
    single delivery agent crash. The scheduler now throttles
    deliveries to one destination, and allows other deliveries to
    keep making progress.
- change to functioning mirror (http://cdn.postfix.johnriley.me/ 
  has been dead for a while although it is still listed upstream)
- make output of %setup less verbose by restoring -q option
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 476)
- %autosetup does not works with multiple -a.
  https://github.com/rpm-software-management/rpm/issues/1204 

- %autosetup does not works with multiple -a.
  https://github.com/rpm-software-management/rpm/issues/1204
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 475)
%autosetup does not works with muzltiple -a.
https://github.com/rpm-software-management/rpm/issues/1204
Peter Varkoly's avatar Peter Varkoly (varkoly) accepted request 1153300 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 474)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.
buildservice-autocommit accepted request 1145294 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 473)
baserev update by copy to link target
Christian Wittmer's avatar Christian Wittmer (computersalat) accepted request 1143513 from Christian Wittmer's avatar Christian Wittmer (computersalat) (revision 472)
rework fix for bsc#1192173, rework SMTP Smuggling defaults, sync main.cf patches, sync changes files
buildservice-autocommit accepted request 1141719 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 471)
baserev update by copy to link target
Peter Varkoly's avatar Peter Varkoly (varkoly) accepted request 1141039 from Arjen de Korte's avatar Arjen de Korte (adkorte) (revision 470)
- update to 3.8.5
  * Security: this release improves support to defend against an email
    spoofing attack (SMTP smuggling) on recipients at a Postfix server.
    For background, see https://www.postfix.org/smtp-smuggling.html.

- update to 3.8.5
  * Security: this release improves support to defend against an email
    spoofing attack (SMTP smuggling) on recipients at a Postfix server.
    For background, see https://www.postfix.org/smtp-smuggling.html.
buildservice-autocommit accepted request 1139868 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 469)
baserev update by copy to link target
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 468)
Adapt postfix-bdb.changes
buildservice-autocommit accepted request 1139680 from Peter Varkoly's avatar Peter Varkoly (varkoly) (revision 467)
baserev update by copy to link target
Peter Varkoly's avatar Peter Varkoly (varkoly) committed (revision 466)
  Add missed bugnumbers
   bsc#1218304, bsc#1218314 CVE-2023-51764, SMTP smuggling attack:
    "warning: Unexpected record type 'X'. (bsc#1213515)
buildservice-autocommit accepted request 1135431 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 465)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 464)
- update default configuration to enable the long-term fix for
  bsc#1218304, CVE-2023-51764, SMTP smuggling attack:
  * smtpd_forbid_bare_newline = yes
  * smtpd_forbid_bare_newline_exclusions = $mynetworks
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 463)
    https://www.postfix.org/smtp-smuggling.html
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 462)
- update to 3.8.4 (bsc#1218304, CVE-2023-51764):
- Syntax error in update_postmaps script (bsc#1216061)
  (bsc#1215372)
  (bsc#1192314)
  Adapt proposed change: using "cp -afL" by copying.
  Define HAS_CLOSEFROM
  (bsc#1189101)
  (bsc#1188477)
  (bsc#1066854)
  For more see /usr/share/doc/packages/postfix/RELEASE_NOTES
  (bsc#1181381) [Build 130.3] openQA test fails in mta, mutt -
  postfix broken: "queue file write error" and "error: unsupported
- bsc#1176650 L3: What is regularly triggering the "fillup"
  o add patch for main.cf for postfix-bdb package
- Delete postfix-SUSE/README.SuSE, company name spelled wrong,
- bsc#1162891 server:mail/postfix: cond_slp bug on TW after
- bsc#1160413 postfix fails with -fno-common
- bsc#1142881 - mkpostfixcert from Postfix still uses md
  o Major changes
      Postfix 3.4.4 fixes both.
  o Removing setting smtpd_sasl_path and smtpd_sasl_type to empty
- Replace references to /var/adm/fillup-templates with new
- bnc#1059512 L3: Postfix Problem
    seems to be obsolete)
  * recover lost (with 3.2.0 update) submission, smtps sections
- update to 3.1.4
- bnc#981097 config.postfix creates broken main.cf for tls client configuration
  (no "mailq" equivalent).
      smtp_transport_rate_delay = 20s
  missed opportunities to block new spambots.
Displaying revisions 1 - 20 of 480
openSUSE Build Service is sponsored by