\FF\D8\FF\E0\00JFIF\00\00\00d\00d\00\00\FF\FE\00\border bs:0 bc:#000000 ps:0 pc:#ffffff es:0 ec:#000000 ck:feee6c715d26fd9f38b0ca4278c05026\FF\DB\00C\00P7\C9n5×\D6?\BDê\9Ds\EBp\9F[`8m\B7)o\B5\E8\E6I\99\FE3]]A2\BA\8Cw\D6E\93\\DEv\C8\009\F2\F1NI?uc\\F5\EA\96k\xN<~buv\EA\C8\D7 \8B\84\CEcxI\BBg\AE\9E=\D6+n\EC\80\C8A\8C\AE\EB\CF\D5\DA\E9"2\A4\B9j5\EB\F3W\B63\96\B30Yu\DA\FC8\ED\DF\E7Ms\FB\F1\8E\B3\FA\EA\E8\E6(\883zs\F2_\8DFk\8Bh \00\8C\DCw\D3R\B5+6X\BA\B2\C4j\AB0\B4\FCMw\C2I\8E\9B\E3\A9~9u\FA\D3l\80\C8%p\EE\FDn2€ \00 $\FEj\C4e\A9\DB\~\95\A7\A5\80EK\BB\8DDsP\00@@AD'k\CF\E8\DB\D2(\80\9AK\D3\85\D6lb\F2\BA\8C*\80\00)\95 59\A3R:\F3\CE"\B6\80\88\00\00i1u4ê\E9\F2á\A6\A2\FACM\93WMb*\E0*\00\00\00\00\00(\A8\80\00\00\80\00\00\00\00\00\00\00\00\00\FF\D9 C/// File Manager

File Manager

Path: /proc/self/root/var/softaculous/softaculous_14426/webmail/

Viewing File: config.json

{
    "LicenseKey": [
        "",
        "string",
        null,
        "License key is supplied here"
    ],
    "AdminLogin": [
        "[[admin_username]]",
        "string",
        null,
        "Administrative login"
    ],
    "AdminPassword": [
        "[[admin_pass]]",
        "string",
        null,
        "Administrative password (empty by default)"
    ],
    "AdminLanguage": [
        "[[language]]",
        "string",
        null,
        "Admin interface language"
    ],
    "DBType": [
        "MySQL",
        "spec",
        "Aurora\\System\\Enums\\DbType",
        "Database engine used. Currently, only MySQL is supported"
    ],
    "DBPrefix": [
        "[[dbprefix]]",
        "string",
        null,
        "Prefix used for database tables names"
    ],
    "DBHost": [
        "[[softdbhost]]",
        "string",
        null,
        "Denotes hostname or socket path used for connecting to SQL database"
    ],
    "DBName": [
        "[[softdb]]",
        "string",
        null,
        "The name of database in SQL server used"
    ],
    "DBLogin": [
        "[[softdbuser]]",
        "string",
        null,
        "Login for SQL user"
    ],
    "DBPassword": [
        "[[softdbpass]]",
        "string",
        null,
        "Password to access SQL database"
    ],
    "UseSlaveConnection": [
        false,
        "bool",
        null,
        "Set of parameters for separate read\/write access to the database. If set to true, the first set of credentials will be used to write to the database while Slave credentials - to read from it"
    ],
    "DBSlaveHost": [
        "127.0.0.1",
        "string",
        null,
        "Slave database hostname or socket path"
    ],
    "DBSlaveName": [
        "",
        "string",
        null,
        "Slave database name"
    ],
    "DBSlaveLogin": [
        "root",
        "string",
        null,
        "Slave database login"
    ],
    "DBSlavePassword": [
        "",
        "string",
        null,
        "Slave database password"
    ],
    "DBUseExplain": [
        false,
        "bool",
        null,
        "Use EXPLAIN in SQL queries"
    ],
    "DBUseExplainExtended": [
        false,
        "bool",
        null,
        "Use Extended EXPLAIN"
    ],
    "DBLogQueryParams": [
        false,
        "bool",
        null,
        "If enabled, parameters values will be recorded in the logs"
    ],
    "DBDebugBacktraceLimit": [
        false,
        "bool",
        null,
        "This parameter can be used to limit the number of stack frames returned"
    ],
    "EnableLogging": [
        false,
        "bool",
        null,
        "Activates debug logging"
    ],
    "EnableEventLogging": [
        false,
        "bool",
        null,
        "Activates user activity logging"
    ],
    "LoggingLevel": [
        "Full",
        "spec",
        "Aurora\\System\\Enums\\LogLevel",
        "For debug logs, verbosity level can be set to Full, Warning or Error"
    ],
    "LogFileName": [
        "log-{Y-m-d}.txt",
        "string",
        null,
        "Denotes log filename pattern"
    ],
    "LogCustomFullPath": [
        "",
        "string",
        null,
        "Allows for overriding log files location"
    ],
    "LogPostView": [
        false,
        "bool",
        null,
        "Determines whether to log full POST data or just key names"
    ],
    "EnableMultiChannel": [
        false,
        "bool",
        null,
        "Reserved for future use"
    ],
    "EnableMultiTenant": [
        false,
        "bool",
        null,
        "Enables multi tenant support"
    ],
    "TenantGlobalCapa": [
        "",
        "string",
        null,
        "Reserved for future use"
    ],
    "AllowThumbnail": [
        true,
        "bool",
        null,
        "If disabled, image thumbnails will not be generated"
    ],
    "ThumbnailMaxFileSizeMb": [
        5,
        "int",
        null,
        "Denotes a max filesize of images thumbnails are generated for, in Mbytes"
    ],
    "CacheCtrl": [
        true,
        "bool",
        null,
        "If true, content of mail message opened in a new browser tab will be retrieved from cache"
    ],
    "CacheLangs": [
        true,
        "bool",
        null,
        "Enables caching language files"
    ],
    "CacheTemplates": [
        true,
        "bool",
        null,
        "Enables caching template files"
    ],
    "DisplayServerErrorInformation": [
        true,
        "bool",
        null,
        "If enabled, error messages will include texts returned from the server"
    ],
    "EnableImap4PlainAuth": [
        false,
        "bool",
        null,
        "Reserved for future use"
    ],
    "RedirectToHttps": [
        false,
        "bool",
        null,
        "If enabled, users will automatically be redirected from HTTP to HTTPS"
    ],
    "SocketConnectTimeoutSeconds": [
        20,
        "int",
        null,
        "Socket connection timeout limit, in seconds"
    ],
    "SocketGetTimeoutSeconds": [
        20,
        "int",
        null,
        "Socket stream access timeout, in seconds"
    ],
    "SocketVerifySsl": [
        false,
        "bool",
        null,
        "Enables SSL certificate checks"
    ],
    "UseAppMinJs": [
        true,
        "bool",
        null,
        "Enables loading minified JS files (default behavior)"
    ],
    "XFrameOptions": [
        "SAMEORIGIN",
        "string",
        null,
        "If set to SAMEORIGIN, disallows embedding product interface into IFrame to prevent from clickjacking attacks"
    ],
    "AllowCrossDomainRequestsFromOrigin": [
        "",
        "string",
        null,
        "Allows cross-domain requests and handles OPTIONS requests from specified origin. To allow request from any origin use *"
    ],
    "RemoveOldLogs": [
        true,
        "bool",
        null,
        "If enabled, logs older than RemoveOldLogsDays days are automatically removed"
    ],
    "RemoveOldLogsDays": [
        2,
        "int",
        null,
        "Value for use with RemoveOldLogs setting"
    ],
    "LogStackTrace": [
        false,
        "bool",
        null,
        "If enabled, logs will contain full stack trace of exceptions; disabled by default to prevent logs from containing sensitive data"
    ],
    "ExpireUserSessionsBeforeTimestamp": [
        0,
        "int",
        null,
        "If set, all user sessions prior to this timestamp will be considered expired"
    ],
    "PasswordMinLength": [
        0,
        "int",
        null,
        "Used by password change modules, if set to non-zero, denotes minimal length of new password"
    ],
    "PasswordMustBeComplex": [
        false,
        "bool",
        null,
        "Used by password change modules, if set to true, new password has to include at least one digit and at least one non-alphanumeric character"
    ],
    "StoreAuthTokenInDB": [
        false,
        "bool",
        null,
        "If enabled, authentication tokens will be stored in the database and can be revoked"
    ],
    "AuthTokenExpirationLifetimeDays": [
        0,
        "int",
        null,
        "If set to non-zero value, means auth tokens will expire after this number of days. 0 means the feature is disabled."
    ]
}