Recent Posts

Pages: [1] 2 3 ... 10
1
Pending Issues / Re: Multi-domain
« Last post by JohnDoh on Today at 03:02:31 AM »
You have not given us a lot to go on. Your host config files are in the same location as the main config file correct? And have the same owner and permissions? If there is nothing in the Rounscube error log you may need to do a bit of code diving to find the answer. This is the code that does the work https://github.com/roundcube/roundcubemail/blob/master/program/lib/Roundcube/rcube_config.php#L261
2
Theme Releases / Re: Elastic2022
« Last post by Seb1k on April 26, 2024, 05:23:54 PM »
Hi everyone,


2 years later, i'm still using my theme and still loving it :)

I added the calendar support today and corrected a fews bugs, tests &  feedbacks are welcome :)

Enjoy
3
Pending Issues / Multi-domain
« Last post by alain25 on April 26, 2024, 01:09:18 PM »
Hello everyone,

Server: unbuntu 20.04
Mail server: postfix

I am on ubuntu 20.04 with a postfix and postfixadmin for the mutidomain with a database.
Also, I installed Roundcube 1.6.5 with a database.
It works very well for a single domain.

I tried to put Roundcube in multi-domain.
I followed the following tutorial: https://github.com/roundcube/roundcubemail/wiki/Configuration%3A-Multi-Domain-Setup

First, I added the variable $config['include_host_config to the config.inc.php file.
Then I added the lines below:

Code: [Select]
$config['include_host_config'] = array(
    mail.rdomain1.tld' => 'domain1_config.inc.php',
    mail.domain2.tld' => 'domain2_config.inc.php',
    mail.domain3.tld' => 'domain3_config.inc.php',
);

Then I created one file per domain. But it doesn't work.

Do you have a solution?

Thanks

Alain
4
Hi! I'm facing the same problem. Did you find the solution in the meantime? Cheers!
5
General Discussion / Re: Webmail: Warning message rebound emails
« Last post by YoitabiSSE on April 26, 2024, 07:24:23 AM »
Oh, ok then, thank you for your input. I will do that. Cheers!
6
Pending Issues / Re: format of display
« Last post by wiredgeorge on April 25, 2024, 09:21:10 PM »
Not sure why the display changed.  Happened to my home office RC and biz office RC.  I have put a ticket in with my hosting company and asked them to fix the issue.  Thanks!  Not sure how this stuff works on this forum but this thread can likely be considered resolved/closed.  George
7
Pending Issues / Re: format of display
« Last post by SKaero on April 25, 2024, 08:57:47 PM »
If you didn't install or setup Roundcube then you wont be able to add a skin you'll need to contact your email provider and ask if they can do it.
8
Pending Issues / Re: format of display
« Last post by wiredgeorge on April 25, 2024, 06:30:42 PM »
With no Larry skin, what are my options?  Can a Larry skin be downloaded/installed by a non techie person?
9
Pending Issues / Re: format of display
« Last post by wiredgeorge on April 25, 2024, 05:25:46 PM »
No Larry or User Interface skins...

The Preferences:

Main Options
Language  English (US)
Time zone  (GMT -06:00) America/Mexico City
Time format 7:30 am
Date format 2024-07-24
Pretty dates (button ON)
Display next list entry after delete/move (button ON)
Refresh (check for new messages, etc.)  every 1 minute(s)
Browser Options  Handle popups as standard windows (button OFF)
Register protocol handler for mailto: links  (hyperlink to my mail server)
10
Pending Issues / Re: format of display
« Last post by SKaero on April 25, 2024, 05:16:15 PM »
Go to Settings -> Preferences -> User Interface and then change the Interface skin to Larry.
Pages: [1] 2 3 ... 10