Archiver "prototype" and disabling archiving at all
Hi list,
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.
Best regards Torge
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'
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
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.
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)
Am 28.03.19 um 17:45 schrieb Abhilash Raj:
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/
Hi,
I gave it a try, but I was not able to disable hyperkitty. I compared the settings in the link you gave and I see a lot of differences. Some of them I am not sure why they are missing in other example settings.
Currently I would say, I will keep the archive link there until it is more clear for me how to set things up. Since archiving is disabled, there will be no data in the archive. That is okay for the moment.
Regards Torge
participants (3)
-
Abhilash Raj
-
Mark Sapiro
-
Torge Riedel