BREAKING CHANGE(smartmta): Rebrand package to @push.rocks/smartmta, add consolidated email security verification and IPC handler

This commit is contained in:
2026-02-10 16:25:55 +00:00
parent 199b9b79d2
commit 8293663619
17 changed files with 1183 additions and 383 deletions

View File

@@ -1,30 +1,30 @@
{
"name": "@serve.zone/mailer",
"name": "@push.rocks/smartmta",
"version": "1.3.1",
"description": "Enterprise mail server with SMTP, HTTP API, and DNS management - built for serve.zone infrastructure",
"description": "A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.",
"keywords": [
"mailer",
"mta",
"smtp",
"email",
"mail server",
"mailgun",
"mail transfer agent",
"dkim",
"spf",
"dmarc",
"dns",
"cloudflare",
"daemon service",
"api",
"serve.zone"
"typescript",
"rust"
],
"homepage": "https://code.foss.global/serve.zone/mailer",
"homepage": "https://code.foss.global/push.rocks/smartmta",
"bugs": {
"url": "https://code.foss.global/serve.zone/mailer/issues"
"url": "https://code.foss.global/push.rocks/smartmta/issues"
},
"repository": {
"type": "git",
"url": "git+https://code.foss.global/serve.zone/mailer.git"
"url": "git+https://code.foss.global/push.rocks/smartmta.git"
},
"author": "Serve Zone",
"author": "Task Venture Capital GmbH",
"license": "MIT",
"type": "module",
"bin": {
@@ -66,6 +66,7 @@
"@push.rocks/smartproxy": "^23.1.0",
"@push.rocks/smartrequest": "^5.0.1",
"@push.rocks/smartrule": "^2.0.1",
"@push.rocks/smartrust": "^1.1.1",
"@push.rocks/smartrx": "^3.0.10",
"@push.rocks/smartunique": "^3.0.9",
"@serve.zone/interfaces": "^5.0.4",