monitor email send&receive on postfix
#vi /etc/postfix/main.cf
#create send & receive contrcol list
sender_bcc_maps = hash:/etc/postfix/sender_bcc_map
recipient_bcc_maps = hash:/etc/postfix/recipient_bcc_map
#vi /etc/postfix/sender_bcc_map
#must use "TAB" compart and
#user1 send any email out also cc to user2
#vi /etc/postfix/recipient_bcc_map
#must use "TAB" compart and
#any email to user1 mailbox also cc to user2 mailbox
#postmap hash:/etc/postfix/sender_bcc_map
#postmap hash:/etc/postfix/recipient_bcc_map
#postfix reload
always_bcc function:
,All of the email sent out from the postfix will BCC to
阅读(1613) | 评论(0) | 转发(0) |