diff --git a/modules/sysadmin_guide/pages/mailman.adoc b/modules/sysadmin_guide/pages/mailman.adoc index 60b4dd5..49ff3fd 100644 --- a/modules/sysadmin_guide/pages/mailman.adoc +++ b/modules/sysadmin_guide/pages/mailman.adoc @@ -50,6 +50,17 @@ Please make sure to add a valid description to the newly created list. ``UPDATE auth_user SET is_staff = TRUE, is_superuser = TRUE WHERE email=;`` +=== Accessing admin page in mailman + +Admin page will allow you to change some of the settings that are not able to be changed +anywhere else. The admin page could be accessed link:https://lists.fedoraproject.org/django-admin +or link:https://lists.stg.fedoraproject.org/django-admin for staging. + +[NOTE] +==== +You need to be added as admin to mailman to access the admin console. +==== + == Deployment In case of new deployment of mailman in infrastructure, there are few tasks