Chinaunix首页 | 论坛 | 博客
  • 博客访问: 236480
  • 博文数量: 59
  • 博客积分: 2016
  • 博客等级: 大尉
  • 技术积分: 660
  • 用 户 组: 普通用户
  • 注册时间: 2008-08-04 17:30
文章分类
文章存档

2013年(1)

2011年(2)

2010年(7)

2009年(30)

2008年(19)

我的朋友

分类: LINUX

2008-08-29 13:57:51

vi /etc/postfix/main.cf,add以下内容
 
sender_bcc_maps = hash:/etc/postfix/sender_bcc_maps      //发邮件
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc_maps //收邮件
 
vi /etc/postfix/sender_bcc_maps
   //中间要用tab
 
postmap hash:/etc/postfix/sender_bcc_maps
postmap hash:/etc/postfix/recipient_bcc_maps
 
postfix reload
 
always_bcc  //监控所有用户
阅读(846) | 评论(0) | 转发(0) |
0

上一篇:dspam文章

下一篇:postfix +mysql实现邮件监控

给主人留下些什么吧!~~