SHA256
1
0
forked from pool/postfix
OBS User unknown
2008-02-01 22:38:24 +00:00
committed by Git OBS Bridge
parent 97ea7e3129
commit 7d59468fd6
5 changed files with 379 additions and 292 deletions

View File

@@ -1,3 +1,50 @@
-------------------------------------------------------------------
Wed Jan 30 12:20:53 CET 2008 - varkoly@suse.de
- Update to Version 2.5 patchlevel 0
Major changes - critical
------------------------
[Incompat 20071224] The protocol to send Milter information from
smtpd(8) to cleanup(8) processes was cleaned up.
[Incompat 20071212] The allow_min_user feature now applies to both
sender and recipient addresses in SMTP commands.
[Incompat 20071206] The tlsmgr(8) and verify(8) servers no longer
use root privileges when opening the address_verify_map,
*_tls_session_cache_database, and tls_random_exchange_name cache
files.
[Incompat 20071206] The tlsmgr(8) and verify(8) cache files should
now be stored as Postfix-owned files under the Postfix-owned
data_directory.
[Incompat 20071203] The "make upgrade" procedure adds a new service
"proxywrite" to the master.cf file, for read/write lookup table
access.
[Incompat 20070613] The pipe(8) delivery agent no longer allows
delivery with the same group ID as the main.cf postdrop group.
Major changes - malware defense
-------------------------------
[Feature 20080107] New "pass" service type in master.cf. This
allows future front-end daemons to accept all connections from
the network, and to hand over connections from well-behaved
clients to Postfix.
[Feature 20070911] Stress-adaptive behavior. When a "public" network
service runs into an "all processes are busy" condition, the master(8)
daemon logs a warning, restarts the service, and runs it with "-o
stress=yes" on the command line.
The STRESS_README file gives examples of how to mitigate flooding
problems.
For more information read /usr/share/doc/packages/postfix/RELEASE_NOTES.
-------------------------------------------------------------------
Tue Jan 8 10:00:12 CET 2008 - varkoly@suse.de