I have setup the stack according to:
Mailman Suite Documentation. Release 3.3 PDF file.
I configured
EMAIL_HOST_USER and
EMAIL_HOST_PASSWORD
in Django settings.py. I could not find the place that I might configure it for Postfix and , sort of logically, I get the following error:
SMTPAuthenticationError at /accounts/login/
I can see that it tries the user name and password I configured in settings.py (EMAIL_HOST_USER , EMAIL_HOST_PASSWORD).
When I try to access the site through the web. I can login as admin, but not as any other user.
I am running the site on AWS and to be able to use AWS mail-servers I have to define following parameter for AWS:
smtp_sasl_password_maps
which points to a hash for AWS 'ACCESS KEY ID' and 'SECRET ACCESS KEY'
Any idea is highly appreciated.