]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mailshears.rb
Make "postfixadmin" the only default plugin and make dovecot_mail_root safer.
[mailshears.git] / lib / mailshears.rb
1 # Load only the files needed by our executable. The library files are
2 # supposed to require what they need themselves.
3
4 require 'common/configuration'
5 require 'common/errors'
6 require 'common/exit_codes'
7 require 'common/user_interface'