Please use mailman-users@mailman3.org for questions related to Mailman 3.
On Wed, Jan 29, 2020, at 9:22 AM, Bala Mutyam wrote:
Hi there,
I’m trying to install Mailman3 on Debian 10 as follows .
- Installed MariaDB, created databases, users for mailman3 and mailman3-web
- Then installed mailman3-full', 'dbconfig-mysql', 'python-pymysql', 'python3-pymysql', 'python3-mysqldb', 'nginx using Anisble script.
- I have removed Apache2 as it was installed with mailman3-full.
- Created a symbolic link for /etc/mailman3/nginx.conf and updated config files for mailman.cfg, mailman-hyperkitty.cfg, 25_mm3_macros, 455_mm3_router and 55_mm3_transport
but the mailman service is not able to start it’s giving below error. Could you help me how to resolve it please? And also instructions for to install Mailman3 using Debian packages mailman3-full. I would like to use MySQl as backend and Exim4 as mail server. I couldn’t find new mailing list using the command line utility (/usr/sbin/newlist?
Please see the attached Traceback.
On webUI I’m seeing
Server error
An error occurred while processing your request.
*Attachments:*
- Mailman3 Errors.txt
-- thanks, Abhilash Raj (maxking)
On Wed, Jan 29, 2020, at 9:22 AM, Bala Mutyam wrote:
but the mailman service is not able to start it’s giving below error. Could you help me how to resolve it please? And also instructions for to install Mailman3 using Debian packages mailman3-full. I would like to use MySQl as backend and Exim4 as mail server. I couldn’t find new mailing list using the command line utility (/usr/sbin/newlist?
Questions about the installation of Debian packages should be directed to Debian.
Please see the attached Traceback.
Which said in part:
urllib.error.HTTPError: HTTP Error 401: b'{\n "title": "401 Unauthorized",\n "description": "REST API authorization failed"\n}'
The most likely cause of this is your Django settings in settings(_local).py for MAILMAN_REST_API_USER and MAILMAN_REST_API_PASS do not match the mailman.cfg [webservice] settings for admin_user and admin_pass (defaults restadmin and restpass).
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Abhilash Raj
-
Mark Sapiro