To setup MTA/SMTP server as post master

Discussion in 'Server Operation' started by satimis, Sep 10, 2008.

  1. satimis

    satimis Member

    Hi folks,


    I have been googling around for a Howto/Guide/Tutorial to setup a MTA/SMTP server to route incoming mails to their respective server based on domain. It brought many threads and I hesitate which is the right direction to proceed.


    My goal is;

    All domains points to the same fixed/external IP.

    Several Mail Servers running on a Virtual Box


    Guest_1, the SMTP server do the routing (using the DNS with the MX records)

    Internet (incoming mails) -> via router forwarding port 25 -> Guest_1 - smtp server -> decides to send mails to Guest_2, Guset_3, Guest_4, Guest_5. etc. based on domain.


    Please shed me some light. Pointer would be appreciated. TIA


    B.R.
    satimis
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can do this with Postfix transports. Take a look at
    Code:
    man 5 transport
     

Share This Page