]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - mailshears.example.conf.yml
Stop pretending that we'll ever work with another DBMS.
[mailshears.git] / mailshears.example.conf.yml
index 2ab0fdc97ab681a1c642c811bef5a015c7ec5657..0764153c71cdbb7d9ed415990117c13d54af77c3 100644 (file)
@@ -1,24 +1,5 @@
 i_mean_business: false
-
-dbhost: localhost
-dbport: 5432
-dbopts:
-dbtty:
-dbuser: postgres
-dbpass:
-dbname: postfix
-
-plugins: [dovecot_mailstore, roundcube_db, agendav, davical]
-
-mail_root: /var/spool/mail/vhosts
-
-roundcube_dbhost: localhost
-roundcube_dbport: 5432
-roundcube_dbopts:
-roundcube_dbtty:
-roundcube_dbuser: postgres
-roundcube_dbpass:
-roundcube_dbname: roundcube
+plugins: [agendav, davical, dovecot, postfixadmin, roundcube]
 
 agendav_dbhost: localhost
 agendav_dbport: 5432
@@ -35,3 +16,22 @@ davical_dbtty:
 davical_dbuser: postgres
 davical_dbpass:
 davical_dbname: davical
+
+dovecot_mail_root: /var/spool/mail/vhosts
+
+postfixadmin_dbhost: localhost
+postfixadmin_dbport: 5432
+postfixadmin_dbopts:
+postfixadmin_dbtty:
+postfixadmin_dbuser: postgres
+postfixadmin_dbpass:
+postfixadmin_dbname: postfixadmin
+
+roundcube_dbhost: localhost
+roundcube_dbport: 5432
+roundcube_dbopts:
+roundcube_dbtty:
+roundcube_dbuser: postgres
+roundcube_dbpass:
+roundcube_dbname: roundcube
+