Author Topic: Webmail Service - for multipule servers?  (Read 6109 times)

Offline dmhannah

  • Newbie
  • *
  • Posts: 2
Webmail Service - for multipule servers?
« 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!
Regards,
Dean Hannah

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Webmail Service - for multipule servers?
« Reply #1 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) for info on the arrays and using multiple domains.