SHA256
1
0
forked from pool/postfix

- update to 2.8.7

Bugfixes:
  smtpd(8) did not sanitize newline characters in cleanup(8)
     REJECT messages, causing them to be sent out via SMTP as bare newline characters.
  smtpd(8) sent multi-line responses from a before-queue content filter as text with
     bare <LF> instead of <CR><LF>.  
  Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421)
     when it could not give a connection to a real smtpd process, causing some
     remote SMTP clients to bounce mail.

OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=104
This commit is contained in:
Peter Varkoly 2011-11-09 20:12:10 +00:00 committed by Git OBS Bridge
parent f3e7f3bdc4
commit 9aee3b6516
4 changed files with 17 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:456781cdf6e956e320f15c246286070825ac8b50560623aaa5fe67337af444ab
size 2638256

3
postfix-2.8.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:66427812a0d9704ca21cdf6043474a00f6c1312f3060a5c5e2cbde2f782ec3b0
size 2638892

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Nov 9 20:05:38 UTC 2011 - varkoly@suse.com
- update to 2.8.7
Bugfixes:
smtpd(8) did not sanitize newline characters in cleanup(8)
REJECT messages, causing them to be sent out via SMTP as bare newline characters.
smtpd(8) sent multi-line responses from a before-queue content filter as text with
bare <LF> instead of <CR><LF>.
Workaround: postscreen sent non-compliant SMTP responses (220- followed by 421)
when it could not give a connection to a real smtpd process, causing some
remote SMTP clients to bounce mail.
-------------------------------------------------------------------
Thu Nov 3 15:56:23 UTC 2011 - varkoly@suse.com

View File

@ -19,7 +19,7 @@
Name: postfix
Summary: A fast, secure, and flexible mailer
Version: 2.8.5
Version: 2.8.7
Release: 1
License: IBM Public License ..
Group: Productivity/Networking/Email/Servers