| 1234567891011121314151617 |
- {
- "logLevel": "info",
- "domain": "domain.com",
- "webDomain": "mail.domain.com",
- "dkimPrivateKeyPath": "config/dkim/dkim.priv",
- "sslType": "0",
- "SSLPrivateKeyPath": "config/ssl/private.key",
- "SSLPublicKeyPath": "config/ssl/public.crt",
- "dbDSN": "./pmail.db",
- "dbType": "sqlite",
- "weChatPushAppId": "",
- "weChatPushSecret": "",
- "weChatPushTemplateId": "",
- "weChatPushUserId": "",
- "isInit": false,
- "httpsEnabled": 0
- }
|