From: Michael Orlitzky Date: Thu, 19 Apr 2012 14:35:40 +0000 (-0400) Subject: Add the example configuration file. X-Git-Tag: 0.0.1~106 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=1fc34460496dd740f2af997df9faffe80ce5ec05 Add the example configuration file. --- 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