Mark Lo wrote:
>Hi,
> =20
> I am using Maildir format, now I want to create the Maildir box =
>under the user's directory by using "Maildirmake Maildir". But I got =
>the error messages stating that bash: maildirmake: command not found. =
>Do anyone knows what the problem is?? Thank you in advance.
1. Unix is case-sensitive
2. maildirmake is installed in /var/qmail/bin by default. You probably don't have
/var/qmail/bin in your PATH
Try "/var/qmail/bin/maildirmake Maildir" (without the quotes).
HTH
Brian