Roundcube Community Forum

 

How to configure this?

Started by roundtriangle, February 18, 2008, 12:15:48 PM

Previous topic - Next topic

roundtriangle

Hello!
I've got a IMAP and SMTP mailserver account.
I connect them like imap.myhoster.com and smtp.myhoster.com
Ive an own domain at this hoster. mydomain.com
my mail adresses are like [email protected]

The imap and smtp server does only accept the login names for my mail account (like "5456129_alias") not [email protected] or only the alias.
elsewhere the smtp/imap server sets my mailadresses automatically to mailadresses like [email protected], not to [email protected]

What i want:
I want to login to roundcube with my alias, not with "556565_alias".
I want to use my real mail adress, not [email protected]



And at last a request for a new feature: A setup easy routine for roundtube. ;)

(Sorry, my english is not very well. I hope you understand me!)

roundtriangle

Okay, i set in the database-table "user" the field "alias" to [email protected] and set up the senders adress to the same!
It work's!

Friedi1970

Hello roundtriangle,

coul you please describe this issue a bit more detailed?
I have the same problem but I can't follow your minds ???

Thanks in advance
Friedi

roundtriangle

Okay. I hope you have got phpMyAdmin installed.(ore other database tool)

1. Open phpMyAdmin and go to the roundcube database and open the table "users", there should be no entrys, if not so truncate the table.
2. Log in with your "454684_alias" username and password in roundcube. Then log out.
(It's to save the login data in database, do it for each user that should access to roundcube)
3. Log in to your database with phpMyAdmin.
4. Go to the users table. 4. Set the field "alias" to [email protected]
5. Ready! Open Roundcube and log in with [email protected] and your password! Then go to Options->Adresser and set it to [email protected]

Good Luck, I hope it works!

PS: In the main.conf.php file set: (Line 32)
$rcmail_config['auto_create_user'] = FALSE;(To prevent logins from other members of your mailserver)

If you have always problems i can send you my main.conf.php