On Wed, Sep 26, 2001, Darrin Powell wrote:

>      I have question about using ssl for sendmail. Can you run secure email 
> via ssl "wrapper of some sort" and nonsecure email no ssl wrapper at the same 
> time? Reason being is to have both running to migrate off of regular mail to 
> secure mail.

If you don't want to use STARTTLS, then you can compile sendmail
8.12 with

-D_FFR_SMTP_SSL

and turn on 's' in the Modifiers of DaemonPortOptions:

DAEMON_OPTIONS(`Port=465,Name=SMTPS,M=s')

BTW: "FFR" means: "For Future Release", i.e., "unsupported".

For STARTTLS in sendmail see:
http://www.sendmail.org/~ca/email/starttls.html
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to