Haraka
Haraka copied to clipboard
A fast, highly extensible, and event driven SMTP server
I am using the rabbitmq.js plugin for queuing the emails to rabbit. In the beginning, it was not getting triggered, so I had to update the hook from "queue" to...
**Describe the bug** Prerequisites: backend postfix server with multiple users + haraka configured as a reverse proxy with smtp_bridge plugin According to smtp_bridge docs: > This plugins simply post the...
Hi All There is RabbitMQ Plugin given in Haraka, We had an assumption that this plugin is used to queue smtp messages to Rabbitmq and when outbound is enabled all...
Maybe this is a pretty newbie question: I want Haraka be able to receive emails from any configured domain. This is working as expected. For the sake of simplicity I'm...
I'm trying to follow instructions from https://haraka.github.io/plugins/queue/smtp_forward/ and related pages to have a new Haraka server accept outgoing mail and forward everything to another specific server. (Eventually, to implement DKIM...
Hi! I am using Haraka outbound mail server for long time now. For small scale 30K a day. Now we have some requirement where we need to send emails on...
On some of our servers, we have noticed sporadic crashes when accessing the `connection.transaction` in our plugins. It appears that this variable gets set to `null` when the transaction went...
Hi , transaction.set_banner(text, html) is only working when html is provided . if text is provided only the banner is set as text . if html is provided the banner...
**Describe the bug** Incoming mails are checked by spamassasin and karma is giving awards for spamassasin hits. But the problem is (as seen in the haraka log) that karma is...
This would enable plugin-managed vanity MX domain names. There could be a plugin hook that is run on SNICallback. If the hook returns a secure context object then use it,...