New to roundcube and dovecot - bear with me if this questions are too basic.
On Debian I got dovecot working for imap and pop3. Installed them with
apt-get install ...
Postfix has been running for a while.
I configured dovecot to access the incoming mail from the correct
location. Testet receiving mail with my mail client using pop.
Stopped the mail client from periodically receiving mail.
How can I see new incoming mail in roundcube Inbox? I checked that
postfix has written new mail at the inbox location but dovecot does not
update their indexes.
Something simple is missing here I guess.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
> my question was, what do you see in the gui?
> -> a dropdown left from the address? or even something like "Address"?
> if you change the dropdown, do it not change?
> or what does not work?
> Andreas
Hi, did this get resolved?
I too am having trouble with the alternative work/home addresses. The
email and phone number fields work as expected but there is no 'Add
Field > Address' option (only email, phone and website in my case).
I'm not really sure what the config should look like but here is mine
(using the evolutionPerson schema). There are a couple of things
commented out but that's just from previous experimentation:
'fieldmap' => array(
// Roundcube => LDAP
// Main information
'firstname' => 'gn',
'jobtitle' => 'businessRole',
'name' => 'cn',
'organization' => 'o',
//'photo' => 'jpegPhoto',
'prefix' => 'title',
'surname' => 'sn',
// Contact Properties
'email' => 'mail',
'phone:home' => 'homePhone',
'phone:work' => 'telephoneNumber',
'phone:mobile' => 'mobile',
// Work address
'address:work' => 'street',
//'zipcode:work' => 'postalCode',
//'locality:work' => 'l',
// Home address
'address:home' => 'homePostalAddress',
//'zipcode:home' => 'postalAddress',
//'locality:home' => 'otherPostalAddress',
//'region:home' => 'st',
//'country:home' => 'co',
'website' => 'labeledURI',
// Personal information tab
'anniversary' => 'anniversary',
'birthday' => 'birthDate',
'manager' => 'managerName',
'spouse' => 'spouseName',
// Notes tab
'notes' => 'note',
),
Thanks
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks
As of January 2012 Roundcube will be licensed under the GNU General
Public License (GPL) Version 3 or later (with exceptions for skins &
plugins) while it was licensed under GPL (v2) before that change.
Actually the license situation wasn't absolutely clear before because
some parts of the Roundcube code didn't specify a version number of
the GPL while others did. Those parts not specifying a version number
could, according to the GPL license text, be considered as either
version 2 or any later version.
*Clarification and Preparation for the Future*
Because of the incorporated numerous other components, the only
options for licenses are in the GNU GPL family, namely GNU GPLv2, GNU
GPLv3, GNU AGPLv3.
In order to become license compatible with some of the newer
technologies we would like to be able to use and to be well prepared
for future development and integration we decided to officially change
to GNU GPL "version 3 or any later version".
Together with the change to GPLv3+ we also added the following
exception to the Roundcube license agreement which explicitly excludes
skins & plugins from the terms of the GPL:
" This file forms part of the Roundcube Webmail Software for which the
following exception is added: Plug-ins and Skins which merely make
function calls to the Roundcube Webmail Software, and for that purpose
include it by reference shall not be considered modifications of the
software.
If you wish to use this file in another project or create a modified
version that will not be part of the Roundcube Webmail Software, you
may remove the exception above and use this source code under the
original version of the license. "
This shall give a maximum flexibility to skin designers and plugin
developers to choose any other license for their work or even to
create commercial or proprietary components without being forced to
publish them according to the strong copy-left requirements of the
GPL.
The original proposal and the following discussion about this license
clarification can be read in our mailing list archive:
http://lists.roundcube.net/mail-archive/dev/2011-11/0000040.html
*Request for Agreement*
Because the copyright in Roundcube is not consolidated, making these
updates requires the agreement of all contributors to Roundcube.
So if you have in the past contributed to Roundcube, we would very
much like to ask for your explicit agreement with this path forward.
We believe this primarily represents a clarification and an adjustment
to what we practiced over the past years.
But of course we cannot force anyone to agree, so for those who do not
agree to this license update we still offer the choice to have their
code removed from Roundcube.
Please contact us in case you have serious objections against the
GPLv3+ with exceptions for skins & plugins and you want your
contributed code to be removed.
Thanks for all your support, we're looking into an exciting future of
Roundcube in the year 2012.
Best,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I recently upgraded to v0.7, and we
are no longer able to see inline or attached JPG images. How can we resolve
this?
Would it have anything to do with this setting in main.inc.php?
$rcmail_config['client_mimetypes']
= null; # null == default
Thank you,
Jess
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear Roundcube Users,
I've been using Roundcube from version 0.4.2 installed with Directadmin.
I would like to make Roundcube to show my users their quota usages.
I searched for the solution much but with no success. By the way as I saw it
should be a default feature.
Could you help me how to make it being shown?
Thank you very much!
Bye
Chris
from Hungary
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello Roundcube lovers and list lurkers
After another round of bugfixing we're happy to announce the stable
release of Roundcube webmail version 0.7. Beside fixing the generously
reported bugs we also added some security improvements which will
protect the Roundcube users from XSS and clickjacking attacks. While
most of the modern browser already provide good production for such,
we addressed the security of older browsers by doing some more content
filtering and environment analysis.
With this release Roundcube also passes the email standards project's
acid test. See http://www.email-standards.org/acid-test for details
and help spread the word about it.
We recommend to update all existing Roundcube installations with this version.
Get it now from http://roundcube.net/download and give it a try.
After completing that milestone we're now focusing on the
implementation of your new skin which should become part of the next
release.
Also we're observing with great pleasure that Roundcube becomes more
and more popular and meanwhile ships with sophisticated server
software such as the Kolab Groupware or Mac OS X Lion Server. Thanks
for your confidence and your support!
Have fun!
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
On Fri, 23 Dec 2011, Elio Tondo wrote:
> On 23/12/2011 10:53, Tomas Macek wrote:
>
>> I've just installed the newest RC 0.7 and I'm trying to find a solution to
>> my problem. I'd like to have the mail composing form without the
>> possibility to change the From: mail address/header. How can I do that?
>> Our customers must login into the webmail with their email/password and
>> so I want to use the email automatically as the only option to the From:
>> header without the possibility to change this header.
>> I was looking into some plugins, read some doc, but found nothing usable.
>> To try to hack to code is imho not the proper way, hope there must be
>> a solution. Or am I missing something?
>
> This is from my 0.5 configuration; I did not look at the 0.7 configuration,
> but I suppose that this option has not been removed:
>
> // Set identities access level:
> // 0 - many identities with possibility to edit all params
> // 1 - many identities with possibility to edit all params but not email
> address
> // 2 - one identity with possibility to edit all params
> // 3 - one identity with possibility to edit all params but not email address
> $rcmail_config['identities_level'] = 3;
>
> Regards,
> Elio
>
Thank you. I set this up, but nothing happened - the textbox for sender
email is still present in the form. Why?
I have now only one user in the SQL database, that I use for testing
purposes. I'm logged under this account, the
$rcmail_config['identities_level'] is set to '3', but I can write whatever
mail address do I want to have in the From: header. Strange...
Regards, Tomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I've just installed the newest RC 0.7 and I'm trying to find a solution to
my problem. I'd like to have the mail composing form without the
possibility to change the From: mail address/header. How can I do that?
Our customers must login into the webmail with their email/password and
so I want to use the email automatically as the only option to the From:
header without the possibility to change this header.
I was looking into some plugins, read some doc, but found nothing usable.
To try to hack to code is imho not the proper way, hope there must be
a solution. Or am I missing something?
Regards, Tomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
today I have upgraded my Roundcube installation from 5.2 to 7.0.
The update worked well end everything seems to work like a charm,
except the addressbook. I had to change some parameters in
main.inc.php and our skin to get the LDAP entries to display again.
What I would like to know is how to use the 'address' fieldmap for
work and home addresses. In LDAP we do not have a composite address
but only street, locality, zipcode, region, country in seperate
LDAP fields.
I have tried something like:
'address:work' => array(
'street' => 'street',
'locality' => 'l',
'zipcode' => 'postalCode',
'region' => 'st',
'country' => 'c',
),
but this does not seem to work.
Can someone point me in the right direction to fix this ?
Thank you for your kind help.
best regards
Andreas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Need some help...
The first problem was that there was no choice to upgrade from 0.6 to
0.7 in the installer. The most recent version choice was 0.5.1.
The second problem came after I executed all of the SQL upgrade
statements manually. All went without a hitch, but when I go back to the
installer script/page, I'm getting the following error on the Test
Config page:
Check DB config
DSN (write): OK
DB Schema: OK
Warning: include_once(INSERT INTO session (sess_id, created, ip, vars)
VALUES (?, now(), \'127.0.0.1\', \'foo\').php): failed to open stream:
No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening 'INSERT INTO session
(sess_id, created, ip, vars) VALUES (?, now(), \'127.0.0.1\',
\'foo\').php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(4b4c4f9b9624aefb4dfa6d7c28cf0f02.php):
failed to open stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
'4b4c4f9b9624aefb4dfa6d7c28cf0f02.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning:
include_once('4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php): failed to open
stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
''4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 DB Write: OK Warning: include_once(DELETE FROM session WHERE
sess_id=?.php): failed to open stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening 'DELETE FROM session
WHERE sess_id=?.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(4b4c4f9b9624aefb4dfa6d7c28cf0f02.php):
failed to open stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
'4b4c4f9b9624aefb4dfa6d7c28cf0f02.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning:
include_once('4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php): failed to open
stream: No such file or directory in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55 Warning: include_once(): Failed opening
''4b4c4f9b9624aefb4dfa6d7c28cf0f02'.php' for inclusion
(include_path='/var/www/webmail.media-brokers.com/htdocs/roundcube/program/lib:/var/www/webmail.media-brokers.com/htdocs/roundcube/program:/var/www/webmail.media-brokers.com/htdocs/roundcube/program/include:.:/usr/share/php5:/usr/share/php')
in
/var/www/webmail.media-brokers.com/htdocs/roundcube/installer/utils.php
on line 55
DB Time: OK
Anyone?
Thanks,
Charles
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everyone,
I inherited a mail server which is configured to use mbox format for
imap folders. In our case, roundcube 0.6 can create new folders, but it
is unable to create any sub-folders inside. I tried to create
"newSubFolder/" but roundcube says that folder names cannot contain
separator characters.
Whenever I try to create a new folder or subfolder using a mail client,
for instance Thunderbird, it asks if the new folder is going to contain
messages or sub-folders. Thus, if the first option is chosen, the imap
server will create a file (mbox) to contain all the messages for that
folder, whereas if the second option is chosen, the imap server will
create a file system directory to contain, the subfolder files (mboxes).
Would it be possible to add a checkbox in the "Create new folder" pane,
saying: "Allow the new folder to contain sub-folders (mbox format only):".
Changing to other format (Maildir, mdbox, etc.) is not possible for us
right now. Has anybody had the same problem?
Thanks!
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ec/M551qUYs/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
The line "DROP SEQUENCE messages_ids;" should have "message_ids"
instead, I think.
Either that or I just deleted something important =)
Spotted it on the upgrade to 0.7 from 0.5.4.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello,
Is there any modules for integrating CalDAV and CardDAV in roundcube
version 0.7?
I use a server davical.
In future developments, there is an online calendar that will be built,
do you know when?
Cordially.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi Roundcuber's,
Is it possible to define reply templates (like "Thanks for your
Question..." or "Dear, ...") which will append above my reply message? It's
a little bit similar to the signature function.
Currently I must type in the same reply message every hour...
Thanks for your help in advance for your help!
Regards,
Michael
--
Michael Rimbach
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
It seems that if I list default_imap_folders in the dont_override section
of the config, it no longer lists them separately in the folder list, is
there a way to lock the special folders while still listing them separately?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
I just upgraded to 0.6 from 0.4.2 (and will upgrade to 0.7 once the
gentoo ebuild is updated), went smooth as silk and love the improvements!
But, per the subject, is there a way to make the preview pane default to
enabled for all users, then allow them individually to switch it off if
they want?
Thanks!
--
Best regards,
Charles
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
One other thing I've been meaning to ask...
Is there a way to force the special folders to all sort to the top, so
you'd have:
INBOX
Drafts
Sent
Trash
Folder1
Folder2
...
?
Thanks again,
--
Best regards,
Charles
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I use sendmail 8.14.15 with virtusertable for multiple domains and
dovecot 2.0; and Apache (chrooted in /var/www)
I just want at the Roundcube
login page, type user1@domain1 and send emails from this email :
user1@domain1 without @localhost
Actually i can only log in with user1 and
when i send email, i have user1@localhost
I tried this :
add these 2 lines
in main.inc.php and cp /etc/mail/virtusertable in /var/www/roundcubemail/
$rcmail_config['plugins'] =
array('virtuser_file');
$rcmail_config['virtuser_file'] =
'/roundcubemail/virtusertable';
add a new user, try to connect with
user_new@domain1 : no success
try to connect with user_new : OK but always
send emails with @localhost
I read man pages, a lot of documents in
Internet, it doesn't work for me.
Any idea ?
Thank you very much for your
replies, your helps.
Wesley.
www.mouedine.net
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello!
I hope someone here can point me in the right direction, because i seem to have a board in front of my head x_x
I am stuck at the installation test for imap-login. The server is a ubuntu 10.4.3 lts, dovecot 1.2.9. telnet-testing the mail accounts works fine, i can use thunderbird and squirrelmail as clients and successfully log in.
But when i try a working user/pw combo in the config-testing-form, i get "Authentication failed". When i checked the dovecot.log, i saw this:
imap-login: Info: Aborted login (auth failed, 1 attempts): method=DIGEST-MD5, rip=127.0.0.1, lip=127.0.0.1, secured
even though in the main.inc.php i specified:
$rcmail_config['default_host'] = 'localhost';
$rcmail_config['default_port'] = 143;
$rcmail_config['imap_auth_type'] = PLAIN;
anyone got a clue as to where this md5 is coming from? my brain seems kinda blocked on this one.. =)
thanks in advance for any hints already!
best regards
sil
--
--
"Do you know what happens to a toad struck by lightning..?
The same thing that happens to anything else..."
--
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
Does RC require the allow_url_fopen setting to be enabled in the
php.ini, or could I disable this and set it to = Off ?
allow_url_fopen = On
allow_url_fopen = Off
Best regards, S
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks
After building and maintaining our own translation tool for some time
we now moved to the translation service at launchpad.net. This makes
it a lot easier for many people to contribute side by side and the
launchpad system even makes suggestions from translations of other
open source projects.
So from now on, we'd like you to go directly to
https://translations.launchpad.net/roundcubemail/trunk for any
translation work. If you visit that page now you can see the
(partially very poor) completeness status of our 75 languages. I'd
like to encourage everybody once again to participate and to help us
complete all the translations we currently have on the list.
Many thanks for you help!
Regards,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi all,
I'm having some trouble with the address book in RoundCube 0.6. I have
been looking for the answer -of which I'm sure there already is- on
different resources. The problem is as follows. Contacts which are not
in a contactgroup are not displayed in the address book. At first I
thought this was by design, but adding addresses for automatic display
of inline images also stores contacts without a group. This resulted in
a lot of double addresses in the contacts table of the database.
Updating these contacts to be in a contactgroup revealed the addresses
and the images are then shown without a warning. What should I do to fix
this, or rather: where can I find the answer.
Best regards,
Marcel
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi List,
i try to install the cas plugin (rc-cas-plugin) from the code.google.com
site.
After copying and modifying the two files cas_authentication.php and
config.inc.php in the /plugins/cas directory, I activated the plugin in the
file ../config/main.inc.php.
But I cannot see any buttons, link or logging of this cas-plugin when I open
the Roundcube Webmail-Page.
Now I want to know, if it is enough to take the two files mentioned above to
run this plugin with phpcas ?
Or is there something urgent missing in my explanation to activate the
plugin properly ?
I am running rc 0.6-stable with the password and vacation plugin. Also
phpcas 1.0.1 and PHP 5.3.3-7 is installed on this machine.
Has anybody some hints?
Regards
Andreas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
I have RC running fine on FreeBSD 8.2. Users need to change their own
password, so I enabled de password plugin whith the 'pam' driver.
I configured PAM for the 'php' service; however, since Apache runs as
'www' user, the password change cannot be performed.
I tried suPHP and it didn't work either.
What's your suggestion for this scenario?
Thanks in advance.
Regards
Alberto Mijares
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello everybody,
I have a problem with my address book .
After my migration 0.5.1 to 0.6 i have a problem to see address book see
the attachment (address_book_problem.png.
I can send / read / move e-mail with any problem. I use a postgresql
database (8.4)
All is ok when i was execute the ./update.sh
The verification is ok see the attachment : check_conf.pnp
Thank you for your help
Best Regards
Philippe
--
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/ht/5UhSyBdF/address_book_problem.pnghttp://detached.gigo.com/rc/ht/5UhSyBdF/check_conf.png
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi List,
was anybody succesful with installing roundcube ver. 0.6 with the actual
pam_cas 2.0.11 and phpcas 1.2.2 for the cas_plugin ?
Or what version combinations have been successful in your environment?
I am trying to install the latest pam_cas for a dovecot-imap-backend and the
phpcas for the rc-cas-plugin, with no success.
Ive read on a forum that the actual phpcas 1.2.2 is not working with
roundcube 0.6.
Any experience informations would be great.
Greets
Andreas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
HI all,
I've updated my roundcube webmail, from 0.3 to 0.6.
in roundcube0.3 there was a config routine imap_routine where I've mentioned the mail_home directory, in mycase '/home/login/mail.mail' :
$rcmail_config['imap_root'] = 'mail';
in roundecube0.6 that routine was changed by $rcmail_config['imap_ns_personal']
but it doesn't work, the new mail_home is under the directory '/home/login/mail/'
PLZ, how can I force roundecube to write in the folder /home/login/mail/mail
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list,
i try to setup the vacation plugin 1.9.9 with the setuid driver.
I have chosen this method because I've successfully installed a
vacation-plugin with this squirrelmail_vacation_proxy for squirrelmail with
pam_ldap.
There everything worked fine.
Now I configured this plugin for roundcube and got some problems with the
ldap users.
Local system users can use this plugin without problems, but my ldap users
cannot.
The following error appears only with ldap users:
PHP Error: Vacation plugin: /usr/bin/squirrelmail_vacation_proxy is not
configured for user "www-data".<br/> Check config.mk in
plugins/vacation/extra/vacation_binary. in
/home/roundcubemail-0.6/plugins/vacation/lib/setuid.class.php on line 0 (GET
/?_task=settings&_action=plugin.vacation)
I checked the file config.mk and set the user to www-data. Then I started
make and after make install. But the same error appears when I try to go to
the vacation plugin after login with a ldap user.
With the system user everything is fine.
Has anybody some hints?
Or should I change to the other vacation plugin from Boris Huisgen
"rc-vacation-0.4-13" for a openldap environment?
Regards
Andreas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi
I've just upgraded from roundcube 5.4 to 6.0.
The upgrading process went without problems through bin/installto.sh
script.
After upgrade everything seems to work fine with one exception - I
can't add image to contact in the address book.
There is just no image after uploading an image file.
During file uploading process I can see errors in apache log file:
[Tue Nov 22 13:42:19 2011] [error] [client X.X.X.X] PHP Fatal error:
Call to undefined function rc_image_content_type() in
XXXXXXXXXXXXXXXXXXX/program/steps/addressbook/show.inc on line 56,
referer: http://XXXXXXXXXXXXXXX/?_orig_source=0
There are also bunch of zero size files in roundcube temp directory:
-rw------- 1 www-data www-data 0 11-22 13:38 rcmImgConvert8TGMLc
-rw------- 1 www-data www-data 0 11-22 13:37 rcmImgConvertdHeKFE
-rw------- 1 www-data www-data 0 11-22 13:42 rcmImgConvertdxvnxq
-rw------- 1 www-data www-data 0 11-22 13:04 rcmImgConverthV7p2P
-rw------- 1 www-data www-data 0 11-22 13:39 rcmImgConvertjTOTHi
I would be grateful for any help.
Regards
--
Pawel Warowny
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello folks
The development team is proud to announce the next beta release with
new features, fixes and improvements under the hood: we re-implemented
the entire message caching to make mail reading even faster than
before, the message list now supports priority headers and the
integrated spell checker has gained some options and personal
dictionaries. Last but not least one can now save searches in the
address book. And of course lots of bug fixes and small improvements
are included to increase the fun working with Roundcube.
For a complete list of changes see http://trac.roundcube.net/wiki/Changelog
We recommend to install and test this beta version on a separate
environment until we have polished the stable release.
Cheers,
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I have an issue with Roundcube 0.5.4 , the global special folders
settings does not seem to be respected by roundcube. Per-user special
folders settings works fine however.
Any idea what might have been the cause?.
--
Mohd Izhar Firdaus Bin Ismail / KageSenshi
Inigo Consulting (FOSS/Plone Development, Training & Services)
http://www.inigo-tech.com
Fedora Malaysia Contributor & Ambassador
http://blog.kagesenshi.org
92C2 B295 B40B B3DC 6866 5011 5BD2 584A 8A5D 7331
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I found the following message in the errors log, and
wonder what is wrong, and how I can correct it?
->
[Native message: Unknown column 'words' in 'field list'] in
/usr/local/www/roundcube/program/include/rcube_mdb2.php on line 713
(POST /webmail/?_task=mail&_action=addcontact?_task=&_action=)
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello
I am searching for a modification to change the default
font of sent emails.
At the moment Roundcube sends no font information
afaik, so sent emails are renedered in most email clients at the
received side in Times New Roman.
If unformatted, TinyMCE shows a
sans-serif font, which is not what you get at the recipient side.
Willing to pay if you can solve this issue. Ideally for me would be a
definable font face & size (Arial, 12pt),
which then shows up
consistently in the Roundcube Editor and in the produced HTML Mail.
Many thanks,
Tom
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
This tripped me up today so thought I shoud add it.
ModSec rule 981248 contained in CRS base rules
modsecurity_crs_41_sql_injection_attacks will cause RC to break as shown
below.
[Thu Nov 03 15:57:49 2011] [error] [client 82.173.139.52] ModSecurity:
Access denied with code 403 (phase 2). Pattern match
"(?i:(?:@.+=\\\\s*\\\\(\\\\s*select)|(?:\\\\d+\\\\s*x?or|div|like|between|and\\\\s*\\\\d+\\\\s*[\\\\-+])|(?:\\\\/\\\\w+;?\\\\s+(?:having|and|x?or|div|like|between|and|select)\\\\W)|(?:\\\\d\\\\s+group\\\\s+by.+\\\\()|(?:(?:;|#|--)\\\\s*(?:drop|alter))|(?:(?:;|#|--)\\\\s*(?:update|insert)\\\\s
..." at REQUEST_COOKIES:roundcube_sessid. [file
"/modsec/modsec-crs/base_rules/modsecurity_crs_41_sql_injection_attacks.conf"]
[line "539"] [id "981248"] [msg "Detects chained SQL injection attempts
1/2"] [data "7or"] [severity "CRITICAL"] [tag "WEB_ATTACK/SQLI"] [tag
"WEB_ATTACK/ID"] [hostname "webmail.example.com"] [uri "/"] [unique_id
"TrKr7VjGXw0AABsFSnEAAAAB"]
A work around is to add this to the vhost:
SecRuleRemoveById 981248
BR,
S
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
MySQL 5.5.17 has been released for Debian 6.
Has anyone tested this with current RC? Or does it really need any testing? I shall try it hopefully today.
Best regards, s
--
If you cannot beat them, try to côntrole them.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello all,
First message to the mailing list. I joined as I have a question.
I just installed the latest Roundcube on my Ubuntu 10,04 LTS Server. I
have used Roundcube before but didn't have this problem before.
The problem is that when I start typing in the recipient box, instead
of the auto-complete function starting to display possible names, I get
a red box at the top with the following message:
Server Error! (Internal Server Error)
I have installed the google_contacts plugin, but I also had that before
(which worked perfectly, thank you!).
Any ideas where to start looking would be appreciated.
Thanks and regards,
Jon Reynolds
-----------------------
www.jcrdevelopments.com
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
>Unless you send HTML mail.
Exactly those HTML Mails is what I
am talking about, they're sent without formatting the font
by default. I
want to set a default font for our roundcube installation.
Thanks,
Tom
--
From: Marcel de Haas
To:
Date: Monday, October 31, 2011,
3:58:16 PM
Subject: [RCU] Modification request - default font of sent
emails
===8 Hi Tom,
I would think this is a client setting which you
cannot influence. Unless you send HTML mail. Plain text is text without
formatting I'm afraid.
Regards,
Marcel
On 31.10.2011 14:55, Thomas
Praider wrote:
Hello
I am searching for a modification to change the
default font of sent emails.
At the moment Roundcube sends no font
information afaik, so sent emails are renedered in most email clients at
the received side in Times New Roman.
If unformatted, TinyMCE shows a
sans-serif font, which is not what you get at the recipient side.
Willing to pay if you can solve this issue. Ideally for me would be a
definable font face & size (Arial, 12pt),
which then shows up
consistently in the Roundcube Editor and in the produced HTML Mail.
Many thanks,
Tom
===8
Links:
------
[1]
mailto:marcel@bommelhaas.nl
[2] mailto:users@lists.roundcube.net
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello!
I installed the latest version of RoundCube (0.6) on our new server.
When the user makes login, the RoundCube creates default folders, but
they do not appear in the list.Every time we have to go to your
preferences, enable the folders and then "Folder Special" and click
save.It has a way to enable folders automatically at login, as was the
case in previous versions?
Thanks!
Att.
Gerson Felipe Schwinn
Sócio - Gerente de TI
http://www.onehost.com.brhttp://www.oneweb.com.br
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I am just wondering what the meaning of the "standard" column is in the identities table.
(On this one it is because we have a mailbox-postcreation script that we run in PostfixAdmin so that when a new mailbox is created, and that postmaster defines a proper Name, we can already have that name in their roundcube identity. But we noticed we weren't setting the standard column to 1, as RoundCube would if creating the identity itself.)
Also the alias column in the users table. How does that get set or used? I'm puzzled by the small subset of users that have this column set. Though I am delighted to learn that it can be used to contain an alternate username that works to login!
Benjamin
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
After a RC upgrade (.5.4 -> 0.6), can one blindly run the
mysql.update.sql, or should I adjust it accordingly to the release I am
upgrading from? I ask as I tried and it complained:-
root@peon /www/roundcube/SQL # mysql*-p roundcubemail < mysql.update.sql *
Enter password:
ERROR 1091 (42000) at line 7: Can't DROP 'idx'; check that column/key exist
Entry in the mysql.update.sql reads:
ALTER TABLE `messages`
DROP INDEX `idx`,
DROP INDEX `uid`;
mysql> describe messages;
+------------+------------------+------+-----+---------------------+----------------+
| Field | Type | Null | Key | Default |
Extra |
+------------+------------------+------+-----+---------------------+----------------+
| message_id | int(11) unsigned | NO | PRI | NULL |
auto_increment |
| user_id | int(10) unsigned | NO | MUL | 0
| |
| del | tinyint(1) | NO | | 0
| |
| cache_key | varchar(128) | NO | | NULL
| |
| created | datetime | NO | MUL | 1000-01-01 00:00:00
| |
| *idx* | int(11) unsigned | NO | | 0
| |
| *uid* | int(11) unsigned | NO | | 0
| |
| subject | varchar(255) | NO | | NULL
| |
| from | varchar(255) | NO | | NULL
| |
| to | varchar(255) | NO | | NULL
| |
| cc | varchar(255) | NO | | NULL
| |
| date | datetime | NO | | 1000-01-01 00:00:00
| |
| size | int(11) unsigned | NO | | 0
| |
| headers | text | NO | | NULL
| |
| structure | text | YES | | NULL
| |
+------------+------------------+------+-----+---------------------+----------------+
15 rows in set (0.00 sec)
Regards, S
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I started playing with the modsecurity rules today.
I noticed that CRS modsecurity rule
modsecurity_crs_16_session_hijacking.conf will hit on Roundcube 0.6 on
my test server. I have not used modsec on any other version of RC.
Enabling the CRS 2.2.2 options rules breaks this RC set-up.
I'm not an expert on these rules, so it is quite likely that I
misinterpreted the results.
[24/Oct/2011:11:17:39 +0200]
[webmail.example.com/sid#7f9bb5d47e08][rid#7f9bc55babd0][/][1] Access
denied with code 403 (phase 1). Match of "streq %{SESSION.IP_HASH}"
against "TX:ip_hash" required. [file
"/etc/apache2/modsec-crs/optional_rules/modsecurity_crs_16_session_hijacking.conf"]
[line "35"] [id "981059"] [msg "Warning - Sticky SessionID Data Changed
- IP Address Mismatch."]
[24/Oct/2011:11:23:16 +0200]
[webmail.example.com/sid#7f06a783b698][rid#7f06b58a10e0][/][1] Access
denied with code 403 (phase 1). Match of "streq %{SESSION.UA_HASH}"
against "TX:ua_hash" required. [file
"/etc/apache2/modsec-crs/optional_rules/modsecurity_crs_16_session_hijacking.conf"]
[line "38"] [id "981060"] [msg "Warning - Sticky SessionID Data Changed
- User-Agent Mismatch."]
Some rules in these hit as well:
Message: Warning. Match of "eq 1" against "&ARGS:CSRF_TOKEN" required.
[file
"/etc/apache2/modsec-crs/optional_rules/modsecurity_crs_43_csrf_protection.conf"]
[line "31"] [id "981143"] [msg "CSRF Attack Detected - Missing CSRF Token."]
Message: Warning. Match of "rx (?i:\\;? ?httponly;?)" against
"TX:sessionid" required. [file
"/etc/apache2/modsec-crs/optional_rules/modsecurity_crs_55_application_defects.conf"]
[line "71"] [id "981184"] [msg "AppDefect: Missing HttpOnly Cookie Flag."]
The other CRS and ASR rules seem fine so far...
Its possible that this is a apache misconfiguration by me.
Has anyone else used the modsecurity optional rule sets on Roundcube?
Best regards, S
--
Email simon AT klunky DOT co DOT uk
PGP is optional: 4BA78604
I won't accept your confidentiality
agreement, and your Emails are kept.
~Ö¿Ö~
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
I know there is this thread:
http://lists.roundcube.net/mail-archive/users/2011-09/0000042.html
And this ticket:
http://trac.roundcube.net/ticket/1488087
But is there news on how we might roll out 0.6 (upgrade from 0.5.1)
without being able to have users remove cookies?
Perhaps relatedly, we do want to change our 'des_key' but am unsure if
that is safe to do. Also 'session_domain' which we seem to have in
production as '' (NULL)
Should we just wait on 0.7 since 0.7-beta is the "milestone?"
We have a great testbench here and would be delighted to help however we
may. . .
Ben
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
This message popped up in the logs whilst attempting to send a message
with a file attachment of 3.1Mb.
Oct 21 16:06:09 xx71 roundcube: PHP Fatal error: Allowed memory size of
50331648 bytes exhausted (tried to allocate 8944333 bytes) in
/www/roundcube/program/include/iniset.php on line 107
However, the .htaccess has these settings:
php_value upload_max_filesize 4M
php_value post_max_size 6M
php_value memory_limit 48M
php_value max_execution_time 340
php_value max_input_time 320
The /etc/php5/apache2/php.ini heas these values:
upload_max_filesize = 7M
post_max_size = 25M
memory_limit = 48M
max_execution_time = 60
max_input_time = 60
Are these values set else where?
Best regards.
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi Folks,
-I'm using roundcube 0.6 and PostfixAdmin, I've already set
"pfa settings" on main.inc.php and "pfa connection setting" on db.inc.php,
anyway it's doesn't work for me, I tried to set manually on
$ROUNDCUBE$/plugins/password/password.inc.php the details of connections
and chance the query from SELECT to UPDATE, but I'm still no success on it.
L Does Anyone know what is going wrong ?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello!
How can i create user, who can only view email messages? (not remove)
I doest have access to email server for server-side setup :(
sry for bad english. Thx!
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi, i am looking for something like this plugin:
https://github.com/JohnDoh/Roundcube-Plugin-Global-Address-Book/
Is this plugin still valid on release 0.6? because i saw many changes in
the addressbook section and i would like to be sure that is still ok to
deploy it.
Thanks!
eduardo.
--- 8< --- detachments --- 8< ---
The following attachments have been detached and are available for viewing.
http://detached.gigo.com/rc/3F/6v7sJCh5/smime.p7s
Only click these links if you trust the sender, as well as this message.
--- 8< --- detachments --- 8< ---
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
roundcube: PHP Warning: tempnam(): open_basedir restriction in effect.
File() is not within the allowed path(s)
Even setting the root (/) directory in open_basedir it does not work,
the only way is to disable open_basedir.
Is it a known issue?
Niccolò
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e