Class | RubyQmail::Config |
In: |
lib/config.rb
|
Parent: | Object |
Configuration for the Qmail system. Loads a configuration YAML file, and accepts a Hash of run-time overrides.
DEFAULTS | = | { :qmqp_port => 628, :qmail_root => '/var/qmail', :delimiter => '-', :logger => Logger.new("#{ENV['HOME']}/logs/ruby-qmail.log") |
QMQP_SERVERS | = | '/control/qmqpservers' |
QMAIL_QUEUE | = | '/bin/qmail-queue' |
options | [R] |