13 Dec
2022
13 Dec
'22
4:05 p.m.
The major things to be checked/changed appear to be:
- check database mailman3web default character set, make sure to have utf8mb4
- check /etc/mailman3/mailman-web.py 'OPTIONS': { # Set sql_mode to 'STRICT_TRANS_TABLES' for MySQL. See # https://docs.djangoproject.com/en/1.11/ref/ # databases/#setting-sql-mode 'init_command': "SET sql_mode='STRICT_TRANS_TABLES'", 'charset':'utf8mb4',
- python is python3
- sudo systemctl restart mailman3
Finally, studying this page and applying some changes I could fix the issues on my server.