blurb2

来自「linux下qmail的源码 本人加了一些注释」· 代码 · 共 27 行

TXT
27
字号
Mailing list management is one of qmail's strengths. Notable features:* qmail lets each user handle his own mailing lists. The deliveryinstructions for user-whatever go into ~user/.qmail-whatever.* qmail makes it really easy to set up mailing list owners. If the usertouches ~user/.qmail-whatever-owner, all bounces will come back to him.* qmail supports VERPs, which permit completely reliable automatedbounce handling for mailing lists of any size.* SPEED---qmail blasts through mailing lists an order of magnitudefaster than sendmail. For example, one message was successfullydelivered to 150 hosts around the world in just 70 seconds, with qmail'sout-of-the-box configuration.* qmail automatically prevents mailing list loops, even across hosts.* qmail allows inconceivably gigantic mailing lists. No random limits.* qmail handles aliasing and forwarding with the same simple mechanism.For example, Postmaster is controlled by ~alias/.qmail-postmaster. Thismeans that cross-host loop detection also applies to aliases.* qmail supports the ezmlm mailing list manager, which easily andautomatically handles bounces, subscription requests, and archives.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?