This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:exim4 [2022/08/20 06:11] – oemb1905 | computing:exim4 [2024/12/16 01:32] (current) – oemb1905 | ||
---|---|---|---|
Line 206: | Line 206: | ||
{{ : | {{ : | ||
- | --- //[[jonathan@haacksnetworking.com|oemb1905]] | + | To stop the relay from barfing when clients with incomplete TLS emails through it, you can do the following on the client sending th email (not on the server/ |
+ | |||
+ | sudo nano / | ||
+ | REMOTE_SMTP_SMARTHOST_TLS_VERIFY_HOSTS = !* | ||
+ | systemctl restart exim4 | ||
+ | |||
+ | --- //[[alerts@haacksnetworking.org|oemb1905]] |