X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=doc%2Fmailbox-countrc.example;fp=doc%2Fmailbox-countrc.example;h=8a3529de5d9f310b65c4186473771f7e4df27fa5;hb=7a19ab91c57bfe9c3fb8a6e4105f300c7f638e2d;hp=0000000000000000000000000000000000000000;hpb=bc4c3efd191f3cc5b7b9f046775bff706c491a7d;p=mailbox-count.git diff --git a/doc/mailbox-countrc.example b/doc/mailbox-countrc.example new file mode 100644 index 0000000..8a3529d --- /dev/null +++ b/doc/mailbox-countrc.example @@ -0,0 +1,44 @@ +# +# 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"