Documentation

data folder

Data folder contains all the settings, user accounts and user emails, also the Outbox folder, which is used for storing outgoing mail.

Its location is specified in the appsettings.json file in the root of the application (/usr/share/agms/ for Linux).


  "Storage": {
    "Data": "data/"
  }
    

Structure of data folder is as follows:


    .
    ├── accounts.json
    ├── agms.dat
    ├── mail
    └── serversettings.json
    

The server settings are controlled by following files: accounts.json and serversettings.json. Schemas for those files can be found here: accounts-schema.json and serversettings-schema.json

.

accounts.json

It is located in the data folder, specified in in Storage:Data in the appsettings.json file.