cPanel là gì? – làm quen với giao diện, cách sử dụng cPanel
cPanel là trình quản lý file được xây dựng dựa trên hệ điều hành Linux dùng để lưu trữ dữ liệu nhanh chóng, đơn giản và...
Lượt xem : 724 - Ngày đăng : 12/09/2020
Kết nối SSH vào máy chủ CentOS 7.
Cài đặt thư viện:
# yum update -y # yum install epel-release
# yum install perl-App-cpanminus \ perl-Dist-CheckConflicts \ perl-HTML-Parser \ perl-libwww-perl \ perl-Module-Implementation \ perl-Module-ScanDeps \ perl-Package-Stash \ perl-Package-Stash-XS \ perl-PAR-Packer \ perl-Regexp-Common \ perl-Sys-MemInfo \ perl-Test-Fatal \ perl-Test-Mock-Guard \ perl-Test-Requires \ perl-Test-NoWarnings \ perl-Test-Deep \ perl-Test-Warn \ perl-Try-Tiny
Update và download gói cài đặt Imapsync.
# yum install git # git clone https://github.com/imapsync/imapsync.git # cd imapsync # mkdir -p dist # sudo make install # yum install imapsync # imapsync -v
Sau khi cài đặt xong IMAP SYNC các bạn tiến hành chạy lệnh bên dưới để đồng bộ dữ liệu email.
# imapsync --host1 imap.gmail.com --user1 (email-google) --password1 (passwd-application) --ssl1 --port1 993 --host2 (IP-mailzimbra) --user2 (email-zimbra) --password2 (passwd-zimbra) --ssl2 --port2 993 --authmech1 LOGIN --authmech2 PLAIN