Re: [ilugd] unable to connect to qmail smtp server

2005-10-15 Thread Animesh Singh

 Telnet dosnt seem to be the problem. Please telnet with the ip and let
 us know the result:
 # telnet 192.168.1.XYZ 25


also to add:

check with netstat -ln for port 25 first and if it is running then check
with the tcp wrapper /etc/tcp.smtp file for any denial.

Animesh.
___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-15 Thread loving linux
 Telnet dosnt seem to be the problem. Please telnet
 with the ip and let
 us know the result:
 # telnet 192.168.1.XYZ 25
 -sg
same result
[EMAIL PROTECTED] ~]# telnet 192.168.1.XYZ 25
 Trying 192.168.1.XYZ...
 Connected to ..com (192.168.1.XYZ).
 Escape character is '^]'.
 Connection closed by foreign host.

sudeep



__ 
Start your day with Yahoo! - Make it your home page! 
http://www.yahoo.com/r/hs

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-15 Thread Animesh Singh
seems it is blocked via tcp wrapper. check for the rules in tcp.smtp file.

Animesh.

On 10/15/05, loving linux [EMAIL PROTECTED] wrote:

  Telnet dosnt seem to be the problem. Please telnet
  with the ip and let
  us know the result:
  # telnet 192.168.1.XYZ 25
  -sg
 same result
 [EMAIL PROTECTED] ~]# telnet 192.168.1.XYZ 25
 Trying 192.168.1.XYZ...
 Connected to ..com http://..com (192.168.1.XYZ).
 Escape character is '^]'.
 Connection closed by foreign host.

 sudeep



 __
 Start your day with Yahoo! - Make it your home page!
 http://www.yahoo.com/r/hs

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-15 Thread Raj Shekhar
in infinite wisdom Animesh Singh spoke thus  On 10/15/2005 11:59 PM:
 seems it is blocked via tcp wrapper. check for the rules in tcp.smtp file.

 
 On 10/15/05, loving linux [EMAIL PROTECTED] wrote:
 

same result
[EMAIL PROTECTED] ~]# telnet 192.168.1.XYZ 25
Trying 192.168.1.XYZ...
Connected to ..com http://..com (192.168.1.XYZ).
Escape character is '^]'.
Connection closed by foreign host.

No, it is not tcp wrappers.  Had the connection been denied by the tcp
wrappers, you would not have gotten the line Connected to
..com http://..com (192.168.1.XYZ). A simple
 connection refused

Did you check the qmail log files ?  Did you try running it in
non-daemon mode ?

-- 
Raj ShekharY!IM : lunatech3007
blog : http://rajshekhar.net/blog  home : http://rajshekhar.net
Disclaimer : http://rajshekhar.net/disclaimer

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-15 Thread Animesh Singh
Raj there are multiple ways to operate via tcp wrappers. I still suggest you
to paste the tcp.smtp file.and more reason can be of number of concurrent
connection. If it reaches the max. value then it won't give you proper
connection or sometime break the connection. In that case also paste the
logs of the smtp and qmail.

more over are you also running qmail-scanner ( it has the module to auto
block features, just then merely scoring ) ?

Animesh.

On 10/16/05, Raj Shekhar [EMAIL PROTECTED] wrote:

 in infinite wisdom Animesh Singh spoke thus On 10/15/2005 11:59 PM:
  seems it is blocked via tcp wrapper. check for the rules in tcp.smtpfile.

 
  On 10/15/05, loving linux [EMAIL PROTECTED] wrote:
 

 same result
 [EMAIL PROTECTED] ~]# telnet 192.168.1.XYZ 25
 Trying 192.168.1.XYZ...
 Connected to ..com http://..com 
 http://..com (192.168.1.XYZ).
 Escape character is '^]'.
 Connection closed by foreign host.

 No, it is not tcp wrappers. Had the connection been denied by the tcp
 wrappers, you would not have gotten the line Connected to
 ..com http://..com http://..com (
 192.168.1.XYZ). A simple
  connection refused

 Did you check the qmail log files ? Did you try running it in
 non-daemon mode ?

 --
 Raj Shekhar Y!IM : lunatech3007
 blog : http://rajshekhar.net/blog home : http://rajshekhar.net
 Disclaimer : http://rajshekhar.net/disclaimer

 ___
 ilugd mailinglist -- ilugd@lists.linux-delhi.org
 http://frodo.hserus.net/mailman/listinfo/ilugd
 Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi
 http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-14 Thread Subu_G
On 10/14/05, Raj Shekhar [EMAIL PROTECTED] wrote:
 in infinite wisdom loving linux spoke thus  On 10/13/2005 01:28 PM:
 
  192.168.1.XYZ is the internal IP of the machine.
  Now when i telnet the smtp i got this error:
  [EMAIL PROTECTED] ~]# telnet localhost 25
  Trying 127.0.0.1...
  Connected to localhost.localdomain (127.0.0.1).
  Escape character is '^]'.
  Connection closed by foreign host.

Telnet dosnt seem to be the problem. Please telnet with the ip and let
us know the result:
# telnet 192.168.1.XYZ 25
-sg

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



[ilugd] unable to connect to qmail smtp server

2005-10-13 Thread loving linux
Dear All,
We are running FC4 with default kernel
2.6.11-1.1369_FC4 with qmail.
I am new to qmail and i didnt know the setup these
people have here, as there ex-employee has left the
organisation and he has made some chages to some
configuration files due to which the server is facing
some problems. One major problem is the mail server,
which is a qmail server.
I have checked the qmail how to at:
http://www.flounder.net/qmail/qmail-howto.html and
accordingly i have checked /etc/tcp.smtp and this file
look like this:
127.0.0.1:allow,RELAYCLIENT=
192.168.1.XYZ:allow,RELAYCLIENT=
192.168.1.:allow,RELAYCLIENT=
:allow

192.168.1.XYZ is the internal IP of the machine.
Now when i telnet the smtp i got this error:
[EMAIL PROTECTED] ~]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.

Can someone please help, though i am getting help from
google :), but i would like someone to help me getting
started in quick time.

Thanks a lot
sudeep




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-13 Thread Gora Mohanty
--- loving linux [EMAIL PROTECTED] wrote:
[...]
 192.168.1.XYZ is the internal IP of the machine.
 Now when i telnet the smtp i got this error:
 [EMAIL PROTECTED] ~]# telnet localhost 25
 Trying 127.0.0.1...
 Connected to localhost.localdomain (127.0.0.1).
 Escape character is '^]'.
[...]

Is telnet enabled? Tried ssh?

Regards,
Gora



__ 
Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-13 Thread loving linux


--- Gora Mohanty [EMAIL PROTECTED] wrote:

 --- loving linux [EMAIL PROTECTED] wrote:
 [...]
  192.168.1.XYZ is the internal IP of the machine.
  Now when i telnet the smtp i got this error:
  [EMAIL PROTECTED] ~]# telnet localhost 25
  Trying 127.0.0.1...
  Connected to localhost.localdomain (127.0.0.1).
  Escape character is '^]'.
 [...]
 
 Is telnet enabled? Tried ssh?
Yes, when i nmap my server it list down the open
ports. Port 25 110 are open and there is no other smtp
server running except qmail. telnet to port 110 is
running fine:
[EMAIL PROTECTED] ~]# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
+OK [EMAIL PROTECTED]
 Regards,
 Gora
Regards
sudeep




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/



Re: [ilugd] unable to connect to qmail smtp server

2005-10-13 Thread Raj Shekhar
in infinite wisdom loving linux spoke thus  On 10/13/2005 01:28 PM:
 
 192.168.1.XYZ is the internal IP of the machine.
 Now when i telnet the smtp i got this error:
 [EMAIL PROTECTED] ~]# telnet localhost 25
 Trying 127.0.0.1...
 Connected to localhost.localdomain (127.0.0.1).
 Escape character is '^]'.
 Connection closed by foreign host.
 

I have not used qmail, but postfix.  Have you checked the log files ?
Increase the debugging level and then try running it.  Another option
would be to start it in non-daemon mode and then running the checks.

-- 
Raj ShekharY!IM : lunatech3007
blog : http://rajshekhar.net/blog  home : http://rajshekhar.net
Disclaimer : http://rajshekhar.net/disclaimer

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/