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!?!?:(:(:(
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
// 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.