Get Exim TLS working
authorroot <root@deleuze.hcoop.net>
Tue, 20 Nov 2007 22:47:25 +0000 (17:47 -0500)
committerroot <root@deleuze.hcoop.net>
Tue, 17 Jun 2008 04:21:51 +0000 (00:21 -0400)
conf.d/main/01_exim4-config_listmacrosdefs

index 3c34794..4ac804b 100644 (file)
@@ -161,3 +161,9 @@ SYSTEM_ALIASES_FILE_TRANSPORT = address_file
 
 # hcoop-change: deliver mail to AFS
 MAILDIR_HOME_MAILDIR_LOCATION = /afs/hcoop.net/common/email
+
+# hcoop-change: enable TLS
+MAIN_TLS_ENABLE = yes
+# be sure to add these ports to /etc/default/exim4
+daemon_smtp_ports = 25 : 465
+tls_on_connect_ports = 465