Haraka icon indicating copy to clipboard operation
Haraka copied to clipboard

A fast, highly extensible, and event driven SMTP server

Results 110 Haraka issues
Sort by recently updated
recently updated
newest added

I am trying to convert text-only emails to HTML. These emails are Content-Type: multipart/mixed, and text comes as Content-Type: text/plain in the child. I would like to be able to...

question

There is no way I am able to overwrite the Return-Path! Below is my code for the custom plugin. Any help will be appreciated. So far, I love haraka. ```...

### system info Haraka | Haraka.js — Version: 2.8.24 --- | :--- Node | v10.16.3 OS | Linux haraka-mail-relay 5.4.0-1049-azure #51~18.04.1-Ubuntu SMP Fri Jun 4 15:21:28 UTC 2021 x86_64 Linux...

I am trying to write a custom plugin, to insert some warning to the receiver if the mail body contains malicious data. Recently, we have some malicious phishing email that...

question

**Describe the bug** We have Haraka set up using smtp_proxy which proxies all connections to Amazon SES. This works great, except that on (seemingly random) occasion, Haraka seems to get...

Basically, crashes on bounce tempfail. Can't get what's wrong. This has lines a bit off by 3 or so. ``` [NOTICE] [46095497-C02F-40F5-81DF-8BAB88780C2F.1.1] [outbound] [FAEFC4FA-E8EF-4EC9-B8A4-0B5C7A413587] recipient domain rejected: 521 Service not...

``` === Trying localhost:25... === Connected to localhost. EHLO localhost.localdomain -> This is a test mailing -> -> -> . QUIT

Basically, ```js [core] Error at callback (/Haraka/plugins.js:482:34) at Plugin.exports.return_results (Haraka/plugins/spf.js:295:20) at ch_cb (Haraka/plugins/spf.js:214:16) at mech_chain_caller (Haraka/spf.js:316:28) at QueryReqWrap.callback (Haraka/spf.js:507:56) at QueryReqWrap.onresolve [as oncomplete] (dns.js:203:10) ``` This is happening because of...

**Describe the bug** It seems that helo.checks accepts previously rejected identities. **Expected behavior** Wrong remains wrong **Observed behavior** Persistent wrong turns right: ``` EHLO google.com HELO google.com

Currently Haraka does not support the "BDAT" command, not only can this speed up sending large messages but it is required in some cases for example office 365 gives the...

Feature Request