How To Tell SendMail To Explicitly NOT Try TLS For A Domain

10,252

In the /etc/mail/access file, add the line:

Try_TLS:broken.server   NO
Share:
10,252

Related videos on Youtube

Mike B
Author by

Mike B

Technology Enthusiast, Gamer, Sci-Fi Addict, and DIY-er in training. =)

Updated on September 17, 2022

Comments

  • Mike B
    Mike B over 1 year

    CentOS 5.x | Sendmail

    Hi Guys,

    I have sendmail setup to perform opportunistic TLS but would like to never use TLS when sending to a specific domain. Is there an entry I can add to /etc/mail/access to tell the server not to use it (regardless of whether or not the receiving MTA advertises support)?

    M

    • Admin
      Admin almost 14 years
      Just out of curiosity, why?
    • Admin
      Admin almost 14 years
      One reason: There exists broekn/misconfigured mail servers (for instance, iqc3.math.uwaterloo.ca) that will reject mail coming in on the SMTPS port. (different MikeyB, BTW)
    • Admin
      Admin almost 14 years
      TLS doesn't operate on the SMTPS (SSL) port, but I suppose it would be possible to configure a server such that encrypted sessions need to authenticate; which yours is obviously not looking to do. Good call on the "misconfigured server".
    • Admin
      Admin almost 14 years
      Thinkoed there - still rather annoyed at their misconfiguration :)
  • Mike B
    Mike B almost 14 years
    Thanks. This is exactly what I needed. Good name btw ;-)
  • Steve Townsend
    Steve Townsend almost 10 years
    Go Team Mike B! :D