hi i am having problem accessing my mail server. i can ping to it. but the mail server is not able to ping router & any other machine on network. when am trying to login in my account i gives me following error. *Warning*: fsockopen(): unable to connect to umail.mu.ac.in:143 in * /srv/www/htdocs/mail/functions/imap_general.php* on line *454.* Error connecting to IMAP server: umail.mu.ac.in. 111 : Connection refused
our DNS can also ping the mail server. we have suse9.0 on mailserver. & our mail server is postfix. i have restarted all services. i rebooted the server but the problem persist. pls give soluation..
-- Regards Advait Raut
Advait,
when am trying to login in my account i gives me following error. *Warning*: fsockopen(): unable to connect to umail.mu.ac.in:143 in * /srv/www/htdocs/mail/functions/imap_general.php* on line *454.* Error connecting to IMAP server: umail.mu.ac.in. 111 : Connection refused
Try restarting the IMAP daemon I guess SuSE Linux comes with UWIMap by default.
Check for this file /etc/xinetd.d/imap should read like : service imap { disable = no socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/imapd flags = IPv4 }
Restart xinetd with following command. rcxinetd restart; It should work mostly if nothing else would have been broken.
Thanks & Regards, Mitul Limbani, Founder & CEO, Enterux Solutions, The Enterprise Linux Company (TM), www.enterux.com
Advait,
*Warning*: fsockopen(): unable to connect to umail.mu.ac.in:143 in
Look over here, thats knowledge for SuSE product range.
http://support.novell.com/search/kb_index.jsp
Thanks & Regards, Mitul Limbani, Founder & CEO, Enterux Solutions, The Enterprise Linux Company (TM), www.enterux.com
On Monday 02 January 2006 14:12, Advait Raut wrote:
hi i am having problem accessing my mail server. i can ping to it. but the mail server is not able to ping router & any other machine on network. when am trying to login in my account i gives me following
*snip*
this is very weird. Is it possible for you to ping those routers or other machines on the network via another machine (separate from this server?).
On 1/3/06, Dinesh Joshi dinesh.a.joshi@gmail.com wrote:
On Monday 02 January 2006 14:12, Advait Raut wrote:
hi i am having problem accessing my mail server. i can ping to it. but the mail server is not able to ping router & any other machine on network. when am trying to login in my account i gives me following
*snip*
this is very weird. Is it possible for you to ping those routers or other machines on the network via another machine (separate from this server?).
-- Dinesh A. Joshi
hi yes i can ping my router as well as DNS through other machines. this situation happened suddenly today afternoon. when mail server was working properly. is there any network service that i should start. or should i try it by stoping firewall. or is the problem of ip conflict.
-- Regards Advait Raut
Advait,
hi yes i can ping my router as well as DNS through other machines. this situation happened suddenly today afternoon. when mail server was working properly. is there any network service that i should start. or should i try it by stoping firewall. or is the problem of ip conflict.
Try restarting the IMAP daemon I guess SuSE Linux comes with UWIMap by default.
Check for this file /etc/xinetd.d/imap should read like : service imap { disable = no socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/imapd flags = IPv4 }
Restart xinetd with following command. rcxinetd restart; It should work mostly if nothing else would have been broken.
Look over here, thats knowledgebase for SuSE product range. http://support.novell.com/search/kb_index.jsp
Thanks & Regards, Mitul Limbani, Founder & CEO, Enterux Solutions, The Enterprise Linux Company (TM), www.enterux.com
On 1/3/06, Mitul Limbani mitul@enterux.com wrote:
Advait,
hi yes i can ping my router as well as DNS through other machines. this situation happened suddenly today afternoon. when mail server was
working
properly. is there any network service that i should start. or should i
try
it by stoping firewall. or is the problem of ip conflict.
Try restarting the IMAP daemon I guess SuSE Linux comes with UWIMap by default.
Check for this file /etc/xinetd.d/imap should read like : service imap { disable = no socket_type = stream protocol = tcp wait = no user = root server = /usr/sbin/imapd flags = IPv4 }
Restart xinetd with following command. rcxinetd restart; It should work mostly if nothing else would have been broken.
Look over here, thats knowledgebase for SuSE product range. http://support.novell.com/search/kb_index.jsp
Thanks & Regards, Mitul Limbani, Founder & CEO, Enterux Solutions, The Enterprise Linux Company (TM), www.enterux.com
ya thanks
-- Regards Advait Raut