NIIBE Yutaka's glog
   


About
NIIBE Yutaka's glog, Eight disks, three pegs, and just a little hack.

Subscribe
Subscribe to a syndicated feed of this log.

Links


       
2005-06-23 (Thu)

Exim4 with TLS server feature
Here at LinuxTag, the connection to SMTP is prohibited.

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:

MAIN_TLS_ENABLE=true
tls_on_connect_ports = 465
daemon_smtp_ports = 25 : 465
So far, so good. But I found that the network where my server resides has 465 port disabled. Duh.

[/debian] permanent link