X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=mailshears.example.conf.yml;h=0764153c71cdbb7d9ed415990117c13d54af77c3;hp=2ab0fdc97ab681a1c642c811bef5a015c7ec5657;hb=54cfedbd6d9d7ae35011048e16a6b9e6d82ab7f3;hpb=95418256aafd4166ff4791f4aa3f25a8c3b6e556 diff --git a/mailshears.example.conf.yml b/mailshears.example.conf.yml index 2ab0fdc..0764153 100644 --- a/mailshears.example.conf.yml +++ b/mailshears.example.conf.yml @@ -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 +