| NIIBE Yutaka's glog | |||||
|
Subscribe
Links |
2005-06-23 (Thu)
Exim4 with TLS server feature
Connections to SSMTP (465/tcp) or SUBMISSION (587/tcp) are allowed. So, I thought that setup my exim4 server with SSMTP. I added a file /etc/exim4/conf.d/main/02_exim4-config_enable_tls, which contents are: So far, so good. But I found that the network where my server resides has 465 port disabled. Duh.MAIN_TLS_ENABLE=true tls_on_connect_ports = 465 daemon_smtp_ports = 25 : 465
|
||||