Roundcube Community Forum

Release Support => Release Discussion => Topic started by: CajuCLC on July 28, 2008, 09:23:18 AM

Title: Open Registration
Post by: CajuCLC on July 28, 2008, 09:23:18 AM
Hello all. 1st of all, thanks for this great project.
Well, I would like to know if there is anyway to let people register on my webmail.
I am using roundcube installed by my server (dreamhost).
Thanks.:confused::confused:
Title: Open Registration
Post by: JohnDoh on July 29, 2008, 03:23:28 AM
This comes up quite often on the forum and the answer is allways the same. Please search the forum to see if you question has allready been answered before posting.
Title: Open Registration
Post by: CajuCLC on August 16, 2008, 04:51:18 PM
Oh! I am sorry!
I just read all of them and many are old and no one answer there.
And hum.... It`s different, since my server installed this and not me.
There is no help here, right?
Title: Open Registration
Post by: rosali on August 17, 2008, 01:10:28 AM
You can allow automatically create users (main.inc.php: $rcmail_config['auto_create_user'] = TRUE;). This option will add a RoundCube user on first time login if the user is already present on your IMAP server (MTA).

If you are asking for a feature to add users to your MTA, there is no built-in feature for that.

-Roland