| 123456789101112131415161718192021222324 |
- {
- "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": "./config/pmail.db",
- "dbType": "sqlite",
- "spamFilterLevel": 2,
- "httpPort": 80,
- "httpsPort": 443,
- "weChatPushAppId": "",
- "weChatPushSecret": "",
- "weChatPushTemplateId": "",
- "weChatPushUserId": "",
- "tgChatId": "",
- "tgBotToken": "",
- "webPushUrl": "",
- "webPushToken": "",
- "isInit": true,
- "httpsEnabled": 2
- }
|