]> gitweb.michael.orlitzky.com - mailbox-count.git/commitdiff
Add an example config file.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Apr 2014 00:52:40 +0000 (20:52 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Apr 2014 00:52:40 +0000 (20:52 -0400)
doc/mailbox-countrc.example [new file with mode: 0644]
mailbox-count.cabal

diff --git a/doc/mailbox-countrc.example b/doc/mailbox-countrc.example
new file mode 100644 (file)
index 0000000..8a3529d
--- /dev/null
@@ -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"
index f80f2b7e90fbe3fdbefb0ee82ced228b3bb5bc86..752fe24f7357cd80714c63988833631e4b50b898 100644 (file)
@@ -10,6 +10,7 @@ bug-reports:    mailto:michael@orlitzky.com
 category:       Mail, Utils
 build-type:     Simple
 extra-source-files:
+  doc/mailbox-countrc.example
   doc/man1/mailbox-count.1
   test/fixtures/postfixadmin.sqlite3
 synopsis: