sonjaya | 20 Mar 2003 13:01
Picon

Maildir or mailbox

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

Dhiran Rajbhandari | 20 Mar 2003 14:13

Re: Maildir or mailbox

hi,
  You need to create Maildir and its subdirectories under user's home 
directory../ Directory structure of Maildir mailbox is as follow:
1. Maildir
2. Maildir/new
3. Maildir/cur
4. Maildir/tmp
Owner of these directories should set to related user and permission 
should be 700../
Now if you need to convert your old mails to Maildir format then visit the 
site www.qmail.org and download the perl tools that convert old sendmail 
style mails to Maildir format../ 
Note that you should put that all converte mails under cur or new 
subdiretores../

Rgds,
Dhiren

On Thu, 20 Mar 2003, sonjaya wrote:

> 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  
(Continue reading)


Gmane