Postfix Configuration Problem

Discussion in 'Installation/Configuration' started by Shahryar, Dec 7, 2006.

  1. Shahryar

    Shahryar New Member

    Hi,

    I am new to Postfix installation / configuration

    I have to setup postfix in one of the offices here (Office A). The other office (Office B) is using MS Exchange as mail server and all staff members in office B have their mailboxes in Exchange. I have created mailboxes for staff members of Office A on Office A's postfix server.

    The problem that I am facing is that when someone from Office A emails someone in Office B, then postfix tries to find the mailbox locally but as it does not see the mailbox locally it bounces the email back to the sender. What i want is that the postfix server should forward all such emails to Office B's Exchange Server instead of bouncing them back.

    Note: both servers are using the same domainname lets say companyname.com and Office A and Office B are VPNed.

    Any help would be truly appreciated.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You could use Postfix transports (see
    Code:
    man 5 transport
    ) to forward the mails from Postfix to the Exchange server.
     

Share This Page