Installation

Prerequisites

required

  • python (>=3.6)

  • python-setuptools

  • postfix

Getting and installing Fuglu

cloning source from gitlab

git clone git@gitlab.com:fumail/fuglu.git
cd fuglu/fuglu
python setup.py install

latest source package from gitlab

wget https://gitlab.com/fumail/fuglu/-/archive/master/fuglu-master.tar.gz
tar -xvzf fuglu-master.tar.gz
cd fuglu-*
python setup.py install

latest released package from pypi

pip install fuglu

Install on FreeBSD

FuGlu can be found in the FreeBSD ports repository as mail/py-fuglu.