Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
API Based Plugins / Re: CardDAV 4.4.4 - Add new addressbook error
« Last post by andreashaerter on April 04, 2024, 11:38:39 AM »
I guess one needs more information to help you out:

22
General Discussion / When I forward an email with links, the links are lost
« Last post by D21 on April 04, 2024, 08:32:44 AM »
When I want to forward an email with links, the links are lost.
23
Pending Issues / Re: Losing user data when changing username_domain
« Last post by cneilley on April 04, 2024, 08:19:42 AM »
To change the domain used for the user's default identity you want to change the `mail_domain` config option.

`username_domain` is used for login only and the mail_host field in the database is populated based on `imap_host`

This was the answer, thank you.
24
API Based Plugins / CardDAV 4.4.4 - Add new addressbook error
« Last post by andreip on April 04, 2024, 05:29:36 AM »
Hi,
When trying to add a new addressbook I get this error and I can't find anything about it: "Could not determine the addressbook home".
To test, I set up the same URL in the PeopleSync Android Client and it works fine.
Version of Roundcube is 1.6.0.
Thank you.
25
Pending Issues / Re: Trying to get Roundcube Identity via AD connection
« Last post by andreashaerter on April 02, 2024, 09:26:50 PM »
Hey Stuckbert,

as I posted before, I had the same need for such a plugin and tried the same as you without success. Therefore we developed a new plugin which should do what you need, see https://www.roundcubeforum.net/index.php/topic,30846.0.html.

TL;DR:
26
Hi, we just released a new Roundcube plugin to automatically populate and maintain user identities on each login[/b], based on corresponding LDAP or Active Directory user data.

I hope this is also useful for somebody else, we use it for our email stack to get rid of Exchange, so no one-man-show and there will be proper maintenance in the future.


This hopefully provides all an admin needs, including fallback values for missing fields etc..

Small example: A user with the following Active Directory data



and a signature template set to

Code: (php) [Select]
$config['identity_from_directory_signature_template_html'] = '
<p>
    Kind regards<br />
    <strong>%name_html%</strong><br />
    %organization_html%
</p>
<p>
    mailto: <a href="mailto:%email_html%">%email_html%</a><br />
    phone: <a href="tel:%phone_url%">%phone_html%</a><br />
    fax: <a href="tel:%fax_url%">%fax_html%</a><br />
    web: <a href="%website_html%">%website_html%</a>
</p>';

would result in the following Roundcube identities after the user login:


27
API Based Plugins / Re: Calendar plugin recommendation
« Last post by andreashaerter on April 02, 2024, 09:07:15 PM »
Do not use these outdated plugins, they are all broken and/or unmaintained.

However, the active and well maintained https://git.kolab.org/diffusion/RPK/browse/master/plugins/calendar/ works perfectly fine with SabreDAV / Nextcloud and DAViCal with a little patch of kolab_dav_client.php. They only have a small error in URL parsing, leading to line-break-chars in different parts of the URL, so the request sent to the server are send wrongly. This is the only thing preventing the plugin to properly communicate with most CalDAV servers. I am going to prepare an upstream patch as well as a blog posting about the setup within the next days.
28
Pending Issues / Re: Losing user data when changing username_domain
« Last post by JohnDoh on April 02, 2024, 03:56:29 PM »
To change the domain used for the user's default identity you want to change the `mail_domain` config option.

`username_domain` is used for login only and the mail_host field in the database is populated based on `imap_host`
29
Pending Issues / Losing user data when changing username_domain
« Last post by cneilley on April 02, 2024, 09:17:15 AM »
I am having an issue with new user accounts having their primary identity be created as "username@mail.example.com" when previously they were being created as "username@example.com"

It does not matter so much for authentication to the mail server, as we just look to the username, but it is confusing end users.

I am aware that username_domain should be set to "example.com" to fix this, but when I do, all older accounts lose all of their preferences and data.

I checked the mysql database and see that if I change the mail_host to example.com instead of mail.example.com for the user, I am logged in as the user_id (no new user is created on login), but my settings are gone and my contacts and collected addresses are all missing.

Is there a field other than the user_id that ties this information to the account that I can manually change to get the current users working seamlessly with their data while also having new accounts be created the way I want them?

Thank you,
Cam
30
General Discussion / Re: Receiving Messages Failed With Error
« Last post by alec on April 02, 2024, 07:38:56 AM »
This is phishing, stay away from it.
Pages: 1 2 [3] 4 5 ... 10