On 3/26/24 00:06, Markus Grandpré wrote:
Due to the following warnings, I still have to customize Hyperkitty:
django_mailman3.MailDomain: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. HINT: Configure the DEFAULT_AUTO_FIELD setting or the DjangoMailman3Config.default_auto_field attribute to point to a subclass of AutoField, e.g. 'django.db.models.BigAutoField'. ...
This warning is harmless, but to eliminate it set
DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
in your django settings.
Can you give me another hint? As Linux admin I installed the packages mailman and mailman-web that were offered to me under Debian 12. Although during the installation of the packages user "list" was created, I cannot use it:
# su - list This account is currently not available
Probably Debian creates the list
user without a login shell.
sudo -i -u list
may work. If not, you can always prefix commands with sudo -u list
as in
sudo -u list mailman-web hyperkitty_import \
-l mailman21-migration-test-04@mailman.uni-konstanz.de \
/var/mailman21/testlist.mbox
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan