eMail Forwarding Appliance

Discussion in 'HOWTO-Related Questions' started by barney.parker, Aug 12, 2008.

  1. barney.parker

    barney.parker New Member

    Hi,

    My company are outsourcing our IT systems, but we have an issue where their mail servers will not accept mail addresses to our domain.

    This is a problem since we still get an enormous amount of mail to our current domain, and cannot afford to loose it!

    Can anyone give me a few hints on how to set up a simple linux box which can recieve all emails to our doiman, readdress them to the new domain (according to a lookup table) and send them on to the new mail servers?

    One problem i have is that we currently use [first initial].[sirname]@fqdn.net, but the new hosts use [first name].[sirname]@fqdn.org.

    Thanks
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can use Postfix transports to redirect the mails. Take a look at
    Code:
    man 5 transport
     

Share This Page