[exim] help me with send a copy to manager!

Pàgina inicial
Delete this message
Reply to this message
Autor: Gong Chaoyin
Data:  
A: exim-users
Assumpte: [exim] help me with send a copy to manager!
Hello.
I want to sent a copy to manager when the member of the group send a
email.....please tell me what i need to do?


MQ_MIS_SJ_USER_LIST     = SELECT emailaddress FROM users WHERE groupname =
'mis' AND location = 'sj'
addresslist mis_sj_address_list = mysql;MQ_MIS_SJ_USER_LIST
copy_outmail_to_manager:
        driver = redirect
        domains = ! +local_domains
        senders = +mis_sj_address_list
        allow_fail
        allow_defer
        data = XXX@???
        unseen


like it ?it's right?