ISPConfig 3 Debian Wheezy auto-bcc e-mails

Discussion in 'ISPConfig 3 Priority Support' started by keshwarsingh, Jul 11, 2013.

  1. keshwarsingh

    keshwarsingh Member

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    For incoming emails, you can insert a rule in the custom rules field of the mailbox:

    Courier:

    cc '[email protected]'

    Dovecot

    redirect '[email protected]';
    keep;

    Outgoing emails dont run trough a filter, so this solution will work only for incoming emails. As far as I know you can do a bcc for all emails in postix main.cf, but I guess it does not allow to define specific addresses for which it shall get applied.
     

Share This Page