PDA

View Full Version : Postfix Setup


ton80
February 26th, 2007, 05:13 PM
Hello Forum,

I am working on setting up an email server for my own education. The documentation I found for doing this with Ubuntu talks about using TLS. Is it required to do this? Is this how normal email servers are configured? I don't recall having to deal with certificates before.
Just trying to get this going and I want to do it correctly.

Thanks,
Mike

Mr. C.
February 26th, 2007, 07:34 PM
TLS is an encryption layer, used to secure communication over an insecure network. It is useful when you have remote clients that need to connect to your server to submit email.

For your personal use, you probably don't need it.

If you decide you want to send email via your server remotely, you can either setup a VPN, create and SSH tunnel, or use TLS.

ton80
February 26th, 2007, 08:07 PM
Ok,
So does that mean I can ignore the configuration section regarding TSL? Will there be any adverse affects on the configuration?

Thanks for the help,
Mike

Mr. C.
February 26th, 2007, 08:28 PM
I'm not sure which documentation you are using, nor how you are going about your setup of postfix, so I can't give advice on that without more info.

Postfix will use TLS only if it has been compiled into the postfix binaries, and its configuration files are configured to use TLS. So if you are downloading precompiled binaries, then you can choose the non-TLS binaries if you desire. If you are building from source, you can simply not configure TLS in the compile line.

Abhi Kalyan
March 9th, 2007, 06:38 AM
Hi,
Am working on postfix too. Could you please point me to the documentation that you are talking about?