cd16081c06
- added mailman-support-sqlalchemy-1-4.patch (from Andreas Schneider): The TypeDecorator.cache_ok class-level flag indicates if this custom TypeDecorator is safe to be used as part of a cache key. This flag defaults to None which will initially generate a warning when the SQL compiler attempts to generate a cache key for a statement that uses this type. If the TypeDecorator is not guaranteed to produce the same bind/result behavior and SQL generation every time, this flag should be set to False; otherwise if the class produces the same behavior each time, it may be set to True. See TypeDecorator.cache_ok for further notes on how this works. OBS-URL: https://build.opensuse.org/request/show/985930 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=63 |
||
---|---|---|
_multibuild | ||
.gitattributes | ||
.gitignore | ||
ARC-message-fail-tests.patch | ||
mailman-3.3.5.tar.gz | ||
mailman-digests.service | ||
mailman-digests.timer | ||
mailman-notify.service | ||
mailman-notify.timer | ||
mailman-support-sqlalchemy-1-4.patch | ||
mailman-tmpfiles.conf | ||
mailman.cfg | ||
mailman.logrotate | ||
mailman.service | ||
python-mailman-test_interact_default_banner.patch | ||
python-mailman.changes | ||
python-mailman.rpmlintrc | ||
python-mailman.spec | ||
README.SUSE.md | ||
ssl_test_cert.crt | ||
ssl_test_key.key | ||
support-alembic-1-8.patch | ||
support-sqlalchemy-1-4.patch |
Mailman on SUSE
To run the mailman command use:
sudo -u mailman mailman info
Configuration
The main config file can be found at /etc/mailman.cfg
. It is important to add
new sections only below the [path.fhs] section!
Plugins
The directory for mailman plugins is /etc/mailman.d
.