X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=mailshears.example.conf.yml;h=2ab0fdc97ab681a1c642c811bef5a015c7ec5657;hp=35f8b0577c4d008037a1b7623b85bcdbecca7929;hb=61c80543fa4fa57c89c5acc17f6842dc937206a4;hpb=1fc34460496dd740f2af997df9faffe80ce5ec05 diff --git a/mailshears.example.conf.yml b/mailshears.example.conf.yml index 35f8b05..2ab0fdc 100644 --- a/mailshears.example.conf.yml +++ b/mailshears.example.conf.yml @@ -8,7 +8,7 @@ dbuser: postgres dbpass: dbname: postfix -plugins: [dovecot_mailstore, roundcube_db] +plugins: [dovecot_mailstore, roundcube_db, agendav, davical] mail_root: /var/spool/mail/vhosts @@ -19,3 +19,19 @@ roundcube_dbtty: roundcube_dbuser: postgres roundcube_dbpass: roundcube_dbname: roundcube + +agendav_dbhost: localhost +agendav_dbport: 5432 +agendav_dbopts: +agendav_dbtty: +agendav_dbuser: postgres +agendav_dbpass: +agendav_dbname: agendav + +davical_dbhost: localhost +davical_dbport: 5432 +davical_dbopts: +davical_dbtty: +davical_dbuser: postgres +davical_dbpass: +davical_dbname: davical