Notlshosts/FQDN: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
(Created page with "<u>'''notlshosts/FQDN'''</u> 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).")
 
No edit summary
Line 5: Line 5:


'''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).
'''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).
Stop TLS encryption for a particular domain:
  1) # nslookup -type=mx 'domain.tld'
        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:00, 26 March 2024

notlshosts/FQDN


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).


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