-
Notifications
You must be signed in to change notification settings - Fork 5
Apps & Infrastructure
Joshua Thijssen edited this page Jan 3, 2021
·
7 revisions
Finding the server configuration:
- If -c or --config is set, use this file
- check if env BITMAELUM_SERVER_CONFIG is set.
- check if
./server-config.yml
is set - unix: check for
/etc/bitmaelum/server-config.yml
- windows: check for
"%ProgramData%/BitMaelum/etc/bitmaelum/server-config.yml"
- Error
Finding the client configuration:
- If -c or --config is set, use this file
- check if env BITMAELUM_CLIENT_CONFIG is set.
- check if
./client-config.yml
is set - unix: check for
/etc/bitmaelum/client-config.yml
- windows: check for
"%ProgramData%/BitMaelum/etc/bitmaelum/client-config.yml"
- Error
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)