# # Sample configuration file for mailbox-count. # # The name of the database to which we should connect. # # Default: The name of the current user (Postgres only) # # database = "postfixadmin" # Produce a detailed report listing all mailboxes by domain. # # Default: false # # detail = true # Hostname where the database is located. # # Default: None, a UNIX domain socket connection is attempted (Postgres only) # # host = "localhost" # Password used to connect to the database. # # Default: None (assumes passwordless authentication) # # password = "hunter2" # Port number used to connect to the database. # # Default: None, a UNIX domain socket connection is attempted (Postgres only) # # port = 5432 # Username used to connect to the database. # # Default: The current user # # username = "postgres"