Mailman is installed on lists.openstack.org to run OpenStack related mailing lists, as well as host list archives.
Hosts: | |
---|---|
Puppet: | |
Projects: | |
Bugs: | |
Resources: |
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,
}