Recent Posts

Pages: 1 2 3 [4] 5 6 ... 10
31
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.
32
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:
33
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:


34
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.
35
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`
36
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
37
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.
38
General Discussion / Receiving Messages Failed With Error
« Last post by Tjappie on April 02, 2024, 05:12:39 AM »
Good morning,

We use RoundCube as our shared email and we often receive the following email:

- Receiving Messages Failed With Error

With this message:
Some messages have been rejected by your incoming mail server due to technical errors, follow the link below to automatically retrive pending messages.
Retrive Messages

It feels a bit sketchy. When I hover over the button a hyperlink of cloudflare-ipfs appears.

Is this alright or should I stay away from it. To my knowledge, we receive emails just fine.

Kind Regards,
Tjappie
39
I have configured a roundcube webmail with roundcube 1.6.6.   I   have  a couple of email servers which is configured with postfix and dovecot like mx1.example.com, mx2.example.com and mx3.example.com. (Sorry, i cant mention the real host names).  I am able to login to the webmail with the email account of any of these mail servers and also can receive the mails. But when i try to send emails from webmail, it shows the below error.

SMTP error (554): Recipient "Email" cannot be added (5.7.1 <unknown[IP]>: Client host rejected: Access denied).

Any idea what could be wrong here. 
40
Roundcube Discussion / Re: search dont work
« Last post by JohnDoh on March 29, 2024, 10:53:47 AM »
Searches are performed by your IMAP server. From the Roundcube side the most you can do is enable imap_debug to log the communication between Roundcube and your IMAP server and see if that gives you any more clues.
Pages: 1 2 3 [4] 5 6 ... 10