Roundcube Community Forum

 

Noob Questions - How do I create users, and let new users sign up?

Started by runfox, September 17, 2020, 02:38:27 PM

Previous topic - Next topic

runfox



I installed roundcube, on a LAMP stack on Ubuntu 20.04, last night.

I want to enable users for my website to sign up for an email account. How do I add a link to sign up for new users to the login page?

How can I create a support email account and an admin email account?

How can i link the email server to my website with SMTP?

Do i need to add a control panel like Zpanel to create new users accounts with a GUI?

JohnDoh

Roundcube is a web based IMAP client. It does not have any user management functions.

QuoteHow do I add a link to sign up for new users to the login page?
You can use the Plugin API to modify Roundcube.

QuoteHow can I create a support email account and an admin email account?
You need to do that on your IMAP server

QuoteHow can i link the email server to my website with SMTP?
You can specify the SMTP server Roundcube should use to send emails in your Roundcube config file

QuoteDo i need to add a control panel like Zpanel to create new users accounts with a GUI?
I can't really answer that, it is not related to Roundcube.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

homescriptone

Hello,
I've been facing issues configuring Postfix on my VPS and noticed it didn't work at all.
I'm thinking to switch to Gmail SMTP, i would like to know if i can use it with Rouncube for professional emails and been able to send and receive emails.
Thank you