Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: roundtriangle on February 18, 2008, 12:15:48 PM

Title: How to configure this?
Post by: roundtriangle on February 18, 2008, 12:15:48 PM
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 alias@mydomain.com

The imap and smtp server does only accept the login names for my mail account (like "5456129_alias") not alias@mydomain.com or only the alias.
elsewhere the smtp/imap server sets my mailadresses automatically to mailadresses like 864687_alias@myuserid.webspaces.myhoster.com, not to alias@mydomain.com

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 864687_alias@myuserid.webspaces.myhoster.com



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!)
Title: Re: How to configure this?
Post by: roundtriangle on February 20, 2008, 11:52:20 AM
Okay, i set in the database-table "user" the field "alias" to myalias@myhost.com and set up the senders adress to the same!
It work's!
Title: Re: How to configure this?
Post by: Friedi1970 on February 20, 2008, 04:19:19 PM
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
Title: Re: How to configure this?
Post by: roundtriangle on February 21, 2008, 10:29:08 AM
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 youralias@yourpage.com
5. Ready! Open Roundcube and log in with youralias@yourpage.com and your password! Then go to Options->Adresser and set it to youralias@yourpage.com

Good Luck, I hope it works!

PS: In the main.conf.php file set: (Line 32)
Code: [Select]
$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