On Thursday 27 February 2003 20:42, Kevin L Aleshire wrote:
> when i try to run the vpop script i get this error message "tcpserver:
> fatal: unable to bind: address already used"
>
> below is the script that i'm using.
>
> #!/bin/sh
> env - PATH="/var/qmail/bin:/usr/local/bin" \
> tcpserver -H -R 0 pop3 \
> /var/qmail/bin/qmail-popup mail.mnw.net \
> /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
>
> When i do a "netstat -a | grep pop"  this is the response that i get back
>
> tcp        0      0 *:pop3                  *:*                     LISTEN
>
> can someone help me find out when service is running this, or am i going at
> this problem that wrong way?
>
> Thanks in advance

netstat -lp
this will tell you, which process is using which port that "listens".

since you are running redhat, maybe "/etc/init.d/xinetd stop" first and then 
try again. (are they still using this xinetd thingo ?)

-- 
Best Regards
---------------------------------------------------------------------------
Justin Heesemann                                        ionium Technologies
[EMAIL PROTECTED]                                                www.ionium.org


Reply via email to