Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 526 Bytes

install-sympa-distribution-freebsd.md

File metadata and controls

23 lines (18 loc) · 526 Bytes
title prev up next
Install Sympa distribution: FreeBSD package
../requirements.md
install-sympa-distribution.md
generate-initial-configuration.md

Install Sympa distribution: FreeBSD package

Using binary packages is straight-forward: installing or upgrading sympa's code is on-line:

# pkg install sympa

If you prefer using ports, this can be replaced by:

# pkg delete sympa (to remove old version)
# cd /usr/ports/mail/sympa
# make install