Index: conf/mailjam-mta.conf
===================================================================
--- conf/mailjam-mta.conf	(revision 16)
+++ conf/mailjam-mta.conf	(revision 16)
@@ -0,0 +1,13 @@
+#
+# mailjam-mta.conf - Mailjam MTA client configuration file
+#
+
+[server]
+address = localhost
+port = 9876
+uri = http://%(address)s:%(port)s
+ssl = false
+
+[archive]
+persistent = true
+path = /usr/local/mailjam/archive-mta
Index: conf/mailjam.conf
===================================================================
--- conf/mailjam.conf	(revision 16)
+++ conf/mailjam.conf	(revision 16)
@@ -0,0 +1,29 @@
+#
+# mailjam.conf - Mailjam daemon configuration file
+#
+
+[xmlrpc_server]
+address = localhost
+port = 9876
+ssl = false
+ssl_key = /usr/local/etc/mailjam/ssl/mailjam.key
+ssl_crt = /usr/local/etc/mailjam/ssl/mailjam.crt
+logfile = /var/log/mailjam/xmlrpc_server.log
+
+[storage]
+backend = json
+path = /usr/local/mailjam/storage
+lists_db = %(path)s/mailings.%(backend)s
+members_db = %(path)s/members.%(backend)s
+
+[archive]
+enabled = true
+backend = json
+path = /usr/local/mailjam/archives
+
+[mailing_lists]
+private = true
+
+[members]
+auto_signup = false
+allow_chpasswd = false
Index: conf/postman-mta.conf
===================================================================
--- conf/postman-mta.conf	(revision 15)
+++ 	(revision )
@@ -1,13 +1,0 @@
-#
-# postman-mta.conf - Postman MTA client configuration file
-#
-
-[server]
-address = localhost
-port = 9876
-uri = http://%(address)s:%(port)s
-ssl = false
-
-[archive]
-persistent = true
-path = /usr/local/postman/archive-mta
Index: conf/postman.conf
===================================================================
--- conf/postman.conf	(revision 14)
+++ 	(revision )
@@ -1,29 +1,0 @@
-#
-# postman.conf - Postman daemon configuration file
-#
-
-[xmlrpc_server]
-address = localhost
-port = 9876
-ssl = false
-ssl_key = /usr/local/etc/postman/ssl/postman.key
-ssl_crt = /usr/local/etc/postman/ssl/postman.crt
-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
