pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/postfix



Module Name:    pkgsrc
Committed By:   martti
Date:           Tue Jul 29 05:14:16 UTC 2008

Modified Files:
        pkgsrc/mail/postfix: Makefile distinfo

Log Message:
Updated mail/postfix to 2.5.3

When a mailbox file is not owned by its recipient, the local and
virtual delivery agents now log a warning and defer delivery.
Specify "strict_mailbox_ownership = no" to ignore such ownership
discrepancies.

[HISTORY]
20080509

        Bugfix: null-terminate CN comment string after sanitization.
        File: smtpd/smtpd.c.

20080603

        Workaround: avoid "bad address pattern" errors with non-address
        patterns in namadr_list_match() calls. File: util/match_ops.c.

20080620

        Bugfix (introduced 20080207): "cleanup -v" panic because
        the new "SMTP reply" request flag did not have a printable
        name. File: global/cleanup_strflags.c.

        Cleanup: using "Before-queue content filter", RFC3848
        information was not added to the headers. Carlos Velasco.
        File smtpd/smtpd.c.

20080717

        Cleanup: a poorly-implemented integer overflow check for
        TCP MSS calculation had the unexpected effect that people
        broke Postfix on LP64 systems while attempting to silence
        a compiler warning.  File: util/vstream_tweak.c.

20080725

        Paranoia: 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.  Files: local/mailbox.c, virtual/mailbox.c.


To generate a diff of this commit:
cvs rdiff -r1.216 -r1.217 pkgsrc/mail/postfix/Makefile
cvs rdiff -r1.116 -r1.117 pkgsrc/mail/postfix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index