Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: pbennett on August 29, 2006, 12:34:21 AM

Title: How do I take advantage of unlimited users?
Post by: pbennett on August 29, 2006, 12:34:21 AM
Hi there,

I am setting up an integration with phpBB and would like to have users register in phpBB and get @myhostname.com. The features list says that I can have "unlimited users", which I assume makes use of a catch-all email address from the hosting provider, but I'm unclear how that would work. If I use a query to tap into the phpBB database and get the username and tack on the domain, is that enough???

What I don't want is to have to manually create email accounts for each user, which is what we will need to do if the catch-all thing doesn't work

Thanks in advance,

PB
Title: Re: How do I take advantage of unlimited users?
Post by: flash on August 31, 2006, 09:50:28 PM
RoundCube assumes the existance of an email account on the server.

What you need is a control panel hack at your webhost to communicate with phpbb and create email accounts.
Title: Re: How do I take advantage of unlimited users?
Post by: pbennett on August 31, 2006, 09:54:16 PM
Never mind. Answered my own question. The "unlimited" part is that you can have as many users in the mySQL database, but you're still limited by what your ISP provides, i.e. no catch-all use.

Would be a great feature. I saw it as part of Hivemail, but I can't seem to get a hold of the people who wrote Hivemail to see if they are still in business.

So any experts out there who can tell me how, using Roundcube, one might implement the use of a catch-all email address? Seems like you could write a script that hits the IMAP server, looks at all the emails in the catch-all and moves them into "sub-inboxes" which users see as their inbox.

One could probably write a script that did this for any webmail client, kind of as a "plug-in", only one that works from the shell/cron level.

Not sure what that would entail in terms of server utilization, but it seems doable. Just don't have time to do it myself :-\

PB
Title: Re: How do I take advantage of unlimited users?
Post by: pbennett on August 31, 2006, 09:57:17 PM
Flash,

Yeah, I'm noticing that, but the issue is my hosting provider doesn't use cpanel and actually has code in place to ensure that a real human is logging into their interface. No scripts allowed!

I'm going to try to find an email server that does allow scripts, or uses cpanel. Then I'll just point my mail there. Would have been nice to do it with one hosting provider, but it looks like that's not going to work.

Once I have the mailhost figured out, I'm going to use tuney's script for doing exactly what you mentioned. It's in the plugins section of this forum.

PB
Title: Re: How do I take advantage of unlimited users?
Post by: bpat1434 on September 02, 2006, 10:16:34 AM
Quote
So any experts out there who can tell me how, using Roundcube, one might implement the use of a catch-all email address?
It's not done through Roundcube. THat's something done with manipulation of the email server in the administration section.
Title: Re: How do I take advantage of unlimited users?
Post by: johnpg82 on October 20, 2006, 04:49:16 PM
Quote from: pbennett
Hi there,

I am setting up an integration with phpBB and would like to have users register in phpBB and get @myhostname.com. The features list says that I can have "unlimited users", which I assume makes use of a catch-all email address from the hosting provider, but I'm unclear how that would work. If I use a query to tap into the phpBB database and get the username and tack on the domain, is that enough???

What I don't want is to have to manually create email accounts for each user, which is what we will need to do if the catch-all thing doesn't work

Thanks in advance,

PB


I am doing the same thing you are doing. Do you plan on integrating the sessions as well? I am running a dedicated server w/ WHM so automating email accounts is not a problem. The only problem I have is integrating the sessions. I'm not exactly sure how I should start this. :-\ Any ideas?