X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=blobdiff_plain;f=test%2Fmailshears.test.conf.yml;h=0bfbd7f19f24abb4a714c2f75ba9930290d7da4a;hp=662665a1a75978dd1103c72a1d5273e3b24fda7b;hb=HEAD;hpb=346e4e6a1b8031038e5be948dda0a19680b1bfb8 diff --git a/test/mailshears.test.conf.yml b/test/mailshears.test.conf.yml index 662665a..3ae99b5 100644 --- a/test/mailshears.test.conf.yml +++ b/test/mailshears.test.conf.yml @@ -1,37 +1,27 @@ i_mean_business: true +plugins: [davical, dovecot, postfixadmin, roundcube] + +davical_dbhost: localhost +davical_dbport: 5432 +davical_dbopts: +davical_dbuser: postgres +davical_dbpass: +davical_dbname: davical_test + +# Warning: unsafe! Fixed paths under /tmp are asking to be exploited +# by other users on the system. +dovecot_mail_root: /tmp/mailshears-test postfixadmin_dbhost: localhost postfixadmin_dbport: 5432 postfixadmin_dbopts: -postfixadmin_dbtty: postfixadmin_dbuser: postgres postfixadmin_dbpass: postfixadmin_dbname: postfixadmin_test -plugins: [postfixadmin, roundcube, agendav, davical] - -mail_root: /tmp - roundcube_dbhost: localhost roundcube_dbport: 5432 roundcube_dbopts: -roundcube_dbtty: roundcube_dbuser: postgres roundcube_dbpass: roundcube_dbname: roundcube_test - -agendav_dbhost: localhost -agendav_dbport: 5432 -agendav_dbopts: -agendav_dbtty: -agendav_dbuser: postgres -agendav_dbpass: -agendav_dbname: agendav_test - -davical_dbhost: localhost -davical_dbport: 5432 -davical_dbopts: -davical_dbtty: -davical_dbuser: postgres -davical_dbpass: -davical_dbname: davical_test