Exim port 465 error - cannot connect

stars

Verified User
Joined
Nov 3, 2010
Messages
61
I cannot connect to port 465 to use secure smtp. Non ssl/tls works fine.

1) Port 465 is opened id csf/ldf (TCP incomming)
2) /etc/exim.conf is correct, so does certs
3) lsof -i :465 gives me
Code:
exim    18164 mail    8u  IPv4 2147482672      0t0  TCP *:urd (LISTEN)

Is the above correct? What is urd?
 
Nothing by that name. As I see I have same lsof output on my every server with DA. Whats Yours output of
Code:
lsof -i :465

Rechecked /etc/services - there is urd service:

Code:
urd             465/tcp         smtps   # URL Rendesvous Directory for SSM / SMTP over SSL (TLS)

Is this correct?
 
Last edited:
Back
Top