Hook file allowing to add a recipient/sender bcc map to the i-MSCP MTA (Postfix)

  • Hook file allowing to add a recipient/sender bcc map to the i-MSCP MTA (Postfix)


    This hook adds a recipient/sender bcc map to the postfix main.cf


    Compatibility


    Git Master


    Howto install

    • Donwload the hook file into the /etc/imscp/hooks.d directory
    • Create a file /etc/postfix/imscp/recipient_bcc_map if it doesn't exists
    • Create a file /etc/postfix/imscp/sender_bcc_map if it doesn't exists
    • Make the hook file only readable by root user (chmod 0600)
    • Run the imscp-setup script



    Examples:

    Code
    1. Forwardng (BCC) a sinlge email address: [email protected] [email protected]
    2. Forwardng (BCC) a domain: @example.com [email protected]

    Edited once, last by TheCry ().