Hi,
I have installed Sendmail on my Debian box. I am running HostingController as my webhotel/domain system.
I have my own DNS servers running and working well. The HC is working well and creates domains, dns and ftp as it should. It is only the mail part that does not work fully.
When I try telnet mydomain 25 I get :
Quote:
Trying xx.xx.xx.xx...
Connected to mydomain.
Escape character is '^]'.
220 FTPServer.jg-data ESMTP Sendmail 8.14.3/8.14.3/Debian-5; Wed, 13 Jan 2010 10:44:21 +0100; (No UCE/UBE) logging access from: xx.xx.xx.xx.generic-hostname.arrownet.dk(OK)-xx.xx.xx.xx.generic-hostname.arrownet.dk [xx.xx.xx.xx]
|
And if I try telnet mydomain 110 I get :
Quote:
Trying xx.xx.xx.xx...
Connected to mydomain.
Escape character is '^]'.
+OK POP3 Server (Version 1.008) ready.
|
But if I try to send an email with Telnet mydomain port 25 I get this :
I have tried using port 587 but with same result.
I have searched the net to try to find something describing why I get Relaing denied, but didnt come accross something solving my problem.
Anyone that has a clue to what I have done wrong?