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

**Describe the bug** I found a problem with delivering mail to gmail when Message-id header is present, but empty . we get for example following response: bounced - 550 5.7.1...

Hey all, I'm trying to configure outbound mail for relaying and I've followed [the guide](https://haraka.github.io/tutorials/settingupoutbound) but can't quite seem to get it working. Currently, I am deploying to ec2 w/...

**Describe the bug** Haraka help displays registered plugins in the wrong run order. **Expected behavior** Haraka help describes the --order option as: "Show all registered plugins and their run order"...

After enabling the `valid_hostname` check in the `helo.checks` module, we found that our Haraka hosts could no longer send mails to each other, and we tracked this down to being...

**---Describe the bug** We have two domains domainA.de and domainB.dem The MX record target domainA.de and all mails should go thou haraka and then to an exchange server that has...

**Describe the bug** While reviewing the logs we noticed a lot of restarts of workers with this crash: ``` 2023-06-19T05:37:45.420Z [CRIT] [-] [outbound] Didn't find right amount of data in...

Hello, For information Haraka 2.8.28 inside a pod image node:14 under openshift cluster 4.11 Sometimes I get this error randomly 1 to 3 times a day and not every day...

**Describe the bug** If a plugin calls the `get_mx` hook with credentials (e.g. `auth_user` and `auth_pass`), those credentials are logged in clear text. **Expected behavior** Having sensitive information in log...

Is proxy protocol supposed to work also on port 465 (implicit SSL/TLS)? I've set up an Nginx stream proxy in front of Haraka, that works fine. But when I enable...

question

**Is your feature request related to a problem? Please describe.** I'm trying to get a setup working that looks like this: ```mermaid flowchart LR; sender--internet-->border_smtp subgraph k8s border_smtp--intranet-->upstream_smtp end upstream_smtp---internet--->recipient...