This is an exim question but I post it to this group because it is
installed from a testing Debian package on Sarge. It starts with the
script in /etc/init.d. I had exim installed then decided I wanted
exim-tls and installed that. Please can anyone tell me how to start exim
with tls support. When I try to connect with telnet, I get this error:

 <rhino IP-TRACKING 0>$ telnet myip 465
Trying myip ...
telnet: Unable to connect to remote host: Connection refused

mail:/etc/exim# exim -bV
Exim version 3.35 #1 built 15-Apr-2002 20:48:24
Copyright (c) University of Cambridge 2001

The auth/tls entries in exim.conf:

host_auth_accept_relay = *

auth_hosts = MUSTAUTH

# SSL/TLS cert and key
tls_certificate = /etc/exim/mail.cert
tls_privatekey = /etc/exim/mail.cert

# Advertise TLS to anyone
tls_advertise_hosts = *

# Require auth over SSL only.
auth_over_tls_hosts = *

fixed_plain:
driver = plaintext
public_name = PLAIN
server_condition = ${if and     
{{eq{$2}{'uname'}}{eq{$3}{'pass'}}}{yes}{no}}
server_set_id = $2

Thanks,
-- 

Craig Jackson
__________________________
Wildnet Group LLC
103 North Park, Suite 110
Covington, Lousiana 70433
Office 985-875-9453
__________________________



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to