Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: dmhannah on July 30, 2006, 11:18:22 AM

Title: Webmail Service - for multipule servers?
Post by: dmhannah on July 30, 2006, 11:18:22 AM
Hi,

I have just set up roundcube on one of my servers, but what my aim is, to use it as a secure webmail interface. Now I have not secured it yet, that will come as soon as I have sorted my issue.

I have installed RoundCube on server A, and I am able to check e-mail accounts on that server, but when I try to check e-mail on server B, I am unable to log in as it fails.

Would this be possiable to do, as I wish to offer the webmail as an additonal to cpanels, but not to have it intergrated within cpanel.

How would I set this up so it works?

Many thanks in advance!
Title: Re: Webmail Service - for multipule servers?
Post by: bpat1434 on July 30, 2006, 11:22:05 PM
In the main.inc.php file, you'd have to properly set up the arrays for default_host, username_domain and mail_domain settings.

*** WARNING ***
You can NOT use multiple SMTP servers at this time. So all accounts from server B,C,D, etc. will NOT be able to send mail unless a general SMTP account is specified, or a non-authentication seeking SMTP server is used.

Please refer to this topic (220) (http://roundcubeforum.net/index.php?topic=220.new;topicseen#new) for info on the arrays and using multiple domains.