[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Relay protection problem



On Wed, 21 Jul 1999, Piotr Glaska wrote:
> > smtp client does not support TLS.  And honestly, I do not understand
> > why it should.  Session-level security is no-security in mail transfer,
> > only point-to-point security is real security (e.g. PGP, S-MIME).
> 
> For example it could be used to provide secure mail transfers between
> several offices of company.

That's not an SMTP issue.

You should build a tunnel between the sites using whatever method you want
to use to secure it, and then make your SMTP connection (or any other sort)
through the tunnel.

-Andy