Hi Sunil, Login as root to your system and run the command "netstat -pan | grep ":110" | grep LISTEN". It will show you which pid/programm name is using the port 110.
Probably the default installation of your system has a mailer already running. You will have to disable it from the init scripts of your system. -- Pavlos Georgiadis Sunil Kidambi wrote: > Sorry this might be a newbie question - i searched in google for days but > found nothing that helped ok straight to the point: > > I downloaded james 2.3.1 and it runs just great when i disable the default > mail/pop server and run james from the command. However I am stuck while > trying to make james as the default. I put the run command in inetd.conf and > when I telnet port 110 it shows me the startup messages - hardly what you > expect from a pop3 server - before finally dumping java stack for bind error. > So it looks like some program is watching 110 and invoking my server each > time. Now what kind of OS does things like that > > Anyway I am hoping this is already a pretty familiar problem so I will wait > for a solution thanks to all in advance > > Sunil > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
