Haraka
Haraka copied to clipboard
A fast, highly extensible, and event driven SMTP server
Dear @haraka team, In first, I wish you a Happy New Year! Can you add supports of : - SCRAM-SHA-1 - SCRAM-SHA-1-PLUS - SCRAM-SHA-256 - SCRAM-SHA-256-PLUS - SCRAM-SHA-512 - SCRAM-SHA-512-PLUS...
### Is your feature request related to a problem? Please describe. Gmail will add bcc recipients to their respective MIME headers, so that each bcc recipient sees their own bcc...
Changes proposed in this pull request: - Add a force_tls option to the ToDo object to allow forcing TLS for outbound from a hook Checklist: - [x] docs updated -...
Fixes # Changes proposed in this pull request: - - Checklist: - [ ] docs updated - [ ] tests updated - [ ] [Changes](https://github.com/haraka/Haraka/blob/master/Changes.md) updated
I'd like to tone down the log level of: ` [WARN] [xx] [core] data after disconnect from xx`. This is a frequent occurrence over here because we tend to kick...
**Describe the bug** When backend is unavailable, haraka crashes. **Expected behavior** Haraka must successfully acknowledge the email and retry to deliver it later. **Observed behavior** Haraka crashes: https://gist.github.com/kayrus/728a7b121a72902cff0b644e869d57d7 **Steps To...
# RELEASE CHECKLIST - [ ] Start a N-week quiet period - [x] Update [haraka-tld](https://github.com/haraka/haraka-tld) - [x] Draft a release on the [releases page](https://github.com/haraka/Haraka/releases) (Save draft) - Create a PR...
**Is your feature request related to a problem? Please describe.** I need to programmatically select the relevant TLS key/certs and apply them to the upcoming TLS socket **Describe the solution...
When a local recipient replies to a bounce email (i.e. an email sent from MAILER-DAEMON@{me}), we apparently end up in the same local host loop issue as described in https://github.com/haraka/Haraka/issues/2809....
Fixes #2325 - maybe - hard to test Changes proposed in this pull request: - Delete qfiles on timeout There might be other ways this can timeout than the ways...