This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    exim_smtp_authentication_against_ldap [2017/09/09 17:54] 127.0.0.1 external edit  | 
                
                    exim_smtp_authentication_against_ldap [2020/02/13 22:55] (current) | 
            ||
|---|---|---|---|
| Line 160: | Line 160: | ||
| filter = exim | filter = exim | ||
| logpath = / | logpath = / | ||
| + | </ | ||
| + | |||
| + | You will probably want to have Exim listen to alternate ports (465/587), and allow auth only on encrypted connections: | ||
| + | < | ||
| + | daemon_smtp_ports = 25 : 465 : 587 | ||
| + | tls_on_connect_ports = 465 | ||
| + | auth_advertise_hosts = localhost : ${if eq{$tls_cipher}{}{}{*}} | ||
| </ | </ | ||