Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: pinemail11 on April 28, 2010, 11:58:20 AM

Title: Separate login page for each domain
Post by: pinemail11 on April 28, 2010, 11:58:20 AM
Hello team,

I am new to Linux. I would like to have separate login page for each domain hosted on my postfix+Dovecot server. currently I have enabled separate url for each domain, for example, mail.domain1.com, mail.domain2.com, etc. All these will redirect to the default roundcube login page. Need your help in configuring separate login page with customized logos for each domain.

Any pointers would be highly appreciated.

Regards
Roopesh
Title: Separate login page for each domain
Post by: SKaero on April 28, 2010, 01:49:23 PM
Check out http://www.roundcubeforum.net/7-third-party-contributions/46-api-based-plugins/5718-simple-multiple-domains-login.html
Title: Separate login page for each domain
Post by: pinemail11 on April 29, 2010, 02:38:51 AM
Hello Skaero,

Thanks for the input. In fact, I was able to achieve separate login url for each domain by just modifying /etc/httpd/conf/httpd.conf file.
DocumentRoot "/var/www/html"    needs to be changed to
DocumentRoot "/var/www/roundcube-0.2.1"

This is working perfectly fine, now I can login to each domain with mail.domain1.com , mail.domain2.com, etc.

Here problem is login page for each domain will look similar. I want separate page content for each domain. Any pointer on how I can achieve this?

Please keep in mind that I am very very new to linux, web server, roundcube, etc :)
Title: Separate login page for each domain
Post by: SKaero on April 29, 2010, 04:29:14 AM
Ah sorry,  I linked to the wrong thread. Try this one: http://www.roundcubeforum.net/7-third-party-contributions/25-old-style-plug-ins/1924-custom-logos-welcome-text-based-domain-name.html#post7849