After installating Mireka, you have to configure the following settings, which has no sensible defaults.
Edit mireka.js
and change the value of the helo
variable.
For example if your server is named mail.example.com
the result should look like this:
... var helo="mail.example.com"; ...
If Mireka will be configured to sometime forward incoming mail to an external server, than it has to use a mechanism named SRS to successfully deliver the mail. SRS needs a secret key. Choose a random hexadecimal value which should be about 32 characters long.
Edit mireka.js
, uncomment the secretKey
line and edit its value.
For example if you have choosen 12AB34CD
as the secret, the result should look like this:
... secretKey: "12AB34CD", ...
submission/queues.js
configuration file, to reflect your own domain. The mailer daemon address is used as the from
address in automatically generated delivery status notification mails.