Woops! I discovered that before sending the message, but forgot to change
the code in the message. My script looks like this:

#!/bin/sh
VUID=`id -u vpopmail`
VGID=`id -g vpopmail`
exec /usr/local/bin/softlimit -m 2000000 \
   /usr/local/bin/tcpserver -v -H -R -l www.ypay4it.com -u $VUID \
   -g $VGID 0 pop-3 /var/qmail/bin/qmail-popup \
   www.ypay4it.com /mail/bin/vchkpw /var/qmail/bin/qmail-pop3d \
   Maildir/ 2>&1


>On Fri, Feb 25, 2000 at 05:21:48PM -0500, Juan E Suris wrote:
>> The -L option in fact did not work.
>
>Which isn't surprising, since the -L option doesn't exist.
>
>Chris
>

Reply via email to