X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=mailshears.example.conf.yml;fp=mailshears.example.conf.yml;h=3701cb523199c4b67b8a320e4fb6c0f615023096;hp=35f8b0577c4d008037a1b7623b85bcdbecca7929;hb=df840dca0bcbbb7c2c814f56f72d4785665e6191;hpb=ca093aaf727ef441692cbecbd3c2bee27090820d diff --git a/mailshears.example.conf.yml b/mailshears.example.conf.yml index 35f8b05..3701cb5 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] mail_root: /var/spool/mail/vhosts @@ -19,3 +19,11 @@ 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