Skip to content

Commit

Permalink
remove optional dependency on ldap plugins, because (#3399)
Browse files Browse the repository at this point in the history
ldapjs is unsupported upstream. See https://github.com/ldapjs/node-ldapjs
  • Loading branch information
msimerson authored Sep 2, 2024
1 parent ba5fd93 commit 72c902d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
6 changes: 6 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
### Unreleased


#### Changed

- removed dependency on ldap plugins #3399


### [3.0.4] - 2024-08-21

#### Added
Expand Down
2 changes: 0 additions & 2 deletions config/plugins
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
# ----------
# auth/flat_file
# auth/auth_proxy
# auth/auth_ldap

# MAIL FROM
# ----------
Expand All @@ -50,7 +49,6 @@ mail_from.is_resolvable
# At least one rcpt_to plugin is REQUIRED for inbound email.
rcpt_to.in_host_list
# qmail-deliverable
# rcpt_to.ldap
# rcpt_to.routes

# DATA
Expand Down
1 change: 1 addition & 0 deletions config/smtp.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
;ignore_bad_plugins=0

; Run using cluster to fork multiple backend processes
; Ref: https://github.com/haraka/Haraka/wiki/Performance-Tuning
;nodes=cpus

; Daemonize
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"haraka-plugin-aliases": "^1.0.2",
"haraka-plugin-asn": "^2.0.3",
"haraka-plugin-attachment": "^1.1.2",
"haraka-plugin-auth-ldap": "^1.1.0",
"haraka-plugin-avg": "^1.1.0",
"haraka-plugin-bounce": "1.0.2",
"haraka-plugin-clamd": "1.0.1",
Expand All @@ -70,7 +69,6 @@
"haraka-plugin-messagesniffer": "^1.0.0",
"haraka-plugin-p0f": "^1.0.9",
"haraka-plugin-qmail-deliverable": "^1.2.3",
"haraka-plugin-rcpt-ldap": "^1.1.0",
"haraka-plugin-recipient-routes": "^1.2.0",
"haraka-plugin-rspamd": "^1.3.1",
"haraka-plugin-spamassassin": "^1.0.0",
Expand Down

0 comments on commit 72c902d

Please sign in to comment.