可以自動執(zhí)行服務(wù)器之間的郵件同步過程丧慈,只需要兩臺帶有IMAP的郵件服務(wù)器。
因為軟件作者的原因主卫,linux可以直接編譯使用最新版的軟件逃默,Windows則需要則需要花錢獲取。
使用Windows的軟件時簇搅,系統(tǒng)中必須裝有郵箱軟件完域。
Linux
使用的系統(tǒng)為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*
使用以下命令來確認安裝是否正常并查看可用參數(shù):
./imapsync
./imapsync --testslive
最后導(dǎo)入環(huán)境配置中
cp imapsync /usr/bin/