Date: Thu, 30 Dec 1999 11:57:34 -0600 From: "Alejandro Ramirez" <ales@megared.net.mx> To: "Nguyen Manh Tho" <manhtho@yahoo.com>, <freebsd-questions@FreeBSD.ORG> Subject: RE: Converting mail account from WinNT Server to FreeBSD Server Message-ID: <022c01bf52ef$599ebd60$d2630a0a@megared.net.mx> References: <19991229194047.26203.qmail@web1902.mail.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, It is a lot of work but I have one solution, maybe someone else have a better one, or a simplier one. I dont know if Netscape uses the NT Database for the mail system, but if it does, you could use an utility called "addusers.exe", in the NT4 Resource Kit for getting all the accounts in the system, if you dont have it, I could send it to you, you will have to use it as follows: addusers \\computername /d filename -> will dump userlist to a file "without passwords :o( ". addusers \\computername /c filename -> will create accounts listed in the file (in an NT server). Once that you have your file already, you can open it in Excel (its a coma separated values .csv file), delete the columns that you dont need, delete the group information, add the password field, write down all your users passwords, and then you can make an script to merge this file in to FreeBSD. If your mail boxes files are in standard mbox format, you could copy them in to /var/mail, and you will have to chown each one of the files to the original owner, and "chmod 700 *" for security. Have Fun... Ales ----- Original Message ----- From: Nguyen Manh Tho <manhtho@yahoo.com> To: <freebsd-questions@FreeBSD.ORG> Sent: Wednesday, December 29, 1999 1:40 PM Subject: Converting mail account from WinNT Server to FreeBSD Server > Dear Sisr/Madams, > > I would like to know if there is any way to convert > the mailling system from WinNT server using Nestcape > software to Free BSD mailling system using sendmail > software reserving all data and account? How can I do > that ? > > We need to convert these mailling system to Free BSD > version 2.2.7 system, and using Apache Web server. > > Thank you for advanced, > > Nguyen Manh Tho. > > __________________________________________________ > Do You Yahoo!? > Talk to your friends online with Yahoo! Messenger. > http://messenger.yahoo.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?022c01bf52ef$599ebd60$d2630a0a>