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.