Notlshosts/FQDN and Tlshosts/exhaustivelist: Difference between pages

From QmailToaster
(Difference between pages)
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
Line 1: Line 1:
<u>'''notlshosts/FQDN'''</u>
<u>'''tlshosts/exhaustivelist'''</u>




man '''qmail-remote''' excerpt:
man '''qmail-remote''' excerpt:


'''qmail-remote''' will not try TLS on servers for which this file exists ('''FQDN''' is the fully-qualified domain name of the server). ([[tlshosts/FQDN.pem takes precedence over this file however).
If this file exists no TLS will be tried on hosts other than those for which a file '''tlshosts/FQDN.pem''' exists.


 
  Stop TLS encrypiion for all domains:
  Stop TLS encryption for a particular domain:
   1) # mkdir /var/qmail/control/tlshosts
   1) # nslookup -type=mx 'domain.tld'
   2) # touch tlshosts/exhaustivelist
        domain.tld    mail exchanger = 0 mx.domain.tld.
  2) # mkdir /var/qmail/control/notlshosts/
   3) # touch /var/qmail/control/notlshosts/mx.domain.tld

Revision as of 14:01, 26 March 2024

tlshosts/exhaustivelist


man qmail-remote excerpt:

If this file exists no TLS will be tried on hosts other than those for which a file tlshosts/FQDN.pem exists.

Stop TLS encrypiion for all domains:
  1) # mkdir /var/qmail/control/tlshosts
  2) # touch tlshosts/exhaustivelist