X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=mailshears.example.conf.yml;h=0764153c71cdbb7d9ed415990117c13d54af77c3;hp=35f8b0577c4d008037a1b7623b85bcdbecca7929;hb=342327326fc5203b34435a7291f5528f214c1717;hpb=1fc34460496dd740f2af997df9faffe80ce5ec05 diff --git a/mailshears.example.conf.yml b/mailshears.example.conf.yml index 35f8b05..0764153 100644 --- a/mailshears.example.conf.yml +++ b/mailshears.example.conf.yml @@ -1,16 +1,31 @@ i_mean_business: false +plugins: [agendav, davical, dovecot, postfixadmin, roundcube] -dbhost: localhost -dbport: 5432 -dbopts: -dbtty: -dbuser: postgres -dbpass: -dbname: postfix +agendav_dbhost: localhost +agendav_dbport: 5432 +agendav_dbopts: +agendav_dbtty: +agendav_dbuser: postgres +agendav_dbpass: +agendav_dbname: agendav -plugins: [dovecot_mailstore, roundcube_db] +davical_dbhost: localhost +davical_dbport: 5432 +davical_dbopts: +davical_dbtty: +davical_dbuser: postgres +davical_dbpass: +davical_dbname: davical -mail_root: /var/spool/mail/vhosts +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 @@ -19,3 +34,4 @@ roundcube_dbtty: roundcube_dbuser: postgres roundcube_dbpass: roundcube_dbname: roundcube +