[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Cannot open a connection to the mailserve 'localhost:25' -- Transpor
From: |
Dudi Goldenberg |
Subject: |
RE: Cannot open a connection to the mailserve 'localhost:25' -- Transport endpoint is not connected |
Date: |
Thu, 10 Jul 2014 21:07:23 +0000 |
Weird,
I tried telneting to smtp.jpl.nasa.gov port 25, I do get a reply.
I'd say that something is blocking your connection.
netstat -napt |grep 0.0.0.0:25 or 127.0.0.1:25 would verify that the SMTP
listener is indeed there.
If it is, then I'd look for selinux, apparmor and the likes to find out who
blocks it.
Regards,
D.