Hello,
I have been using RC for quite some time and really like it. On updating the versions, I have found that at times, I have to log in as 'user@domain.tld' instead of 'user' (which I prefer as the server is used to host a small number of users).
For version 0.8-beta which was around some time ago this worked like a treat. When I have just installed the current 0.8-rc, this seems to have broken. I now have to log in as 'user@domain.tld'. I have checked main.inc.php and the only significant differences are the LDAP ones.
I am somewhat puzzled...
Jan M. Dziewulski ACMT, ACTC, ACSA, MCP
Hmm... so the installer is lying. Managed to log in at the log in page with no issues. Suggest someone look at the installer as there may be an issue there in terms of verifying the login.
Jan M. Dziewulski ACMT, ACTC, ACSA, MCP
On 04/06/2012 11:49, Jan M. Dziewulski wrote:
Hello,
I have been using RC for quite some time and really like it. On updating the versions, I have found that at times, I have to log in as 'user@domain.tld' instead of 'user' (which I prefer as the server is used to host a small number of users).
For version 0.8-beta which was around some time ago this worked like a treat. When I have just installed the current 0.8-rc, this seems to have broken. I now have to log in as 'user@domain.tld'. I have checked main.inc.php and the only significant differences are the LDAP ones.
I am somewhat puzzled...
Thank you,
Jan M. Dziewulski ACMT, ACTC, ACSA, MCP _______________________________________________ Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On Monday, June 4, 2012 at 6:49 PM, Jan M. Dziewulski wrote:
I have to log in as 'user@domain.tld (mailto:user@domain.tld)' instead of 'user'
You need to configure 'username_domain' in config/main.inc.php. For example:
$rcmail_config['username_domain'] = 'domain.ltd';
Zhang Huangbin
iRedMail: Open Source Mail Server Solution for Red Hat Enterprise Linux, CentOS, Scientific Linux, Debian, Ubuntu, Mint, Gentoo, openSUSE, FreeBSD, OpenBSD: http://www.iredmail.org/
On 06/04/2012 12:53 PM, Jan M. Dziewulski wrote:
Hmm... so the installer is lying. Managed to log in at the log in page with no issues. Suggest someone look at the installer as there may be an issue there in terms of verifying the login.
You are right. Some options like username_domain aren't taken into consideration by Installer.