I have updated the hosts example, and added that the dbname field is required but ignored when the hosts field specifies only URI forms.
Examples: hosts = postgresql://usern...@example.com/databasename?sslmode=require ... dbname (required) The database name on the servers. Example: dbname = customer_database This setting is required, but ignored when a postgresql:// URI specifies a database name. We could add a ton of code to parse a postgresql:// URI and find out if it specifies a database name, but that does not seem right. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org