SMTP 服務器,Postfix 3.0.3 穩定版發布
Postfix 是一種電子郵件服務器,它是由任職于IBM華生研究中心(T.J. Watson Research Center)的荷蘭籍研究員Wietse Venema為了改良sendmail郵件服務器而產生的。最早在1990年代晚期出現,是一個開放源代碼的軟件。
CentOS下的詳細配置手冊:http://www.centospub.com/make/postfix_smtp.html
Postfix 穩定版 3.0.3 發布,同時發布遺留版本 2.11.7, 2.10.9 和 2.9.15。Postfix 2.9.15 改進:
-
The postmulti command produced an incorrect error message.
</li> -
The postmulti command now refuses to create a new MTA instance when the template main.cf or master.cf file are missing. This is a common problem on Debian-like systems.
</li> -
False alarms while scanning the Postfix queue. Fixed by resetting errno before calling readdir(). This defect was introduced 19970309.
</li> -
The Postfix Milter client aborted with a panic while adding a message header, after adding a short message header with the PREPEND action. Fixed by invoking the header output function while PREPENDing a message header.
</li> </ul>Postfix 2.10.9 改進:
-
Turning on Postfix SMTP server HAProxy support broke TLS wrappermode. Fixed by temporarily using a 1-byte VSTREAM buffer to read the HAProxy connection hand-off information.
</li> </ul>Postfix 2.11.7 改進
-
Compile error with AIX. The AIX 6/7 resolver(5) API defines RES_USE_DNSSEC without defining the "ad" bit. Fixed by disabling DNSSEC support for AIX 7x and earlier.
</li> -
The xtext_unquote() function did not propagate error reports from xtext_unquote_append(), causing the decoder to return partial ouput, instead of rejecting malformed input. The Postfix SMTP server uses this function to parse input for the ENVID and ORCPT parameters, and for the XFORWARD and XCLIENT commands.
</li> </ul>Postfix 3.0.3 改進:
-
The COMPATIBILITY_README text and HTML files were not installed.
</li> -
The uxtext_unquote() function had the same problem as xtext_unquote(), because one was created by copying the other. The Postfix SMTP server uses this function to parse input for the ORCPT parameter with SMTPUTF8.
</li> -
Unreported bug: Postfix smtpd_mumble_restrictions could report an incorrect reason for failed DNS lookups. Fixed by saving and restoring h_errno while evaluating the result from multi-query DNS lookups.
</li> </ul>下載:http://www.postfix.org/,更多內容請看發行說明。
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!
-
-
-