sending mail to two address with postfix

Discussion in 'Server Operation' started by paulley, Jul 3, 2006.

  1. paulley

    paulley New Member

  2. falko

    falko Super Moderator Howtoforge Staff

    Create a .forward file in the user's homedir which looks like this:

    Code:
    "|/usr/bin/procmail -f-", [email protected]
    Then run
    Code:
    chmod 600 /path/to/.forward
    chown username:group /path/to/.forward
     

Share This Page