Hello, Can someone tell me how can I have hidden copies of all incoming and outgoing emails on ispconfig? Is it possible to install exim on ispconfig? Thank you
Thank you for you response! Can you tell me if this will send copies for outgoing emails also? how to specific to send all emails for a specific email address to other email? Thank you
what about this: sender_bcc_maps = hash:/etc/postfix/special_user recipient_bcc_maps =hash:/etc/postfix/special_user In /etc/postfix/special_user: [email protected] [email protected] will this work?
Don´t forgert to postmap the file and reload postfix if you change the special_user-file. You can also use always_bcc = address
How can I specific the email address I want to receive copy of emails and the destination? Example: I want to receive Copies Of Incoming And Outgoing Emails from [email protected] and send the copies of emails to [email protected] How can I do that? Thank you very much
in your file: [email protected] [email protected] where [email protected] is the source and [email protected] the recipient for bcc.