getting postfix to forward emails

Discussion in 'Server Operation' started by ProServ-uk.com, Aug 12, 2007.

  1. ProServ-uk.com

    ProServ-uk.com New Member

    hi,

    i have been trying to get postfix to forward emails to my hotmail inbox but with no such luck, if anyone can help me id be most thankfull,

    regards rickie,
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You could do this with /etc/aliases (run
    Code:
    newaliases
    if you change /etc/aliases and restart Postfix) or Postfix transports (see
    Code:
    man 5 transport
    ).
    A third way would be to use procmail. See
    Code:
    man procmail
    and
    Code:
    man procmailex
    This might help as well: http://www.howtoforge.com/procmail_tips_recipes
     
  3. ProServ-uk.com

    ProServ-uk.com New Member

    thank you falko for the reply :)
     

Share This Page