Operations grimoire/Mail/Sympa

From Nasqueron Agora
Revision as of 08:57, 20 January 2017 by Dereckson (talk | contribs) (Created page with "Sympa is a mailing list manager, with good support for multidomains, SOAP webservice. It lives in <code>/var/lib/sympa</code>. It's '''NOT''' managed as a Debian package, but...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

📕📁📜 Old technical information :: content warning

⌛ This Nasqueron Operations Grimoire page hasn't been updated for a long time.

☣ As our infrastructure evolves quickly, there is a good chance this information is outdated or now inaccurate. Be careful and consider update it.

➡️ To assert the information is still up-to-date or not, you can check the history of the relevant role in our Operations repository.

Sympa is a mailing list manager, with good support for multidomains, SOAP webservice.

It lives in /var/lib/sympa. It's NOT managed as a Debian package, but installed from source.

Install

./configure --prefix=/var/lib/sympa
make
make install
cd /var/lib/sympa/bin
./sympa_wizard.pl --check

Configuration is located in /etc/sympa as a Git repository.

Configuration as code.

This service should be properly defined in rOPS repository as a Salt state.