 
            On 3/2/23 14:03, o.mankewitz@gmail.com wrote:
This is the part of mailman.cfg: [database] class: mailman.database.postgresql.PostgreSQLDatabase url: postgresql://mailman:<mypassword>@localhost/mailman Full error: sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) could not translate host name "assword>@localhost" to address: Name or service not known
Do you have literally <mypassword> in url:  postgresql://mailman:<mypassword>@localhost/mailman
<mypassword> needs to be replaced with the actual password for the
postgress mailman user. I.e. the password you provided when you did
CREATE USER mailman WITH PASSWORD 'secure-password'; in postgres (and
hopefully didn't set it to literally secure-password).
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan