sympa

Install and configure Sympa mailing list manager

286 downloads

60 latest version

Version information

  • 2.0.2 (latest)
  • 2.0.1
  • 2.0.0
  • 1.0.1
  • 1.0.0
released Apr 4th 2025
This version is compatible with:
  • Puppet Enterprise 2023.2.x, 2023.1.x, 2021.7.x
  • Puppet >= 7.24 < 8.0.0

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'adullact-sympa', '2.0.2'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add adullact-sympa
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install adullact-sympa --version 2.0.2

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

adullact/sympa — version 2.0.2 Apr 4th 2025

sympa

Table of Contents

  1. Description
  2. Setup - The basics of getting started with sympa
  3. Usage - Configuration options and additional functionality
  4. Limitations - OS compatibility, etc.
  5. Development - Guide for contributing to the module

Description

This module install a mailing list server named Sympa.

Setup

What sympa affects

With manage_user at true the module creates a local account on system.

With manage_database at true the module installs a PostgreSQL database server and database with role.

Setup Requirements

As a web app, you have to configure a web server. To do so with Puppet, it is possible to use :

As external command delivery, you have to configure a MTA. To do so with Puppet, it is possible to use puppet-postfix.

The alias file ${sympa::prefix_path}/${sympa::sysconf_dir}/${sympa::aliases_file}.postfix have to be included into Postfix parameters alias_maps and alias_database. Then postalias have to be applied on it.

Beginning with sympa

The very basic steps can be simple :

include sympa

But it's better to change db_password at least.

Usage

To customize topics :

class { 'sympa':
  topics => {
    'topic1' => {
      'en' => 'Topic one in English',
      'fr' => 'Cathégorie une en Français',
    },
  },
}

Reference

Details are in REFERENCE.md file.

Limitations

The module is currently able to manage lists only with one domain. Several domains with robots are not managed.

Supported OSes are given in metadata.json file.

This module support only PostgreSQL as backend.

Development

Home at URL https://gitlab.adullact.net/adullact/puppet-sympa

Issues and MR are welcome.

Release Notes/Contributors/Etc.

Details in CHANGELOG.md.

Copyright (C) 2025 Association des Développeurs et Utilisateurs de Logiciels Libres
                     pour les Administrations et Colléctivités Territoriales.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published
by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/agpl.html>.