Hi
Who's running roundcube webmail where is a postfixadmin?
When I try to RC webmail I give login failed, I add structure mysql database on the RC to my virtual_post database , and I configure db.inc.php and give password/database and still I can't loging
Anynone configured postfixadmin and RoundCube webmail?
thx
Albert
albert wrote:
Hi
Who's running roundcube webmail where is a postfixadmin?
When I try to RC webmail I give login failed, I add structure mysql database on the RC to my virtual_post database , and I configure db.inc.php and give password/database and still I can't loging
Anynone configured postfixadmin and RoundCube webmail?
Yes, with courier-imap and courier-authlib-mysql. Roundcube authenticates through the IMAP server, so either roundcube isn't correctly logging into the IMAP server or the IMAP server isn't correctly authenticating to your backend. Try logging into your IMAP server directly with another client program, like Thunderbird. If that doesn't work, then you need to fix the rest of the path before trying to "fix" Roundcube.
Darren Pilgrim napisał(a):
albert wrote:
Hi
Who's running roundcube webmail where is a postfixadmin?
When I try to RC webmail I give login failed, I add structure mysql database on the RC to my virtual_post database , and I configure db.inc.php and give password/database and still I can't loging
Anynone configured postfixadmin and RoundCube webmail?
Yes, with courier-imap and courier-authlib-mysql. Roundcube authenticates through the IMAP server, so either roundcube isn't correctly logging into the IMAP server or the IMAP server isn't correctly authenticating to your backend. Try logging into your IMAP server directly with another client program, like Thunderbird. If that doesn't work, then you need to fix the rest of the path before trying to "fix" Roundcube.
Hi
I trying get my e-mail with Thunderbird and I authenticates with IMAP server and it's working, I have too a webmail squirrelmail and user can loging, but when I try loging with roundcoube there is a problem Question is what I do wrong?
Albert
Hi Albert,
You probably have $rcmail_config['auto_create_user'] set to FALSE. This means that only users can log in, who already have an entry in the users table of the RoundCube database. Even if the IMAP authentication succeeds, RC won't let you log in. Set it to True and a user record will be created after the first login. Afterwards, you can set it to False again.
There are also some known issues with passwords, containing whitespaces or other special characters.
Regards, Thomas
Albert Czarnecki wrote:
Darren Pilgrim napisał(a):
albert wrote:
Hi
Who's running roundcube webmail where is a postfixadmin?
When I try to RC webmail I give login failed, I add structure mysql database on the RC to my virtual_post database , and I configure db.inc.php and give password/database and still I can't loging
Anynone configured postfixadmin and RoundCube webmail?
Yes, with courier-imap and courier-authlib-mysql. Roundcube authenticates through the IMAP server, so either roundcube isn't correctly logging into the IMAP server or the IMAP server isn't correctly authenticating to your backend. Try logging into your IMAP server directly with another client program, like Thunderbird. If that doesn't work, then you need to fix the rest of the path before trying to "fix" Roundcube.
Hi
I trying get my e-mail with Thunderbird and I authenticates with IMAP server and it's working, I have too a webmail squirrelmail and user can loging, but when I try loging with roundcoube there is a problem Question is what I do wrong?
Albert
Thomas Bruederli napisał(a):
Hi Albert,
You probably have $rcmail_config['auto_create_user'] set to FALSE. This means that only users can log in, who already have an entry in the users table of the RoundCube database. Even if the IMAP authentication succeeds, RC won't let you log in. Set it to True and a user record will be created after the first login. Afterwards, you can set it to False again.
There are also some known issues with passwords, containing whitespaces or other special characters.
Regards, Thomas
Hi Thomas,
I trying find this options and I don't see, where I can find this options? In config file I don't see
Regards, Alnbert
It's the fourth config parameter in config/main.inc.php, near line 32. Ctrl-F should help as well...
Albert Czarnecki wrote:
Thomas Bruederli napisał(a):
Hi Albert,
You probably have $rcmail_config['auto_create_user'] set to FALSE. This means that only users can log in, who already have an entry in the users table of the RoundCube database. Even if the IMAP authentication succeeds, RC won't let you log in. Set it to True and a user record will be created after the first login. Afterwards, you can set it to False again.
There are also some known issues with passwords, containing whitespaces or other special characters.
Regards, Thomas
Hi Thomas,
I trying find this options and I don't see, where I can find this options? In config file I don't see
Regards, Alnbert
Thomas Bruederli napisał(a):
It's the fourth config parameter in config/main.inc.php, near line 32. Ctrl-F should help as well...
Hm
This options is set TRUE, but I still can't loging
When I try loging with RC I can see this in imap daemon log:
Jul 6 08:49:03 alexander imaplogin: Connection, ip=[::ffff:127.0.0.1] Jul 6 08:49:03 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=CAPABILITY Jul 6 08:49:03 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGIN Jul 6 08:49:03 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], username=test@i-bs.pl Jul 6 08:49:03 alexander imaplogin: authdaemon: starting client module Jul 6 08:49:03 alexander imaplogin: authdaemon: REJECT
but when I repeat the same function with squirrelmail ( the same login and password) i get this
Jul 6 08:48:19 alexander imaplogin: Connection, ip=[::ffff:127.0.0.1] Jul 6 08:48:19 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGIN Jul 6 08:48:19 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], username=test@i-bs.pl Jul 6 08:48:19 alexander imaplogin: authdaemon: starting client module Jul 6 08:48:19 alexander imaplogin: authdaemon: ACCEPT, username test@i-bs.pl Jul 6 08:48:19 alexander imaplogin: LOGIN, user=test@i-bs.pl, ip=[::ffff:127.0.0.1], protocol=IMAP Jul 6 08:48:19 alexander imaplogin: LOGOUT, user=test@i-bs.pl, ip=[::ffff:127.0.0.1], headers=0, body=0, time
any ideas?
Regards, Albert
Well, must be the thing I mentioned before: "There are also some known issues with passwords, containing whitespaces or other special characters."
~Thomas
Albert Czarnecki wrote:
Thomas Bruederli napisał(a):
It's the fourth config parameter in config/main.inc.php, near line 32. Ctrl-F should help as well...
Hm
This options is set TRUE, but I still can't loging
When I try loging with RC I can see this in imap daemon log:
[...]
any ideas?
Regards, Albert
Albert Czarnecki wrote:
When I try to RC webmail I give login failed, I add structure mysql database on the RC to my virtual_post database , and I configure db.inc.php and give password/database and still I can't loging
For clarity, does the above mean that you did the following:
file to your roundcube database; 2. Set up a roundcube admin user with SELECT, INSERT, UPDATE and DELETE privileges on the roundcube database; 3. Set db_dsnw in config/db.inc.php to the appropriate value; 4. Verified that the db_table_* values match the tables names in the database.
I trying get my e-mail with Thunderbird and I authenticates with IMAP server and it's working, I have too a webmail squirrelmail and user can loging, but when I try loging with roundcoube there is a problem
Ok, so it's an issue with your roundcube configuration. Are the default_host and default_port variables in config/main.inc.php correct for your IMAP server? What errors are you getting in your web server's and/or IMAP server's log(s)?
For clarity, does the above mean that you did the following:
- Added the database structure provided in the SQL/mysql.inital.sql
file to your roundcube database; 2. Set up a roundcube admin user with SELECT, INSERT, UPDATE and DELETE privileges on the roundcube database; 3. Set db_dsnw in config/db.inc.php to the appropriate value; 4. Verified that the db_table_* values match the tables names in the database.
I have database virt_post which I create install the postfixadmin, now I add to this base SQL/mysql.inital.sql roundcoube admin have all permision:) db_dsnw is set correctly in db.inc.php
Ok, so it's an issue with your roundcube configuration. Are the default_host and default_port variables in config/main.inc.php correct for your IMAP server? What errors are you getting in your web server's and/or IMAP server's log(s)?
default_host and port it's set correct - localhost and 143
IMAP logs:
Jul 6 08:49:03 alexander imaplogin: Connection, ip=[::ffff:127.0.0.1] Jul 6 08:49:03 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=CAPABILITY Jul 6 08:49:03 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], command=LOGIN Jul 6 08:49:03 alexander imaplogin: LOGIN: DEBUG: ip=[::ffff:127.0.0.1], username=test@i-bs.pl Jul 6 08:49:03 alexander imaplogin: authdaemon: starting client module Jul 6 08:49:03 alexander imaplogin: authdaemon: REJECT
web servers I get : login failed
Regards,
Albert
Hi
Eh I very tired or stupid:> I put wrong password :)
Now , RC is working:)
Sorry
Regards,
Albert