From 1fc34460496dd740f2af997df9faffe80ce5ec05 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 19 Apr 2012 10:35:40 -0400 Subject: [PATCH] Add the example configuration file. --- mailshears.example.conf.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 mailshears.example.conf.yml diff --git a/mailshears.example.conf.yml b/mailshears.example.conf.yml new file mode 100644 index 0000000..35f8b05 --- /dev/null +++ b/mailshears.example.conf.yml @@ -0,0 +1,21 @@ +i_mean_business: false + +dbhost: localhost +dbport: 5432 +dbopts: +dbtty: +dbuser: postgres +dbpass: +dbname: postfix + +plugins: [dovecot_mailstore, roundcube_db] + +mail_root: /var/spool/mail/vhosts + +roundcube_dbhost: localhost +roundcube_dbport: 5432 +roundcube_dbopts: +roundcube_dbtty: +roundcube_dbuser: postgres +roundcube_dbpass: +roundcube_dbname: roundcube -- 2.43.2