Index: conf/postman.conf
===================================================================
--- conf/postman.conf	(revision 8)
+++ conf/postman.conf	(revision 8)
@@ -0,0 +1,27 @@
+#
+# postman.conf - Postman configuration file
+#
+
+[xmlrpc_server]
+address = localhost
+port = 9876
+ssl = false
+logfile = /var/log/postman/xmlrpc_server.log
+
+[storage]
+backend = json
+path = /usr/local/postman/storage
+lists_db = %(path)s/mailings.%(backend)s
+members_db = %(path)s/members.%(backend)s
+
+[archive]
+enabled = true
+backend = json
+path = /usr/local/postman/archives
+
+[mailing_lists]
+private = true
+
+[members]
+auto_signup = false
+allow_chpasswd = false
