Initial commit on Forgejo
Some checks are pending
CI and deploy / Test (push) Waiting to run
CI and deploy / Build, push, and deploy (push) Blocked by required conditions

Fresh repository history for elektrine/elektrine-haraka hosted at
https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
Maxfield Luke 2026-07-29 04:43:42 -04:00
commit 67c1d41a0c
82 changed files with 8713 additions and 0 deletions

21
package.json Normal file
View file

@ -0,0 +1,21 @@
{
"name": "elektrine-haraka",
"description": "Elektrine SMTP Server - Haraka with custom plugins for email processing",
"version": "1.0.0",
"dependencies": {
"haraka-plugin-dkim": "^1.0.11",
"haraka-plugin-spf": "^1.2.10",
"iconv": "^3.0.1",
"mailparser": "^3.9.8",
"redis": "^4.7.0"
},
"scripts": {
"worker": "node ./scripts/elektrine-worker.js",
"test": "node --test test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://git.elektrine.com/elektrine/elektrine-haraka.git"
},
"license": "MIT"
}