Accepting request 124415 from server:mail

- Bugfix (introduced Postfix 2.4): the event_drain() function
  was comparing bitmasks incorrectly causing the program to
  always wait for the full time limit. This error affected
  the unused postkick command, but only after s/fifo/unix/
  in master.cf.  File: util/events.c.
-  Cleanup: laptop users have always been able to avoid
   unnecessary disk spin-up by doing s/fifo/unix/ in master.cf
   (this is currently not supported on Solaris systems).
   However, to make this work reliably, the "postqueue -f"
   command must wait until its requests have reached the pickup
   and qmgr servers before closing the UNIX-domain request
   sockets.  Files: postqueue/postqueue.c, postqueue/Makefile.in.

OBS-URL: https://build.opensuse.org/request/show/124415
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=95
This commit is contained in:
Stephan Kulow 2012-06-13 10:42:33 +00:00 committed by Git OBS Bridge
commit 1828992826
4 changed files with 22 additions and 8 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21539ad7c6883c2812bafd7b584fc128bcf7d1b51f2d2b05a1662b95111a5d8e
size 2684217

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jun 11 09:51:22 UTC 2012 - varkoly@suse.com
- Bugfix (introduced Postfix 2.4): the event_drain() function
was comparing bitmasks incorrectly causing the program to
always wait for the full time limit. This error affected
the unused postkick command, but only after s/fifo/unix/
in master.cf. File: util/events.c.
- Cleanup: laptop users have always been able to avoid
unnecessary disk spin-up by doing s/fifo/unix/ in master.cf
(this is currently not supported on Solaris systems).
However, to make this work reliably, the "postqueue -f"
command must wait until its requests have reached the pickup
and qmgr servers before closing the UNIX-domain request
sockets. Files: postqueue/postqueue.c, postqueue/Makefile.in.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 9 10:07:10 UTC 2012 - varkoly@suse.com Wed May 9 10:07:10 UTC 2012 - varkoly@suse.com

View File

@ -20,7 +20,7 @@ Name: postfix
Summary: A fast, secure, and flexible mailer Summary: A fast, secure, and flexible mailer
License: IPL-1.0 License: IPL-1.0
Group: Productivity/Networking/Email/Servers Group: Productivity/Networking/Email/Servers
Version: 2.8.10 Version: 2.8.11
Release: 0 Release: 0
Url: http://www.postfix.org/ Url: http://www.postfix.org/
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
@ -403,10 +403,6 @@ else
ln -s /usr/sbin/SuSEconfig.postfix /sbin/conf.d/SuSEconfig.postfix ln -s /usr/sbin/SuSEconfig.postfix /sbin/conf.d/SuSEconfig.postfix
fi fi
fi fi
# before fillup we need to fix something
[ \! -f %{_sysconfdir}/sysconfig/%{name} ] || %{__sed} -i \
-e "s/POSTFIX_SMTPD_SENDERNT_RESTRICTIONS/POSTFIX_SMTPD_SENDER_RESTRICTIONS/" \
%{_sysconfdir}/sysconfig/%{name}
%{fillup_and_insserv -y postfix} %{fillup_and_insserv -y postfix}
%{fillup_only -an mail} %{fillup_only -an mail}
%if %suse_version > 1140 %if %suse_version > 1140