mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-27 01:45:58 +03:00
[GH-ISSUE #1468] LDAP: email field not filled when account is auto created #1154
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1154
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 @ktechmidas on GitHub (Apr 13, 2018).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1468
Hi,
I got LDAP to work correctly, I can now login to Modoboa and pass through to webmail after configuring Dovecot which is great. However in webmail the from address is empty despite the mail attribute being set in LDAP.
Can someone point me in the direction of how to set this up so the from address is prefilled when sending email from webmail? I've tried putting something in there but it just clears it, so no-one can send any mail from webmail right now.
@tonioo commented on GitHub (Apr 13, 2018):
The "from address" field is automatically using current user primary email (which actually corresponds to its username). Can you give more information about your user?
@ktechmidas commented on GitHub (Apr 13, 2018):
Hm, odd. I made my CN the email address to make life easier for everyone when logging in (this way, they don't need to switch between username and email)
My test user's DN is:
cn=test@xxx.org,ou=staff,dc=int,dc=xxx,dc=org
And my config looks like the image I attached.

@tonioo commented on GitHub (Apr 13, 2018):
@ktechmidas So people use a DN when connecting to Modoboa?
@ktechmidas commented on GitHub (Apr 13, 2018):
The CN? They just use their email address and the direct bind should make the DN out of it I think?
@tonioo commented on GitHub (Apr 13, 2018):
Sorry, I replied too quickly.
@ktechmidas commented on GitHub (Apr 27, 2018):
Thank you @tonioo will test it real soon!