On 5/22/23 12:42, ceo@sartrack.nz wrote:
I found the problem with Exim4. The Exim4 config file should contain this:
MM3_LISTCHK=MM3_HOME/lists/${local_part}.${domain} and NOT MM3_LISTCHK=MM3_HOME/lists/${local_part}@${domain}
Somewhere the documentation is wrong.
The documentation at https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/mta.ht... has
MM3_LISTCHK=MM3_HOME/lists/${local_part}.${domain}
Where did you see
MM3_LISTCHK=MM3_HOME/lists/${local_part}@${domain}
But I now have the next problem: I send an email to a new mailing list called templist@sartrack.nz (I imported my old list members). in /var/log/mailman3 I get an error regarding this; The (final) error states: PermissionError: [Errno 13] Permission denied: '/var/lib/mailman3/lists/templist.sartrack.nz/digest.mmdf'
The file digest.mmdf does not exist there at all.
Because Mailman was trying to create it and couldn't.
I suspect you ran mailman create
as root and the
/var/lib/mailman3/lists/templist.sartrack.nz/ got created with
user:group as root:root rather than the mailman user and group.
Recent Mailman versions won't run the mailman
command as root without
a --run-as-root option for this reason.
How are you installing Mailman?
The mailing server does not send out any emails for "templist"
This is a separate issue from the above error, but it might also be a permissions error. What other errors do you see in /var/log/mailman3/mailman.log?
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan