Skip to content

Instantly share code, notes, and snippets.

@facelordgists
Created January 28, 2014 01:26
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save facelordgists/8660827 to your computer and use it in GitHub Desktop.
Save facelordgists/8660827 to your computer and use it in GitHub Desktop.
Install imapsync on Debian Wheezy x64 from scratch
apt-get update && apt-get upgrade

sudo apt-get install libdate-manip-perl libterm-readkey-perl libterm-readkey-perl libdigest-hmac-perl libdigest-hmac-perl libdate-manip-perl libmail-imapclient-perl makepasswd rcs perl-doc git

cd /tmp

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

cd imapsync

sh examples/install_modules_linux.sh

sudo make install

apt-get install make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment