Home Forums OS X Server and Client Discussion Mail Multiple Forwards for one mail user

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #361659
    l008com
    Participant

    Is there an easy way to set up multiple mail forwards for one mail user? By easy, I mean preferably using the GUI to setup?

    #361663
    Sean Howard
    Participant

    I think he means to have postfix forward mail for a local user account to more than one email address

    I don’t know of any way to do this graphically.

    We’ve configured postfix to use virtual domains. So our setup is likely different, but this can be done in the aliases file. Look in /etc/postfix/…

    Put a line in that shows the shortname on the left and then you can reference an include that points to a file that contains a number of addresses seperated by commas. (means you can easily edit one external file)

    fax_domain_com: :include:/etc/postfix/virtual_domains/domain.com/lists/fax

    In this file we would have
    user_local_account, user2_local_account, [email protected], etc…

    Our local accounts all are in the format name_domain_com. You could use whatever shortname you are using.

    Sean

    #361681
    Matt Wynne
    Participant

    You can enter multiple addresses into the forward box in the users mail section in WGM – just separate them with commas.

    Chapter 1 Pg 27 of the Mail Admin Guide here

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

Comments are closed