Re: [vchkpw] Pop3d Starting

2002-08-20 Thread Andres Junge Mac-Evoy

check your /etc/services. There is the port and service name for everything.
I think your problem is that you are using pop-3 and in my /etc/services it 
is pop3 (without the - )

Salu2
Andres


At 13:16 20/08/2002 +, Nome real wrote:


>When I go to starting the pop3 . This showing me an error.
>
>env - PATH="/var/qmail/bin:/usr/local/bin" \
>tcpserver -H -R 0 pop-3 \
>/var/qmail/bin/qmail-popup your.domain.com \
>/usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &
>
>Somebody know what I can do ?
>
>tcpserver: fatal: unable to figure out port number for pop-3
>
>Thanks
>Breno Cardoso Perucchi
>[EMAIL PROTECTED]




RE: [vchkpw] Pop3d Starting

2002-08-20 Thread Clayton Weise

Easy, change:

tcpserver -H -R 0 pop-3

to:

tcpserver -H -R 0 pop3

There shouldn't be a "-" between pop and 3.  You can also substitute that
with 110 (the port used for pop3 connections).

-Clayton

-Original Message-
From: Nome real [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 20, 2002 1:17 PM
To: [EMAIL PROTECTED]
Subject: [vchkpw] Pop3d Starting


When I go to starting the pop3 . This showing me an error.

   env - PATH="/var/qmail/bin:/usr/local/bin" \
   tcpserver -H -R 0 pop-3 \
   /var/qmail/bin/qmail-popup your.domain.com \
   /usr/local/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir &

Somebody know what I can do ?

tcpserver: fatal: unable to figure out port number for pop-3

Thanks
Breno Cardoso Perucchi
[EMAIL PROTECTED]