
On 10/11/25 18:54, Mark Sapiro wrote:
Possibly sqlite displays them in a different order. To be sure you could do
SELECT mail_domain, domain FROM django_mailman3_maildomain JOIN django_site ON site_id = django_site.id;
which will display only the mail_domain and the site domain.
I did it and it's like I described below. Unfortunately no news.
For each of the lines mail_domain (field 2) is the same as the domain name (field 6, if I am right). Any domain name (and mail_domain, which has the same value) differs from the ones in any other line.
So they are unique.
Anyway, if all 3 mail_domain values are unique, that doesn't explain the issue. I can only guess that this is a Debian package issue.
So I have to install directly without Debian packages ...
Thank you for your help.
Flo