Skip to content

Apps & Infrastructure

Joshua Thijssen edited this page Jan 3, 2021 · 7 revisions

Finding the server configuration:

  1. If -c or --config is set, use this file
  2. check if env BITMAELUM_SERVER_CONFIG is set.
  3. check if ./server-config.yml is set
  4. unix: check for/etc/bitmaelum/server-config.yml
  5. windows: check for "%ProgramData%/BitMaelum/etc/bitmaelum/server-config.yml"
  6. Error

Finding the client configuration:

  1. If -c or --config is set, use this file
  2. check if env BITMAELUM_CLIENT_CONFIG is set.
  3. check if ./client-config.yml is set
  4. unix: check for/etc/bitmaelum/client-config.yml
  5. windows: check for "%ProgramData%/BitMaelum/etc/bitmaelum/client-config.yml"
  6. Error

Files and paths

 bm-server    ; server
 bm-client    ; mail client to send and receive mails
 bm-config    ; configure your server (and client if needed)
 bm-json      ; read-only information in JSON format for messages and account info
 bm-send      ; send email on behalf of an account. Does not need the account's private key
 bm-mail      ; ncurses mail client (in progres)
Clone this wiki locally