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)