On Thu, Feb 21, 2008 at 11:01 PM, Richard Q. Caneda <[EMAIL PROTECTED]> wrote: > Question po, I have a new centOS 4.5 mail server using squirrelmail, how > can i migrate my old centOS 4.3 mail server's squirrelmail emails to my new > mail server. >
Squirrelmail is a MUA (mail user agent) -- it doesn't really "hold" mails. (Please read http://www.squirrelmail.org/wiki/HowMailSystemsWork) Since you're using CentOS, most likely your MTA would be Postfix, and if it is, you're most likely using its default mailbox format maildir (usually in /var/mail/user). (Please correct me if I'm wrong -- it's been a while since I last maintained mail servers.) Moving the mailstore can be as simple as rsyncing them between the old and new servers. -- Ian Dexter R. Marquez http://feeds.iandexter.net/Coredump _________________________________________________ Philippine Linux Users' Group (PLUG) Mailing List [email protected] (#PLUG @ irc.free.net.ph) Read the Guidelines: http://linux.org.ph/lists Searchable Archives: http://archives.free.net.ph

