文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>qmail实现对某一个域的邮件的进出实行监控

qmail实现对某一个域的邮件的进出实行监控

时间:2006-08-09  来源:snowtty

实现对某一个域的邮件的进出实行监控。
实现方法:采用qmail-tap的补丁。
原文如下
qmail provides the ability to make a copy of each email that flows through the system.
This is done using the QUEUE_EXTRA code. See qmail FAQ #8.2

The qmail tap patch adds additional functionality:
1) Specify which email addresses to tap using a regex style control file. With the
regex function, you can specify full domains or individual email addresses.

2) Specify which email address to send the emails to.

3) Qmail does not need to be restated to when the taps control file is changed.

The regex match is applied to both the to and from email addresses. So email
sent to or from the addresses will be copied. Matching is case insensitive.
If there are multiple matches, the first match is used.

The queue tap patch adds a new control file:

/var/qmail/control/taps
Contains a regex style list of addresses to tap and the email
address of where you want the copy sent to.

Examples:
a) To tap a whole domain add a line like:
.*@domain.com:[email protected]

b) To tap an individual email address add a line like:
[email protected]:[email protected]
相关阅读 更多 +
排行榜 更多 +
进击的小动物安卓版

进击的小动物安卓版

飞行射击 下载
进攻yalghaar

进攻yalghaar

飞行射击 下载
深空战场

深空战场

飞行射击 下载