On 13 00, [EMAIL PROTECTED] wrote:
# I got all the way up to:
# Step 7.
# Read INSTALL.maildir
# 
# Here's how to set up qmail to use maildir for your incoming mail:
# 
#    % maildirmake $HOME/Maildir
#    % echo ./Maildir/ > ~/.qmail
# 
# [root@www qmail-1.03]# maildirmake $HOME/Maildir
# bash: maildirmake: command not found
# [root@www qmail-1.03]#
# 
# Any legitimate suggestions?
# 
 
learn how to use your OS before you try to install an MTA?

Do you know what a PATH environment setting is?
do you not know how to find a file?
eg find / -name maildirmake
which *should* be in /var/qmail/bin
then issue the command /var/qmail/bin/maildirmake

Reply via email to