Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove optional dependency on ldap plugins, because #3399

Merged
merged 3 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading