I am trying to setup mailman3 in docker and have some questions, I can see the finish line :) i hope.
I start my images and I can access the web,http://Servername.domain.com/postorius/lists/ and no list are there of course, but How do i sign in?
I click the forget link and I have to enter in a email address. I put in the email address I added to the docker-compose.yaml but that does not wrok.
I have these setup in the .yaml file.
MAILMAN_ADMIN_USER: The username for the admin user to be created by default.
MAILMAN_ADMIN_EMAIL: The email for the admin user to be created by default.
I found this url
http://Servername.domain.com/admin/login
However I never set a password and here is no forget button,
Basically once I have docker installed, and mailman3 up and no lists are available, How do I setup or/and sign in as admin?
Also In docker how can I test sending mail? the command "mailman-web sendtestemail youremailid@domain" from the mailman-web container does not work.
How can I make sure my containers can send and receive mail?