I am setting up a Linux box as a gateway and firewall for my companies LAN. The box also runs postfix as an outgoing SMTP server. Sometimes, people come and join the network with their laptops which are configured to use a different mail server. This is problematic since those mail servers will not accept connections from us (as they only allow their own customers to use their mail server). I would like to set up my firewall that no matter what mail server they try use, it always uses my one. I know this is possible, as I have seen it in action, the question is how..
2007-08-02
04:42:47
·
3 answers
·
asked by
mike3452
2
in
Computers & Internet
➔ Computer Networking
Just to explain further, as I notice from the answer I have received that perhaps my question wasn't understood. I do not want to force the users to change their configuration to use my server. Rather, I want to to allow them to keep the configuration they currently have, but while the client thinks they are connection to some other mail server, they are really using mine. I suppose this requires some sort of "NAT"-like behavior in which my gateway will pretend to the client that it is the remote server. As I said, I know this can be done as I have seen it in action. I just don't know *how* to do it.
2007-08-02
19:47:40 ·
update #1