Archive entry not created on creating list in development environment
Hi all, I am trying to test a local installation of mailman suite. I have set-up mailman suite using instructions from 1. I have also setup postfix as the mail server. Also I have added the absolute path to mailman-hyperkitty.cfg to maiman.cfg in my local setup. But when I create a list from postorious web ui a record for the same is not created in hyperkitty. I have to manually add a record for the same from the Django admin interface. Is this expected ? If not do I have to add any additional setting to get the behavior.
Thanks, Ananya
On 6/23/19 6:25 AM, Ananya Maiti wrote:
Hi all, I am trying to test a local installation of mailman suite. I have set-up mailman suite using instructions from [1]. I have also setup postfix as the mail server. Also I have added the absolute path to mailman-hyperkitty.cfg to maiman.cfg in my local setup. But when I create a list from postorious web ui a record for the same is not created in hyperkitty. I have to manually add a record for the same from the Django admin interface. Is this expected ? If not do I have to add any additional setting to get the behavior.
New lists are not seen in HyperKitty until the django admin sync_mailman job runs. This is normally run daily as part of the required periodic jobs. See <http://docs.mailman3.org/en/latest/config-web.html?highlight=runjobs#scheduled-tasks-required>. You can run it manually by
djanjo-admin runjob sync_mailman
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On Sun, Jun 23, 2019 at 10:13 PM Mark Sapiro <mark@msapiro.net> wrote:
Hi all, I am trying to test a local installation of mailman suite. I have set-up mailman suite using instructions from [1]. I have also setup postfix as
mail server. Also I have added the absolute path to mailman-hyperkitty.cfg to maiman.cfg in my local setup. But when I create a list from postorious web ui a record for the same is not created in hyperkitty. I have to manually add a record for the same from the Django admin interface. Is
On 6/23/19 6:25 AM, Ananya Maiti wrote: the this
expected ? If not do I have to add any additional setting to get the behavior.
New lists are not seen in HyperKitty until the django admin sync_mailman job runs. This is normally run daily as part of the required periodic jobs. See < http://docs.mailman3.org/en/latest/config-web.html?highlight=runjobs#schedul...
. You can run it manually by
djanjo-admin runjob sync_mailman
This didn't work. I also tried running
python manage.py runjob sync_mailman
. But it doesn't seem to sync the lists to hyperkitty.
On Sun, Jun 23, 2019, at 7:14 PM, Ananya Maiti wrote:
On Sun, Jun 23, 2019 at 10:13 PM Mark Sapiro <mark@msapiro.net> wrote:
Hi all, I am trying to test a local installation of mailman suite. I have set-up mailman suite using instructions from [1]. I have also setup postfix as
mail server. Also I have added the absolute path to mailman-hyperkitty.cfg to maiman.cfg in my local setup. But when I create a list from postorious web ui a record for the same is not created in hyperkitty. I have to manually add a record for the same from the Django admin interface. Is
On 6/23/19 6:25 AM, Ananya Maiti wrote: the this
expected ? If not do I have to add any additional setting to get the behavior.
New lists are not seen in HyperKitty until the django admin sync_mailman job runs. This is normally run daily as part of the required periodic jobs. See < http://docs.mailman3.org/en/latest/config-web.html?highlight=runjobs#schedul...
. You can run it manually by
djanjo-admin runjob sync_mailman
This didn't work. I also tried running
python manage.py runjob sync_mailman
. But it doesn't seem to sync the lists to hyperkitty.
It should, although, in the default view of Hyperkitty, they are Hidden if they don't have any posts in them I think.
Otherwise, do you see any logs when sync_mailman
command ran?
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9
-- thanks, Abhilash Raj (maxking)
Hi Abhilash,
On Mon, Jun 24, 2019 at 10:15 PM Abhilash Raj <maxking@asynchronous.in> wrote:
On Sun, Jun 23, 2019 at 10:13 PM Mark Sapiro <mark@msapiro.net> wrote:
Hi all, I am trying to test a local installation of mailman suite. I have set-up mailman suite using instructions from [1]. I have also setup postfix as
On 6/23/19 6:25 AM, Ananya Maiti wrote: the
mail server. Also I have added the absolute path to mailman-hyperkitty.cfg to maiman.cfg in my local setup. But when I create a list from
On Sun, Jun 23, 2019, at 7:14 PM, Ananya Maiti wrote: postorious
web ui a record for the same is not created in hyperkitty. I have to manually add a record for the same from the Django admin interface. Is this expected ? If not do I have to add any additional setting to get the behavior.
New lists are not seen in HyperKitty until the django admin sync_mailman job runs. This is normally run daily as part of the required periodic jobs. See <
http://docs.mailman3.org/en/latest/config-web.html?highlight=runjobs#schedul...
. You can run it manually by
djanjo-admin runjob sync_mailman
This didn't work. I also tried running
python manage.py runjob sync_mailman
. But it doesn't seem to sync the lists to hyperkitty.It should, although, in the default view of Hyperkitty, they are Hidden if they don't have any posts in them I think.
Otherwise, do you see any logs when
sync_mailman
command ran?
No I don't seen any logs on running sync_mailman
. Is there extra
configuration I need to do? I am running mailman suite in dev mode and have
the log level set to debug
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9
-- thanks, Abhilash Raj (maxking)
Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-leave@python.org https://mail.python.org/mailman3/lists/mailman-developers.python.org/ Mailman FAQ: https://wiki.list.org/x/AgA3
Security Policy: https://wiki.list.org/x/QIA9
Thanks, Ananya
participants (3)
-
Abhilash Raj
-
Ananya Maiti
-
Mark Sapiro