Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nardev/379d2bd9c56eb5d3c585e98c05f20cd1 to your computer and use it in GitHub Desktop.
Save nardev/379d2bd9c56eb5d3c585e98c05f20cd1 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