SMTP Server:Listener Failure

Has anyone experienced this:I get the following message on the server console after starting the server:

SMTP Server: Listener failure, TCP/IP port number [25] is already in use on this system

Suspending Listen task for 20 seconds due to network errors

Unable to bind to port PORT=6400 errno=98 “Address already in use”

I have tried -

chmod +s bindsock

but that did not solve the problem.

OS= SuSE 8.0

Any ideas?

Subject: no other tasks running that use port 80?

If this were a W2K box, I’d say ‘you need to stop IIS and Windows’ SMTP task’.

Subject: SMTP Server:Listener Failure…

sounds like you’ve got a native SuSE smtp server running. Make sure you disable it and then you should be able to start the notes smtp service.

Subject: RE: SMTP Server:Listener Failure…

apply this command as root…

chmod 4555 bindsock

it should get this settings:

bindsock → r-sr-xr-x root daemon

worked fine in our system…

Subject: RE: SMTP Server:Listener Failure…

i got the same error today after an upgrading to 6.0.1CF2. Do you know already why there are the wrong rights on this file?

thanx

martin