On 7/30/21 10:47 AM, bob B wrote:
Basically once I have docker installed, and mailman3 up and no lists are available, How do I setup or/and sign in as admin?
I'm not sure what the actual command would be do run the django-admin
interface in the docker image, but from below, it looks like it's
mailman-web
. Run mailman-web createsuperuser
to create an admin ID.
Also In docker how can I test sending mail? the command "mailman-web sendtestemail youremailid@domain" from the mailman-web container does not work.
This command tries to send the mail via SMTP to localhost port 25.
How can I make sure my containers can send and receive mail?
The MTA should be listening on port 25 and that need to be visible in the mailman-web container. See <https://asynchronous.in/docker-mailman/#setting-up-your-mta>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan