# detail_query = "SELECT domain,username FROM mailbox LIMIT 1000;"
-# Hostname where the database is located (postgres-only).
+# Hostname where the database is located (Postgres-only).
#
# Default: None, a UNIX domain socket connection is attempted (Postgres only)
#
# host = "localhost"
-# Password used to connect to the database (postgres-only).
+# Password used to connect to the database (Postgres-only).
#
# Default: None (assumes passwordless authentication)
#
# password = "hunter2"
-# Port number used to connect to the database (postgres-only).
+# Port number used to connect to the database (Postgres-only).
#
# Default: None, a UNIX domain socket connection is attempted (Postgres only)
#
# summary_query = "SELECT domain,COUNT(username) as cnt GROUP BY domain ORDER by cnt;"
-# Username used to connect to the database (postgres-only).
+# Username used to connect to the database (Postgres-only).
#
# Default: The current user
#