Re: Using Sendmail as an SSL client without STARTTLS



Michael Surette <msurette@xxxxxxxxxxxxxxx> writes:

svallet@xxxxxxxxx wrote:
Hi,
I'd like to know if it is possible to configure Sendmail as a client
using SSL without STARTTLS -- what I'm trying to set up is a sendmail
that authenticates itself to a mail hub either using SMTP AUTH over SSL
or certificates, knowing that the server at the other end directly
begins an SSL negotiation (i.e. *no* STARTTLS) -- I'd rather not resort
to stunnel-like solutions if possible.
And yes, the server does have to support some Outlook clients ;-)
Simon

I had the same problem. The solution is to add the following to your
sendmail.mc and regenerate your sendmail.cf. Port 465 is for smtps,
which is apparently depreciated, but Microsoft products seem to work
with it.

DAEMON_OPTIONS(`Port=465, name=SSA, M=Es')

You have provided recipe how to make sendmail accept incoming SSL (not
STARTTLS) connections. As I understand the question was about *outgoing*
SSL connections.

--
[pl2en Andrew] Andrzej Adam Filip : anfi@xxxxxxxxxxxx : anfi@xxxxxxxx
http://anfi.homeunix.net/
.



Relevant Pages

  • Re: sendmail behind a middle-box
    ... Your suggestion to have sendmail running on 2 ports and the middle box ... middlebox won't be able to pass on the info to the backend server. ... All these approaches will work only if the client issues a STARTTLS ...
    (comp.mail.sendmail)
  • Re: client end of ssl authenticaiton
    ... check an ssl box during setup. ... You're right about cert config not being *required* for the client ... So double-check with your ISP whether they support STARTTLS ... windows xp setup with outlook quit working too, ...
    (comp.mail.sendmail)
  • Re: sendmail behind a middle-box
    ... I am trying to find a way by which sendmail can work in tandem with a ... The middlebox in this case is a device which is capable of ... Do you actually have a middlebox that is capable of doing SMTP STARTTLS? ... a STARTTLS command from the client and do the SSL processing on behalf ...
    (comp.mail.sendmail)
  • Re: Using Sendmail as an SSL client without STARTTLS
    ... I'd like to know if it is possible to configure Sendmail as a client ... that authenticates itself to a mail hub either using SMTP AUTH over SSL ... to stunnel-like solutions if possible. ...
    (comp.mail.sendmail)
  • Using Sendmail as an SSL client without STARTTLS
    ... I'd like to know if it is possible to configure Sendmail as a client ... that authenticates itself to a mail hub either using SMTP AUTH over SSL ... the server does have to support some Outlook clients;-) ...
    (comp.mail.sendmail)