Roundcube Community Forum

 

login failure - cant login roundcube mail server

Started by robertkwild, July 27, 2015, 05:55:27 PM

Previous topic - Next topic

robertkwild

hi all,

i cant login roundcube

i attach a link of my attachment

http://www.filedropper.com/roundcubeconfig

i have tried

robert.wild and [email protected] my full email address

any help much appreciated

thanks

rob

SKaero

Most likely your imap_auth_type config options is wrong.

robertkwild

What config file do I need to change for that

SKaero


robertkwild

awesome thank you SKaero i will try this tonight

robertkwild

having no luck at all

i have entered in two new lines under my IMAP section (see link, the last two lines)

http://www.filedropper.com/roundcubeconfig_1

i have used "check" "plain" "auth" "null" and "LOGIN" but when i used null i get the error "connection to imap server failed" all the others just say "login failure"

any help please

thanks

rob

SKaero

If you remove that config line and enable imap_debug in the Roundcube config was does the log say?

robertkwild

what added line should i delete of the two?

is the enable imap debug line in the same config file as this file or is it somewhere else

after i enable it im guessing if i do a tail -f /var/www/html/rc/logs i will find the error

thanks in advanced for your help much appreciated

robertkwild

damn i think i know whats wrong

stupidly i unticked the box, "auto create users", so im guessing im going to have to go inot the config file and add it in there

also shall i add the line for "username_domain" and enter in my default domain name "robina.ddns.net" ?

SKaero

You can remove $config['auto_create_user'] = false; from the config.inc.php and it should be enabled again.

robertkwild

i deleted it from the config file, and i could successfully log in on the web, your awesome SKaero

just out of interest where do the users get created on the roundcube database, where is the location?

robertkwild

#11
mmm, i have noticed something (i attach link to picture)

http://www.filedropper.com/roundcubecantsend

my from box appears as robert.wild@localhost, instead of my domain @robina.ddns.net

how do i change this for all my users so its [email protected]

i know i can change this in "edit identities" but i really want it as default to all my users

SKaero

Quote from: robertkwild on July 29, 2015, 03:18:34 PM
just out of interest where do the users get created on the roundcube database, where is the location?
The users are keep in the Roundcube data in the users table. The Roundcube user is needed for settings and contacts.

Quote from: robertkwild on July 29, 2015, 03:43:22 PM
how do i change this for all my users so its [email protected]
Change the username_domain config option to your domain.

robertkwild

so in the config file do i add a new line under the IMAP section

rcmail_config['username_domain'] = 'robina.ddns.net';

SKaero