exim dont accept incomming connections

edore

Verified User
Joined
Nov 18, 2005
Messages
16
Hi,

Exim dont accept incomming connections from clients. It only accepts connections from localhost (I can send email with squirrelmal).

I tried downloading the default exim config from directadmin, but there's no difference. Also my firewall is propper installed.
I have no idea how I can fix this problem, could anyone please help me out?
 
More information please.

Domain for example. Or server hostname.

How do you know your firewall is correct?

Jeff
 
edore said:
www.edore.nl

and we didn't change anything on the firewall
That doesn't mean it's correct; plenty of OS Distributions come with firewalls that by default block all incoming ports.

Note that I had no problem connecting to your exim daemon:
Code:
[jlasman@of1 ~]$ telnet mail.edore.nl 25
Trying 81.171.108.212...
Connected to mail.edore.nl (81.171.108.212).
Escape character is '^]'.
220 web27.world-xs.nl ESMTP Exim 4.54 Sat, 24 Jun 2006 02:45:10 +0200
ehlo of1.namelessnet.net
250-web27.world-xs.nl Hello host-216-66-238-153.lcinet.net [216.66.238.153]
250-SIZE 20971520
250-PIPELINING
250-AUTH PLAIN LOGIN
250-STARTTLS
250 HELP
mail from:<[email protected]>
250 OK
rcpt to:<[email protected]>
250 Accepted
quit
221 web27.world-xs.nl closing connection
Connection closed by foreign host.

Note also that I used real addresses when I actually tried it but I obfuscated them for this thread.

Jeff
 
it seems that my isp is blocking port 25 in every way. So problem fixxed:P
 
I seem to have the same problem, I thought I had it fixed then it started all over, cant accept no mail at all.
here is what I get when I try to telnet to that port
Unable to connect to remote host: No route to host
 
i think I have it now, sorry, think it was hostname issues again or something.
I wasnt getting the smtp cause my isp has it blocked
 
Back
Top