]> gitweb.michael.orlitzky.com - mailshears.git/blob - lib/mailshears.rb
Add domain_exists() to PostfixadminPlugin.
[mailshears.git] / lib / mailshears.rb
1 # Load the rest of the code we'll use. This loads what we'll need in
2 # the executables; the library files are supposed to require what they
3 # need.
4
5 require 'common/configuration'
6 require 'common/errors'
7 require 'common/exit_codes'
8