Enhancement/exim advertise auth only on localhost and tls connections (#3935)
* Update exim4.conf.template
Exim will advertise AUTH for localhost and TLS connections so we avoid to send cleartext passwords over the net
* Update exim4.conf.4.94.template
Exim will advertise AUTH for localhost and TLS connections so we avoid to send cleartext passwords over the net
* Update exim4.conf.4.95.template
Exim will advertise AUTH for localhost and TLS connections so we avoid to send cleartext passwords over the net
* Update exim4.conf.template
Changed tls_cipher by tls_in_cipher (both work but Exim uses tls_in_cipher in their examples
* Update exim4.conf.4.94.template
Changed tls_cipher by tls_in_cipher (both work but Exim uses tls_in_cipher in their examples)
* Update exim4.conf.4.95.template
Changed tls_cipher by tls_in_cipher (both work but Exim uses tls_in_cipher in their examples)
* Create 1.8.6.sh
Added steps to modify Exim conf file to add auth_advertise_hosts
* Do not update on install update
---------
Co-authored-by: Jaap Marcus <9754650+jaapmarcus@users.noreply.github.com>