Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: barkerb23 on March 12, 2011, 01:54:59 AM

Title: Test IMAP config
Post by: barkerb23 on March 12, 2011, 01:54:59 AM
please help! im just starting to finish the installation but idk what to put where it says

Test IMAP config

Server: _______   
Port   143
Username: _______
Password: _______

what do i put there? when i go to my site it has a login thing like


Welcome to Roundcube Webmail
Username   _________
Password   _________
Server   _________

how do i make a user!?!?:(:(:(
Title: Test IMAP config
Post by: rosali on March 12, 2011, 02:31:57 AM
Roundcube is a client application. Compare it with Thunderbird. If you create an account in Thunderbird it will need informations about the IMAP and SMTP server to connect to.

Roundcube creates its users automatically if ...
#1 configured:
main.inc.php
Code: [Select]

// automatically create a new RoundCube user when log-in the first time.
// a new user will be created once the IMAP login succeeds.
// set to false if only registered users can use this service
$rcmail_config['auto_create_user'] = true;

#2-Connection to IMAP server backend is successful for this user.