#4 Allow configuration via standard methods
Opened by bignose. Modified

Configuration is currently only available by editing the maildrake/config.py module code.

Allow configuration via the standard cascade:

  • Command-line options.
  • Environment variables.
  • Configuration data file.
  • Defaults.

Metadata