#459 closed defect (fixed)
Solve roundcube login issues
Reported by: | lferran | Owned by: | lferran |
---|---|---|---|
Priority: | critical | Milestone: | IT: Server Setup |
Component: | IT | Version: | |
Keywords: | Cc: | ||
Referenced By: | References: |
Description (last modified by landauf)
Problems:
- When users login only using their userid, the roundcube treats the user as <userid>@localhost instead of @orxonox.net
- This causes that the user, then, can't send any email.
Change History (3)
comment:1 Changed 8 years ago by lferran
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 8 years ago by lferran
Best and final solution:
modify roundcube configuration parameter that acts as default_domain in case the user does not write it in the login form:
$rcmail_config['username_domain'] = 'orxonox.net';
comment:3 Changed 8 years ago by landauf
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Dovecot drops the domain part of the username input given by roundcube ⇒ If the input is lferran@… authentication is only done with lferran.
The problem was solved by modifying the ldap filter in the dovecot configuration. In /etc/dovecot/dovecot-ldap.conf.ext:
Now, when roundcube has a new user@… + password to validate:
More information about how this issue has been solved here.