Notlshosts/FQDN: Difference between revisions
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 |
||
(2 intermediate revisions by the same user not shown) | |||
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 | |||
[[Control_Files_by_Function#qmail-remote|qmail-remote]] |
Latest revision as of 14:21, 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