On Wed, Oct 06, 1999 at 08:56:07AM +0200, Roman Borovits wrote:
> I'm sorry but I don't have an answer for you, but maybe you wuld be so kind
> and help me. How can I make my sendmail 8.9 server under Linux beiing a SSL
> server. I guess this would be a long answer, just tell me the highlights,
> please, or where I can find some documentation about it.

To make a long story short: The protocol to integetrate TLS into mail
transfers (SMTP) is described in RFC2487. Like all mail related RFC
you can find it at the Internet Mail Consortium.
        http://www.imc.org/
As for practical realizations:
- Wrappers:
  stunnel contains a wrapper service to realize RFC2487, as well as the just
  announced safegossip package. I had a look into the stunnel source
  and a glance over safegossip, I did however not test it.
        http://mike.daewoo.com.pl/computer/stunnel/
        http://www.skygate.co.uk/safegossip/
- Integrating patches:
  For postfix, qmail patchkits are available, zmailer should by now include
  generic support.
  I for myself am working on the postfix patchkit:
        http://www.aet.tu-cottbus.de/personen/jaenicke/postfix_tls/
  You will find several references with regard to RFC2487 there.
- Sendmail:
  As far as I know there is no patchkit for sendmail 8.9 available, so
  you have to either use a wrapper solution or change to another mailer.
  I personallly switched to postfix and am very satisfied user.
  Your mileage may vary, of course.
  (Thatīs the good thing with Linux and other OpenSource and Free software:
  you have the choice).

Best regards,
        Lutz Jaenicke
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to