mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[GH-ISSUE #1305] [BUG] uid domain confusion in the example mailserver #455
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#455
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @hungrymonkey on GitHub (Sep 27, 2025).
Original GitHub issue: https://github.com/lldap/lldap/issues/1305
Originally assigned to: @Copilot on GitHub.
Describe the bug
You want to send an email from user@domain1.com to user@domain2.com. The email get sent from user@domain1.com to user@domain1.com instead of user@domain2.com. The search filters are wrong
https://github.com/lldap/lldap/blob/main/example_configs/mailserver.md?plain=1#L63
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expected the email to be sent from domain1 to domain2
Logs
Additional context
Possible solution
@nitnelave commented on GitHub (Oct 4, 2025):
Can you have a look at https://github.com/lldap/lldap/pull/1312 ? Does that address your issues?
@Mindar commented on GitHub (Oct 11, 2025):
I just reproduced and tested it and can confirm that #1312 fixes this.