config.json 440 B

1234567891011121314151617
  1. {
  2. "logLevel": "info",
  3. "domain": "domain.com",
  4. "webDomain": "mail.domain.com",
  5. "dkimPrivateKeyPath": "config/dkim/dkim.priv",
  6. "sslType": "0",
  7. "SSLPrivateKeyPath": "config/ssl/private.key",
  8. "SSLPublicKeyPath": "config/ssl/public.crt",
  9. "dbDSN": "./pmail.db",
  10. "dbType": "sqlite",
  11. "weChatPushAppId": "",
  12. "weChatPushSecret": "",
  13. "weChatPushTemplateId": "",
  14. "weChatPushUserId": "",
  15. "isInit": true,
  16. "httpsEnabled": 2
  17. }