Maildir or mailbox

sonjaya <[email protected]> Thu, 20 Mar 2003 19:01:44 +0700
Newsgroups gmane.comp.djb.checkpassword
Organization Dept.Chemical Enginering ITB Bandung
Message-ID <A8MHD875MHUPUTKFZU3V9342ML3YC9PJ.3e79ada8@sonjaya>
dear milist 
i have install qmail with cekpasswd , i use script like this:
#!/bin/sh
env - PATH=/var/qmail/bin:/usr/local/bin
tcpserver -v -R 0 pop3 /var/qmail/bin/qmail-popup mydomain
/bin/checkpassword  /var/qmail/bin/qmail-pop3d Mailbox 2>&1 |

/var/qmail/bin/splogger pop3d &

and running , try to telnet localhost 110 , user xx , pass xx and  
get
error
-ERR this user has no $HOME/Maildir
Connection closed by foreign host.
tcpserver: end 892 status 256
tcpserver: status: 0/40
i want use Mailbox because old use Mailbox ,
and one againt how to convert Mailbox to Maildir
thank's