mirror of
https://github.com/imapsync/imapsync.git
synced 2024-11-17 00:02:29 +01:00
20 lines
585 B
Plaintext
20 lines
585 B
Plaintext
#!/bin/cat
|
|
# $Id: INSTALL.FreeBSD.txt,v 1.8 2018/04/10 00:16:52 gilles Exp gilles $
|
|
|
|
==================================
|
|
= Installing imapsync on FreeBSD =
|
|
==================================
|
|
|
|
Thanks to Kurt Jaeger pi@FreeBSD.org a imapsync package is available in FreeBSD
|
|
http://portsmon.freebsd.org/portoverview.py?category=mail&portname=imapsync
|
|
So, to install imapsync you just have to type one command in a terminal:
|
|
|
|
sudo pkg install imapsync
|
|
|
|
or if you're already root on the console:
|
|
|
|
pkg install imapsync
|
|
|
|
Tested 7 March 2015 on FreeBSD 10.1-RELEASE
|
|
|