I have uploaded new tarballs to ftp.porcupine.org. Let's hope that things stabilize this week. Below are the changes since RC2.
URL: ftp://ftp.porcupine.org/mirrors/postfix-release/index.html Wietse 20110118 Bugfix: the tls_disable_workarounds word list only included workarounds in SSL_OP_ALL. Problem report by Steve Jenkins, problem fix by Victor Duchovni. File: tls/tls_misc.c. Last-minute incompatible syntax change: Postfix now uses ";" instead of "," to separate DNSBL/DNSWL address filter fields inside "[]". The compatibility break is not an issue, because the syntax never worked in main.cf. Problem reported by Mark Martinec. Files: util/ip_match.c, util/ip_match.in, util/ip_match.ref, proto/postconf.proto. Cleanup: postscreen now monitors the AVERAGE latency of table access, and complains at most once per minute. File: postscreen/postscreen_dict.c. Bugfix: support for the "dunno" command somehow disappeared from the postscreen_access_list implementation. File: postscreen/postscreen_access.c.