Settings | Sign in | Sign up

The author has 4 posts.

postfix用於發送郵件,dovecot用於接收郵件

Floor 1 巨大八爪鱼 11/25/24 13:00

postfix是Wietse Venema在IBM的GPL協議之下開發的MTA(郵件傳輸代理)軟件。postfix是Wietse Venema想要為使用最廣泛的sendmail提供替代品的一個嘗試。在Internet世界中,大部分的電子郵件都是通過sendmail來投遞的,大約有100萬用戶使用sendmail,每天投遞上億封郵件。這真是一個讓人吃驚的數字。Postfix試圖更快、更容易管理、更安全,同時還與sendmail保持足夠的兼容性。

Dovecot 是一個開源的 IMAP 和 POP3 郵件伺服器,支持 Linux/Unix 系統。
Floor 2 巨大八爪鱼 11/25/24 13:11
postfix官網:http://www.postfix.org/
dovecot官網:https://www.dovecot.org/
Floor 3 巨大八爪鱼 11/25/24 13:12

Floor 4 巨大八爪鱼 11/25/24 13:20
查看postfix版本:
$ postconf -d mail_version
mail_version = 2.10.1

查看dovecot版本:
$ dovecot --version
2.2.36 (1f10bfa63)

Content converter:

Reply the post
Content:
User: You are currently anonymous.
Captcha:
Unclear? Try another one.