Mailing Lists

Mailman is installed on lists.openstack.org to run OpenStack related mailing lists, as well as host list archives.

Adding a List

A list may be added by adding it to the openstack-infra/config repository in modules/openstack_project/manifests/lists.pp. For example:

maillist { 'openstack-foo':
  ensure      => present,
  admin       => '[email protected]',
  password    => $listpassword,
  description => 'Discussion of OpenStack Foo',
  webserver   => $listdomain,
  mailserver  => $listdomain,
}

Table Of Contents

Previous topic

Puppet Master

Next topic

Wiki

This Page