可以自动执行服务器之间的邮件同步过程,只需要两台带有IMAP的邮件服务器。
因为软件作者的原因,linux可以直接编译使用最新版的软件,Windows则需要则需要花钱获取。
使用Windows的软件时,系统中必须装有邮箱软件。
Linux
使用的系统为ubuntu
安装
apt-get install \
libauthen-ntlm-perl \
libclass-load-perl \
libcrypt-ssleay-perl \
libdata-uniqid-perl \
libdigest-hmac-perl \
libdist-checkconflicts-perl \
libencode-imaputf7-perl \
libfile-copy-recursive-perl \
libfile-tail-perl \
libio-compress-perl \
libio-socket-inet6-perl \
libio-socket-ssl-perl \
libio-tee-perl \
libmail-imapclient-perl \
libmodule-scandeps-perl \
libnet-dbus-perl \
libnet-ssleay-perl \
libpar-packer-perl \
libreadonly-perl \
libregexp-common-perl \
libsys-meminfo-perl \
libterm-readkey-perl \
libtest-fatal-perl \
libtest-mock-guard-perl \
libtest-mockobject-perl \
libtest-pod-perl \
libtest-requires-perl \
libtest-simple-perl \
libunicode-string-perl \
liburi-perl \
libtest-nowarnings-perl \
libtest-deep-perl \
libtest-warn-perl \
make \
time \
cpanminus
#再安装perl的邮箱组件
cpanm Mail::IMAPClient
从github下载tar包后,解压缩
tar xzvf imapsync-imapsync-2.xxx.tgz
cd imapsync-imapsync*
使用以下命令来确认安装是否正常并查看可用参数:
./imapsync
./imapsync --testslive
最后导入环境配置中
cp imapsync /usr/bin/