hari_bhr escribió:

> hi all
>
> iam using Netscape mail server due to the cost, i have shifted to Qmail

Great chance

> what is my problem is how do i convert the existing mails from netscape mail
> server to qmail server

I got it. NS-Mail Servers adds a DOS (NL+CR) to the messages. You need to
pass-trought a shell to converts. That's what i did:
Notes:
01.zip=all the mail from one client compress for get from old mail server to
new mail server
199*=all the mail from year 1999 (NS-MailServer nomenclator)
200*=all the mail from year 2000 (NS-MailServer nomenclator)
The shell:
## First, I compress all the old email from my client in a zip file called
01.zip and put it in /root/cambio
if [ -r /root/cambio/01.zip ] ; then
## Copy to the right place
        cp /root/cambio/01.zip /home/vpopmail/domains/aac.es/user1/Maildir/new
        cd /home/vpopmail/domains/aac.es/a.calandria/Maildir/new
## Uncompress it
        unzip 01
## Convert (that's equal to dos2unix command)
        recode ibmpc..lat1 199* 200**
        rm *.zip
## Put the rigth permission and owner:group
        chown vpopmail:vchkpw 199* 200*
        chmod 600 199* 200*
fi
## That's all folks

and so, continue to all your user.
I hope that you understand me (sorry about my english).
Please, notify me successfully changes.


--
TYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYC
Juan Jose Gallardo   mailto:[EMAIL PROTECTED]
Departamento de Sistemas
TECNOLOGIA Y CONSULTING S.A.
http://www.tyc.es
Capitan Haya nº55 915712114   28020-Madrid
TYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYCTYC


Reply via email to