Files
aaPanel/mod/base/push_mod/domain_blcheck_push_template.json
Jack 8eadc94c98 Update to 7.32.0
1. Added: Mail Server - Add Domain with Domain management center to Automatic DNS record & apply SSL
2. Added: Mail Server - DNS record with One-click Parsing
3. Added: Mail Server - Compatible with Domain management center to apply for renewal SSL
4. Added: Mail Server - Mail Marketing - Add Template supports Upload HTML
5. Added: bt default command supports displaying separate IPV4, IPV6 and bound domain info
6. Added: Settings - Panel SSL supports using Domains SSL Certificate
7. Added: PHP Project - Automatic Add Record & SSL with progress display
8. Fixed: Mail Server quota limit issue
9. Fixed: WP Toolkit incorrect cache directory issue
10. Optimized: Enhanced domain validation in the Domain module
11. Fixed: Issue with automatic domain resolution prompts in Mail Server editing
12. Fixed: "Internal Server Error" occurring in certain scenarios
2025-04-15 17:11:22 +08:00

106 lines
1.8 KiB
JSON

[
{
"id": "80",
"ver": "1",
"used": true,
"source": "mail_domain_black",
"title": "Your IP is on the email blacklist",
"load_cls": {
"load_type": "path",
"cls_path": "mod.base.push_mod.domain_blcheck_push",
"name": "MailDomainBlcheck"
},
"template": {
"field": [
],
"sorted": [
]
},
"default": {
},
"advanced_default": {
"number_rule": {
"day_num": 3
}
},
"send_type_list": [
"dingding",
"feishu",
"mail",
"weixin",
"webhook",
"tg"
],
"unique": true
},
{
"id": "81",
"ver": "1",
"used": true,
"source": "mail_server_status",
"title": "Your Mail Service is down",
"load_cls": {
"load_type": "path",
"cls_path": "mod.base.push_mod.domain_blcheck_push",
"name": "MailServerDown"
},
"template": {
"field": [
],
"sorted": [
]
},
"default": {
},
"advanced_default": {
"number_rule": {
"day_num": 3
}
},
"send_type_list": [
"dingding",
"feishu",
"mail",
"weixin",
"webhook",
"tg"
],
"unique": true
},
{
"id": "82",
"ver": "1",
"used": true,
"source": "mail_domain_quota_alert",
"title": "Your Mail Domain Quota Alert",
"load_cls": {
"load_type": "path",
"cls_path": "mod.base.push_mod.domain_blcheck_push",
"name": "MailDomainQuota"
},
"template": {
"field": [
],
"sorted": [
]
},
"default": {
},
"advanced_default": {
"number_rule": {
"day_num": 1
}
},
"send_type_list": [
"dingding",
"feishu",
"mail",
"weixin",
"webhook",
"tg"
],
"unique": true
}
]