On 2017-12-01, Cyborg <[email protected]> wrote: > Hi, > > is there way to stop mail delivery to external servers if those servers > do NOT offer STARTTLS ? > > A DB depended condition, when to check it, would be awesome.
hosts_require_tls (option to SMTP tranport) It takes a string which is expanded so you can do a database lookup based on anything and return "*" to require STARTTLS and "" to not require it. -- This email has not been checked by half-arsed antivirus software -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
