Siesta::Config - organise the configuration of a Siesta install
use Siesta::Config; print $config->root; # /usr/local/siesta
Where the config file is. Currently
/usr/local/siesta/siesta.conf
This can be overridden when using the command line tools by using
-f <new config file>
or by calling
$config->file( 'new config file' );
Where to install - the default base of everything. The system default was set at install time to the value:
/usr/local/siesta
Where our message templates are stored.
By default - /usr/local/siesta/messages
Where we archive list mails.
By default - /usr/local/siesta/archive
Where we save our digest spools
By default = /usr/local/siesta/digests
The DSN for our local DB
By default - dbi:SQLite:/usr/local/siesta/database
The user name for our DB
By default - root
The password for our DB
By default - undef