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 was using an inline comment with the following format, in `relay_acl_allow` (not this exact IP, but shown here as an example): ``` 8.8.8.8/32 # My safe machine IP ```...

Works As Designed
Feature Request

Starting with Haraka 3.0.4, when an IPv4 only server tries to send an email to an MX listening on both IPv4 and IPv6, it gets an error: `[outbound] Failed to...

### Describe the bug ``` npm install -g [email protected] haraka -i /etc/haraka/ haraka -o -c /etc/haraka ``` ### Expected behavior Something like: ``` loaded TLD files: 1=1448 2=8320 3=3571 loaded...

## Using Haraka Outbound with a Custom Queue Driver Hello team, I am currently exploring using Haraka with a custom queue driver and not the default disk queue driver. For...

Please Create a Proper Step by step Instruction how to create server and run it, how to add AUth and add SPAM Protection Docs is so confusion that i 'm...

Documentation
help wanted

### Describe the bug I had a few Haraka process crashes the other day over the space of about an hour, with an error I'd not seen before. Presumably caused...

### Describe the bug Transient queue error, possible because IO problem or timing problem. Similar message produce no error, it happen 1 out of 10 possible connection. ``` Jul 31...

![snyk-top-banner](https://github.com/andygongea/OWASP-Benchmark/assets/818805/c518c423-16fe-447e-b67f-ad5a49b5d123) Snyk has created this PR to upgrade redis from 4.6.15 to 4.7.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...

Duplicate of #3398 ### Describe the bug While running Haraka in daemon mode, after some time, hours, the daemon dies with a very short message. ### Expected behavior The expected...

### Describe the bug Before Haraka 3.0.4. Using multiple outbound could be set using get_mx_hook or using notes.outbound_ip. Which is helpful, because we could set it without messing the mx...

Outbound
question