![]() |
JDMail V3.9 -> V3.10数据迁移工具
1 个附件
JDMail V3.9 -> V3.10数据迁移工具
原目录为V3.9及以前版本邮件存储路径,目的目录为V3.10版本邮件存储路径。点转换按钮,就可以开始工作。 http://www.mailer.cn/doc/Snap4.jpg linux版本使用迁移脚本: #!/usr/bin/perl system("find /oldmail -type f |grep \/Maildir\/new\/ > /msg.txt"); open(M,"/msg.txt"); my $path=""; while(<M>){ s/\r\n//g; s/\n//g; my @tmp = split('/',$_); $path = '/libomail/'.$tmp[1].'/'.$tmp[2].'/mailbox'; system("mkdir -p $path"); open (A,$_); open (B,"> $path\/$tmp[5].new"); my $i=0; while (){ if ($i<5){ $i++; next; } print B $_; } close(B); close(A); } close(M); 老客户需要升级的,请随时跟李工联系预约,约定升级时间。 QQ:1290953659 电话:010-82356577-6025。 升级之前,请注意将数据做好完整备份,并确保备份数据可用,能够随时恢复到正常运行状态。 详细升级步骤请见附件doc文档。 |
所有时间均为北京时间。现在的时间是 07:15。 |
Powered by vBulletin® 版本 3.8.3
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.