diff --git a/gnu/dist/postfix/0README b/gnu/dist/postfix/0README index 0b13f9ca3d20..85420af5bedd 100644 --- a/gnu/dist/postfix/0README +++ b/gnu/dist/postfix/0README @@ -46,10 +46,10 @@ Web sites: Mail addresses (PLEASE send questions to the mailing list) - postfix-XXX@postfix.org Postfix mailing lists + postfix-users@postfix.org Postfix users mailing list wietse@porcupine.org the original author -In order to subscribe to a mailing list, see http://www.postfix.org/. +In order to subscribe to the mailing list, see http://www.postfix.org/. Acknowledgments =============== diff --git a/gnu/dist/postfix/COMPATIBILITY b/gnu/dist/postfix/COMPATIBILITY index 494efe453f77..c958ab4ee14e 100644 --- a/gnu/dist/postfix/COMPATIBILITY +++ b/gnu/dist/postfix/COMPATIBILITY @@ -31,7 +31,6 @@ mailertable yes (it's called transport) mailq yes majordomo yes (edit approve script to delete /^delivered-to:/i) mime yes (including 8bit to quoted-printable conversion) -mime conversion not yet; postfix uses just-send-eight mysql tables yes (contributed) netinfo tables yes (contributed) newaliases yes (main alias database only) diff --git a/gnu/dist/postfix/HISTORY b/gnu/dist/postfix/HISTORY index c882f46ad61a..5a315034715a 100644 --- a/gnu/dist/postfix/HISTORY +++ b/gnu/dist/postfix/HISTORY @@ -1262,12 +1262,12 @@ Apologies for any names omitted. reorganization of the way queue scans were done. The queue manager socket now has become public. -10091002 +19981002 SMTPD now logs "lost connection after end-of-message" instead of "lost connection after DATA". -10091005 +19981005 More bullet proofing: timeouts on all triggers. @@ -6928,7 +6928,7 @@ Apologies for any names omitted. File: util/dict_regexp.c. -200209010 +20020910 Bugfix: the SMTP client produced suprious warnings about trouble with fallback_relay hosts. File: smtp/smtp_connect.c. @@ -6936,7 +6936,7 @@ Apologies for any names omitted. Robustness: don't wait with detecting broken SMTP connections until reading input. Leandro Santi. File: smtpd/smtpd_chat.c. -200209011 +20020911 Workaround: IRIX 6 can't do ioctl FIONREAD on pipes. This breaks the in_flow_delay feature. File: util/sys_defs.h. @@ -7682,8 +7682,308 @@ Apologies for any names omitted. systems against exploitation of the remote buffer overflow vulnerability described in CERT advisory CA-2003-07. +20030311-19 + + Bugfix: the access map actions HOLD, DISCARD and FILTER + were broken with smtpd_delay_reject=no and with ETRN. Fixing + this required re-architecting of the actions code. Files: + smtpd/smtpd.[hc], smtpd/smtpd_check.c, smtpd/smtpd_state.c. + +20030315 + + Bugfix: the postsuper manual page documented support for + the -c command line option, but it was not implemented. + File: postsuper/postsuper.c. + + Bugfix: the Postfix 2.0 recipient map checking code broke + the VRFY command, causing it to reply with status code 252 + for non-existent addresses. This required re-architecting + the recipient table lookup code. File: smtpd/smtpd_check.c. + +20030410 + + Safety: log a fatal error when a net/mask pattern has a + non-zero host part, so that mail delivery is deferred. + File: util/match_ops.c. + +20030411 + + Bugfix: extraneous warning about out-of-order original + recipient records by Patrik Rak. Files: *qmgr/qmgr_message.c. + +20030415 + + Workaround: log a warning and reset incoming queue file + time stamps when the file system clock is ahead of the + local clock, instead of ignoring new mail until the next + queue scan. The file system clock drift detection executes + only once per process instance, to minimize the performance + impact. File: global/mail_stream.c. + +20030416 + + Bugfix: missing partial last line when 1) someone submits + 8-bit mail not ending in newline via /usr/sbin/sendmail + and 2) MIME input processing is turned off, and 3) MIME + 8bit->7bit conversion is requested upon delivery via SMTP. + +20030424 + + Cleanup: readlline() did not terminate the result before + complaining about lines starting with whitespace. + + Cleanup: eliminated valid_hostname warning for invalid + queue file names. File: global/mail_queue.c. + + Bugfix: the Postfix sendmail command applied the message + size limit when running as newaliases. The limiting code + is now moved to the message enqueuing branch of the code. + File: sendmail/sendmail.c. + +20030429 + + Bugfix: "," was not recognized in proxy_read_maps settings. + Fix by Leandro Santi. File: proxymap/proxymap.c. + +20030502 + + Bugfix: defer delivery after .forward etc. file read error. + File: local/token.c. Problem reported by Ben Rosengart, + Panix. + +20030520 + + Cleanup: future time stamps in Received: headers and negative + delays in delivery agent logging after "postdrop -r", + because deferred queue files had future file modification + times. File: src/postsuper/postsuper.c. + +20030521 + + Cleanup: nqmgr warnings about "recipient count mismatch" + after "postdrop -r", because the cleanup server did not + count the "already done" recipients. Problem reported by + Richard Stockton, Gramma Software. Files: + cleanup/cleanup_envelope.c, cleanup/cleanup_extracted.c + +20030528 + + Compatibility: "sendmail -q