{
    "Disabled": [
        true,
        "bool",
        null,
        "Setting to true disables the module"
    ],
    "SupportedServers": [
        [
            "*"
        ],
        "array",
        null,
        "If IMAP Server value of the mailserver is in this list, password change is enabled for it. * enables it for all the servers."
    ],
    "Host": [
        "127.0.0.1",
        "string",
        null,
        "Defines hostname used to connect to POPPASSD service"
    ],
    "Port": [
        106,
        "int",
        null,
        "Defines port number used to connect to POPPASSD service"
    ]
}