]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/configuration.rb
Convert DovecotMailstore to a plugin, and generalize the main mailshears script to...
[mailshears.git] / bin / configuration.rb
index dcfa513225d1d8f9af6a2c335dd56a507afdc829..a5ace5c80d3393d03e538ca446f03d62eb11f0f8 100644 (file)
@@ -14,4 +14,10 @@ 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 = ['DovecotMailstore']
 end