Initial commit on Forgejo
Fresh repository history for elektrine/elektrine-haraka hosted at https://git.elektrine.com/elektrine/elektrine-haraka.
This commit is contained in:
commit
67c1d41a0c
82 changed files with 8713 additions and 0 deletions
21
package.json
Normal file
21
package.json
Normal 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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue