Ticker

6/recent/ticker-posts

Migrations Mail with imapsync




=======================================================================
         Installing imapsync on Ubuntu 16.04 or higher
=======================================================================

Here is  the command to install imapsync dependencies,
you need root privilege to run them.


   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                    \
cpanminus


cpanm Mail::IMAPClient

cpanm JSON::WebToken

cpanm Regexp::Common

cpanm File::Tail

cpanm Encode::IMAPUTF7


git clone https://github.com/imapsync/imapsync.git


imapsync --host1 imap.source.example.com  \
       --user1 user@example.com         \
       --password1 S0urcePassw0rd          \
       --ssl1                \
       --host2 imap.dest.example.com    \
       --user2 user@example.com         \
       --password2 Dest1nat10NPassw0rd  \
       --ssl2


Source:

https://github.com/imapsync/imapsync

https://github.com/imapsync/imapsync/blob/master/INSTALL.d/INSTALL.Ubuntu.txt

https://tecadmin.net/use-imapsync-on-ubuntu/



Reacciones:

Post a Comment

0 Comments