On Wed, Aug 16, 2000 at 08:53:03AM +0800, [EMAIL PROTECTED] wrote:
> I can see email stay in ~$HOME/Maildir/new/ directory and I even can read it
> by mutt -f Maildir command.But there are some wrong when I wnat to access new
> message through pop3d.
> 
> I start qmail-popup by tcpserver as follow:( I setup one qmail-pop3d
> directory on /service/ and put the run srcript on the directory content as
> follow)
> 
> #!/bin/sh
> exec /usr/local/bin/tcpserver -v -R 0 pop-3 /var/qmail/bin/qmail-popup ns.ab.com 
>/var/qmail/bin/splogger pop3d &

This should read:

exec /usr/local/bin/tcpserver -vR 0 pop-3 \
/var/qmail/bin/qmail-popup ns.ab.com /bin/checkpassword /var/qmail/bin/qmail-pop3d

qmail-popup needs to exec checkpassword, not splogger. If you don't have
checkpassword (it's not installed with qmail), you can get it from
http://cr.yp.to. And checkpassword invokes qmail-pop3d.

Also, if you're running this with svscan/supervise, don't put it in the
background (remove the '&').

Chris

Reply via email to