Roundcube Community Forum

 

Recent posts

#1
Pending Issues / Re: Roundcube shall log to sys...
Last post by alec - Today at 12:47:51 AM
// log driver:  'syslog', 'stdout' or 'file'.
$config['log_driver'] = 'file';

// Syslog ident string to use, if using the 'syslog' log driver.
$config['syslog_id'] = 'roundcube';

// Syslog facility to use, if using the 'syslog' log driver.
// For possible values see installer or http://php.net/manual/en/function.openlog.php
$config['syslog_facility'] = \LOG_USER;
#2
Pending Issues / Roundcube shall log to systemd
Last post by Jens_Hbg - July 26, 2024, 07:52:30 AM
Debian 12.5
Roundcube 1.6.5+dfsg-1+deb12u2

Hello,

I want my roundcube logging to systemd instead of file. I've already searched a lot on the internet - but it didn't get me anywhere. Roundcube is supposed to be able to log for systemd too - but I couldn't find out where to set this up. Or does it have to be done somehow via Apache2?

Thanks for your help!
#3
Pending Issues / email not in chronological ord...
Last post by Lexus501 - July 25, 2024, 03:22:22 PM
I've recently noticed that my "sent" emails are not being shown in  chronological order, by date/time. I've tried the up/down arrow to change the order but it still shows emails in a random order.
Searching seems to indicate that this is an ongoing problem?
Thanks for any help
Dave :)
#4
General Discussion / Re: I want to start an email s...
Last post by joy223 - July 23, 2024, 10:15:33 PM
I don't understand. Do you mean I can't create users in the admin panel? I want to create some users and give them the password.
They can just login through my domain that I setup.
The domain will just be roundcube.
They plan to pay me with cash because they live near me.
#5
Requests / Roundcube Serverconfig for two...
Last post by ZerodaysystemDE - July 23, 2024, 02:30:12 PM
Hello,
I have a problem with my Roundcube server. I would like to enter two different mail servers in the config, which change depending on the username.

Example for entering username:

user@example.com --> Mail server 1

user --> mail server 2

Thank you for the upcoming ideas and help
#6
General Discussion / email autocompletion
Last post by alterego42 - July 23, 2024, 09:09:57 AM
Hello

running roundcube 1.6.6 under Ubuntu 24.04 (Noble).

Is there documentation/howto on how to get email address autocomplete from an LDAP database? (Not interested in LDAP addressbook).

Thanks
#7
Pending Issues / Re: Sometimes attachments are ...
Last post by Kentaro - July 21, 2024, 11:06:50 PM
Quote from: JohnDoh on July 21, 2024, 02:43:19 AMSounds similar to #8415.

Certainly events similar to those in this thread are occurring.

Quote from: JohnDoh on July 21, 2024, 02:43:19 AMDo you use the database_attachments plugin?

We use the database_attachments plugin.
Is this plugin related with this problem?

Quote from: JohnDoh on July 21, 2024, 02:43:19 AMThe 1.4.x version of Roundcube reached EOL in October 2023 please consider updating.

We'll consider it.
Thanks.
#8
Pending Issues / Re: Sometimes attachments are ...
Last post by JohnDoh - July 21, 2024, 02:43:19 AM
Sounds similar to #8415. Do you use the database_attachments plugin?

The 1.4.x version of Roundcube reached EOL in October 2023 please consider updating.
#9
Old Style Plug-Ins / Re: Multiple Domains Login
Last post by Dwel - July 19, 2024, 05:50:17 PM
Quote from: saulos on August 16, 2016, 01:11:10 PMHi, sorry to reopen an old post.

Me too, But there doesnt seem to be a clear answer. Seams my hosts dir structure puts all of non primary domains inside the publc_html folder of the root domain. Which doesnt seem like it should be the norm. I made a symlink to the roundcube install and it has only worked flawlessly. As far as users typing out there full address, I could care less at this point. Its typing not lifting. Although I am trying a few of these antiquated solutions.
#10
Pending Issues / Sometimes attachments are lost...
Last post by Kentaro - July 19, 2024, 03:39:04 AM
Hi,forum.

I'm runnning an email system using roundcube on RHEL 8.4.
(Roundcube:1.4.11-2,dovecot:2.3.8-9,Postfix:3.5.8-1)

When sending e-mail with attachment(file), sometimes file are not attached.
While writing e-mail,we cheked these files are attached.

The following sentences is the result of our investigation.

The log output looked as if the mail was sent with no files attached.
As a point of investigation, we checked if the mail size in /var/log/maillog included the size of attachments.

In addition, /var/log/httpd/access_log does not output any logs that indicate that attachments were deleted on the roundcube side.

From the above,We assume that the attached files are not being attached on the roundcube side due to some kind of bug.