]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/configuration.rb
Add the GPL3 'LICENSE' file.
[mailshears.git] / bin / configuration.rb
index dcfa513225d1d8f9af6a2c335dd56a507afdc829..1d0aa7f82b34b5721778d47df337baa678a02cfb 100644 (file)
@@ -14,4 +14,20 @@ module Configuration
   DBUSER = 'postgres'
   DBPASS = ''
   DBNAME = 'postfix'
+
+  # Really delete domains/accounts, or just find them? This parameter
+  # could also be called, "I_TRUST_MAILSHEARS_NOT_TO_DO_ANYTHING_BAD".
+  I_MEAN_BUSINESS = false
+
+  PLUGINS = ['dovecot_mailstore', 'roundcube_db']
+
+  # Roundcube-specific configuration.
+  ROUNDCUBE_DBHOST = 'localhost'
+  ROUNDCUBE_DBPORT = 5432
+  ROUNDCUBE_DBOPTS = ''
+  ROUNDCUBE_DBTTY = ''
+  ROUNDCUBE_DBUSER = 'postgres'
+  ROUNDCUBE_DBPASS = ''
+  ROUNDCUBE_DBNAME = 'roundcube'
+
 end