Subjects |
Setting up mail gateway questions.We have a private network on our lan and a public network on our lan. We want to put a mail gateway running postfix in the public network and have I can see here how to configure this: but I have a few questions. Are there any pointers or things I should watch out for when setting up this Also if mail is for a server on the private network is there any way for Thanks!
|
Re: Setting up mail gateway questions.
Cameron,
On your last question, sure you can do that - all you need to do is
map a public IP address/port to the private IP address/port, and
forward traffic for that public address/port combination to the
private address/port; you would do that at your firewall. This is
what I do for my personal mail server.
Daniel
Re: Setting up mail gateway questions.
Use sasl with tls or ssl.
see:
http://www.postfix.org/SASL_README.html
http://www.postfix.org/TLS_README.html