On Thu, Mar 28, 2019, at 9:18 AM, Torge Riedel wrote:
Am 24.03.19 um 16:49 schrieb Mark Sapiro:
On 3/24/19 5:40 AM, Torge Riedel wrote:
in the settings of a mailing list I can choose two archivers: "Hyperkitty" and "prototype". What is this archive "prototype" and how can I disable/remove/deinstall it? And how can I disable archiving at all, so no archiver can be chosen in the settings.
The prototype archiver stores messages individually in var/archives/prototype/LIST_NAME/.
You can disable the prototype archiver by putting
[archiver.prototype] enable: no
in your mailman.cfg. To disable all archiving, just remove all the [archiver.*] sections from your mailman.cfg or set them to 'enable: no'
Hi Mark,
thanks. This disabled the archivers, but there is still the "Archives" link on top of the page. Is it possible to remove it? Cause there is nothing to see there. I tried commenting "'hyperkitty'," in INSTALLED_APPS, but then I got a 500.
INSTALLED_APPS = ( 'postorius', 'django_mailman3', # Uncomment the next line to enable the admin: 'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', 'django_gravatar', 'allauth', 'allauth.account', 'allauth.socialaccount', )
This is how it should look like if you want to remove Hyperkitty. There are a few other settings you should remove.
https://gitlab.com/mailman/postorius/blob/master/example_project/settings.py
This is a Postorius only configuration for reference.
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)