Need to create canonical map

Discussion in 'ISPConfig 3 Priority Support' started by rob_morin, Feb 13, 2017.

  1. rob_morin

    rob_morin Member

    Hello all, I need to create a canonical map so that i can redirect non deliverable mails to a proper address.
    IE; [email protected] [email protected]
    The above postmaster email address will never go anywhere i want to rewrite the email to send to [email protected]
    In a standard postfix setup i would create a has file named rewrite and have the following in it
    [email protected] [email protected]

    ...and in main.cfi would have an entry like this
    canonical_maps = hash:/etc/postfix/rewrite

    How can I achieve the same thing in ispconfig??
    Thanks..
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig does not use canonical maps, if you want to use them then you will have to create that file in main.cf.
     

Share This Page