postfix-users October 2010 archive
Main Archive Page > Month Archives  > postfix-users archives
postfix-users: Re: Encrypt messages between 2 servers

Re: Encrypt messages between 2 servers

From: Stan Hoeppner <stan_at_nospam>
Date: Sat Oct 23 2010 - 16:00:59 GMT
To: postfix-users@postfix.org

David Touzeau put forth on 10/23/2010 7:30 AM:
> Yes it for a company between remote sites trough internet that need to
> be sure that documents cannot be opened.
> i know pgp but there no informations how we can hook postfix or there is
> not such filter that should perform this operation.

Why don't you simply setup a VPN tunnel between the sites? This is
exactly the scenario for which VPN technology was created:

http://en.wikipedia.org/wiki/Virtual_private_network

The two routers currently in place may already have VPN capability that
you can simply configure in a few minutes. If not, setup a couple of
Linux VPN gateways, one at each site. After that, simply create a host
file entry on each SMTP server with the FQDN of the other and its
RFC1918 address, so each sends SMTP to the other over the encrypted VPN
tunnel.

VPN is not new--been around for 10 years or so, and they are _widely_
used. Have you never heard of a VPN?

-- Stan