Hi Henrik,
On Jul 17, 2017, at 02:55 PM, Henrik Rasmussen wrote:
- Should I enter the container using "docker exec -it mailman-web bash" and run "python" in order to get a python prompt, and from there run commands like those documented at mailman.readthedocs.io/en/latest/src/mailman/commands/docs/control.html ?.
In Mailman 3, there's a command called mailman
which has many subcommands.
if you type mailman --help
, it will give you some sense of the commands
available to you. E.g. whereas in Mailman 2 you'd use list_lists
at the
prompt, in Mailman 3 you would use mailman lists
. You can get help on the
subcommand with mailman lists --help
of course.
- Where do I define the what was previously known as the site admin user and site admin e-mail?
There's no real equivalent of the site list or site admin password in Mailman
3. There is a site_owner
address you can configure in your mailman.cfg
file, but it's really just a fallback in a few cases where Mailman otherwise
can't reach a human.
On another note: Is it a setting in the mailman-users@mailman3.org list setup that make each of my postings to the list come back with the note "This sender failed our fraud detection checks and may not be who they appear to be."?
It's not something in Mailman. Possibly in the toolchain on mailman3.org?
-Barry