Redirect emails to "Client Admin" account

Discussion in 'General' started by guimnk, Sep 2, 2010.

  1. guimnk

    guimnk Member

    How can I do to define 1 account to receive all e-mails of domain?

    Exemplo:

    Customer: Test
    Customer e-mail: [email protected]

    All e-mails from/to @mydomain.com are redirected to [email protected]..

    It's possible?

    Thanks
     
  2. Ghostdare

    Ghostdare Member

    Go to your "Email" tab -> "Email Chactall" -> "Add new Catchall" button -> select your domain (if you have multiple domains, choose one from the list) -> in Destination choose "[email protected]" ([email protected] must be created before you create this Catchall).
     
  3. guimnk

    guimnk Member

    Catchall

    Thanks,

    But, the catchall only redirects when the account not exists.. right?
     
  4. Ghostdare

    Ghostdare Member

    Yes. But if you want all the emails that came in @yourdomain.com create a rule in every mailbox

    Code:
    cc "[email protected]"
    LE: i know there is a tread in this forum regarding this
    LEE: and if you what to monitor also the outgoing mails go to main.cf an add or uncomment and put your desired emailbox

    Code:
    allwaysbcc = [email protected]
     
    Last edited: Sep 3, 2010

Share This Page