-
For ex., you've got plugin named `queue/something.js`.
https://github.com/celesteking/Haraka/commit/67e477dd1cd0474440612005cea13e8832022749 will allow you to specify timeout in `queue:something.time…
-
I have configure two smtp using haraka. and want to use smtp_forward plugin for relay.
I have follow below steps for sending email ->
Application -> haraka smtp1 -> haraka smtp2
but when I send mail …
-
It would be super helpful if Haraka would look for files in the plugin directory with a `.coffee` extension if no `.js` extension of the same name is found. I write all my plugins in coffee-script and…
-
Hi, I love Haraka project so much. The simplicity of the program is amazing. Compare to Postfix which is older than Haraka, I cannot find much example and tutorial from the Internet to my problem.
I…
-
I'm currently testing my Haraka plugin and I have some problems/errors.
What I want to do is get every new mail in Haraka(using it as a smtp proxy), send it to a server to analyze it, and then send …
ghost updated
9 years ago
-
Getting: [ERROR] [F9118AD1-991C-4C89-AD2F-7EAF93F3B555] [tls] timeout
Happening on cipher mismatch.
1. Test yourself with: openssl s_client -connect localhost:2525 -starttls smtp -cipher ECDHE-EC…
-
Node.js makes it really easy to have a web interface, and I'm the second, and surely not the last guy to add one to Haraka. There's different ways to crack this nut:
1. make each one listen on their o…
-
Hi,
I have try to send mail using queue/smtp_forward.
But I have face a error msg in logs that "552 Authentication required (7C8907E2-328A-42FC-BDF0-CDAB6BEF9F33.1)".
Here I have also attached scre…
-
I'm against [this](https://github.com/baudehlo/Haraka/blob/master/plugins/auth/auth_base.js#L96) line:
`connection.notes.auth_passwd = credentials[1];`
-
Hi,
https://haraka.github.io/manual/plugins/access.html makes mention to a access.domain file.
I believe it should be access.domains (with the S) according what that I found in access.js.
I just sp…