On Thu, Feb 03, 2000 at 01:20:39PM +0100, Andreas Altenburg wrote:
> my script:
>
> env - PATH="/var/qmail/bin:/usr/local/bin" \
> tcpserver 0 pop-3 /var/qmail/bin/qmail-popup orbital.inter7.com \
> /home/vpopmail/bin/vchkpw /var/qmail/bin/qmail-pop3d Maildir
>
> The paths are o.k., but I get the error "Maildir command not found" during
> start-up. Why??
During startup of what? The above won't produce an error like that--you could
put any kind of nonsense after "tcpserver 0 pop-3" and you won't see any error
until someone actually tries to connect to your pop3 port. So if this error is
coming about when you run some script or another, it's not this script.
Chris