Re: cyrus-imap how to login using alias email
"Skale, Franz" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kroupware |
|---|---|
| Message-ID | <[email protected]> |
Hi Andrea, came across the same problem. The solution is quite simple: Change the ldap_filter line in file/etc/imapd.conf to: ldap_filter: (|(&(|(uid=cyrus-admin)(uid=cyrus-murder))(uid=%U))(&(|(uid=%U)(mail=%U@%d)(mail=%U@%r)(alias=%U@%d))(objectclass=kolabinetorgperson))) No linebreaks of course. Best regards Franz Am 2019-04-14 12:20, schrieb Gelpi Andrea: > Hi all, > I have a multi domain installation of kolab 16 and recently I have > noticed I can login via roundcube using the email alias, while that's > not possibile using imap, for example using MS Outllok. > > When I had installed the server I was told to remove all the lines > related to ldap_* to have the server running in multi domain. > > But I think some of them are neccesary to login using an alias as is > possibile with roundcube, but which ones? > > Any help? Any idea? > > Thanks,