SHA256
1
0
forked from pool/postfix
OBS User unknown
2008-08-06 23:34:35 +00:00
committed by Git OBS Bridge
parent 910f2dd50c
commit 0cd9c2d180
5 changed files with 61 additions and 22 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Aug 6 13:33:01 CEST 2008 - varkoly@suse.de
- (bnc#414959) postfix doesn't have any "Name: " tag in firewall definition
- (bnc#405900) SuSEconfig.postfix changes owner and permissions of
/tmp if smtpd_tls_CApath is not set
- Update to Version 2.5 patchlevel 3
* Cleanup of code
* defer delivery when a mailbox file is not owned by the recipient.
Requested by Sebastian Krahmer, SuSE.
Specify "strict_mailbox_ownership=no" to ignore ownership discrepancies.
* Bugfix: null-terminate CN comment string after sanitization.
* Bugfix (introduced Postfix 2.0): after "warn_if_reject
reject_unlisted_recipient/sender", the SMTP server mistakenly
remembered that recipient/sender validation was already done.
-------------------------------------------------------------------
Wed Jul 9 15:07:46 CEST 2008 - varkoly@suse.de