In my case this approach will not work. I am starting qmail at boot from
/service directory using under svscan. I am not using the script as you have
suggested. In may case qmail is running fine, I can receive messages in
user's directories. 

Thanks.

Kirti




-----Original Message-----
From: Bill Andersen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 11:57 AM
To: Kirti S. Bajwa
Subject: RE: Yet another weird POP3 problem


I just installed Linux and qmail for the first time EVER
this weekend, so don't take this as an "expert" opinion,
however, mine IS working with qmail and pop3d...

I added the "tcpserver" command within the "start" command of
the /etc/init.d/qmail script...

case "$1" in
  start)
    echo -n "Starting qmail: svscan"
    cd /var/qmail/supervise
    env - PATH="$PATH" svscan &
    echo $! > /var/run/svscan.pid
    echo "."
    echo -n "Starting qmail-pop3d: svscan"
# What I added <<<<<
    tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup mail.mydomain.com \
    /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 \
    /var/qmail/bin/splogger pop3d &
# End of what I added <<<<
    echo ".."
    ;;
  stop)


Works fine for me...

Bill

-----Original Message-----
From: Kirti S. Bajwa [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 10:21 AM
To: 'Vince Vielhaber'; '[EMAIL PROTECTED]'
Subject: RE: Yet another weird POP3 problem


>       /var/qmail/rc
>
>       #!/bin/sh
>       exec env - PATH="/var/qmail/bin:$PATH" \
>               qmail-start ./Maildir/
>

>>Are you certain you're getting past this point and executing the
lines below?<<

I tried it and I don't think so!!!!

Any suggestion??? Remember I am using "qmail-HOWTO" to install and start
qmail. This particular HOWTO does not address the pop3 script.

Kirti



-----Original Message-----
From: Vince Vielhaber [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 07, 2001 10:49 AM
To: Kirti S. Bajwa
Cc: 'Bedel, Pierre'; '[EMAIL PROTECTED]'
Subject: RE: Yet another weird POP3 problem


On Wed, 7 Mar 2001, Kirti S. Bajwa wrote:

> Thanks for your reply. I am now more confused. So let's have each question
> defined clearly:
>
>
> 1. POP3 script
>
> You said to include it with /var/qmail/rc. Then you said that you used the
> same switch statement to start ... What is the SWITCH statement. Please
show
> me what changes you will make to the following script (this is the exact
> same script I plan to use):
>
>       /var/qmail/rc
>
>       #!/bin/sh
>       exec env - PATH="/var/qmail/bin:$PATH" \
>               qmail-start ./Maildir/
>

Are you certain you're getting past this point and executing the
lines below?


>       /usr/local/bin/tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup
> mail.tibonline.net \
>         /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir 2>&1 | \
>         /var/qmail/bin/splogger pop3d &
>

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH    email: [EMAIL PROTECTED]    http://www.pop4.net
         56K Nationwide Dialup from $16.00/mo at Pop4 Networking
        Online Campground Directory    http://www.camping-usa.com
       Online Giftshop Superstore    http://www.cloudninegifts.com
==========================================================================


Reply via email to