Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.73 KB

configuration.md

File metadata and controls

36 lines (28 loc) · 1.73 KB

Configuration file

MailerQ reads its configuration from the "/etc/mailerq/config.txt" config file. This file holds configuration options for the connection to RabbitMQ, NoSQL storage engine and database (MySql, Sqlite or PostgreSql) and other options for MailerQ itself.

The config file, and the documentation, has been split up in different sections. Please select the section that you're interested in or find the desired setting in the A-Z settings overview.

Are you looking for more settings?

The config file is not the only place where MailerQ gets its configuration from. Most of the settings relevant for deliveries are not kept in the config file, but are loaded from a relational database. The web based management console allows you to read or change these settings, and you can of course also access the database directly to read or update these settings.

More information