On Mon, 19 Sep 2011 13:58:45 -0300, Javier wrote:
> Hi Terry
> I'm using those plugins (using sieverules instead of managesieve,
> found
> it to be better).
I'll try sieverules and see if it works.
The IMAP server does support sieve, since it's currently working with
Horde.
I would have expected to see a menu option or button or some sort of
user interface, so I'm wondering it I have it configured properly, or if
maybe there is some global setting that disables plugins/
I'll try the other plugin and see what happens.
At this point, I'm not sure if plugins are working at all.
Is there some really simple, bulletproof plugin I can add that does
something obvious, just so I can verify that the plugin mechanism is
active?
Thanks!
Terry
> managesieve: Maybe a dumb question but, are you sure your imap server
> supports sieve?
> additional headers: You have control of which headers are added via
> the
> config file in the plugin directory.For instance, my plugin's
> config.php
> has
>
> $rcmail_config['additional_message_headers']['X-Originating-IP'] =
> $_SERVER['REMOTE_ADDR'];
>
> But you may put the header you want to add in that file.
>
> Javier
>
> On Mon, Sep 19, 2011 at 1:00 PM, Terry Carmen wrote:
>
>> Hi,
>>
>> I'm trying to replace horde with roundcube.
>>
>> Roundcube's basic functionality is flawless and the install was a
>> cake-walk, but I'm having a problem with the plugins.
>>
>> main.inc.php contains:
>>
>> $rcmail_config['plugins'] =
>> array('managesieve','additional_message_headers');
>>
>> However there is no menu option anywhere that I've seen for managing
>> the filtes from the user side.
>>
>> I also don't see any admin control panel anywhere. Is this a symptom
>> of
>> something, or is all the system config done by editing main.inc.php?
>> (not a problem either way, I just want to make sure I'm not missing
>> something)
>>
>> Also, I activated additional_message_headers just as a test, but
>> don't
>> see any options related to that either.
>>
>> Does anybody have any suggestions or any debugging hints?
>>
>> This is on Ubuntu 11, installed using apt-get.
>>
>> Thanks!
>>
>> Terry
>>
>> --
>> Terry Carmen
>> CNY Support, LLC.
>> http://www.cnysupport.com [1]
>> --
>> List info: http://lists.roundcube.net/users/ [2]
>> BT/d0e0c362
--
Terry Carmen
CNY Support, LLC.
http://www.cnysupport.com
Links:
------
[1] http://www.cnysupport.com
[2] http://lists.roundcube.net/users/
[3] mailto:terry@cnysupport.com
--
Terry Carmen
CNY Support, LLC.
http://www.cnysupport.com
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
is there a way to tell Roundcube not to read the entire (IMAP) INBOX message
list at logon?
I have some users with thousands of emails in their INBOX that complain that the
logon process is too slow.
I know that heaving thousands of emails in the INBOX folder is not "good", but
(a) they don't care to be "good" and (b) with the previous webmail they didn't
have this issue.
Any suggestion?
Thank you in advance.
Ciao,
luigi
- --
/
+--[Luigi Rosa]--
\
If it's working, the diagnostics say it's fine.
If it's not working, the diagnostics say it's fine.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk5zPBMACgkQ3kWu7Tfl6ZT22QCgqfwp03LSaq3sZ146bk9Z1ick
1UcAn0QIxu6UuF6XthalC+hka9rJVMgj
=h4Uc
-----END PGP SIGNATURE-----
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi there,
I'm using .6 beta
I'm writing in several mailing-lists. Is it possible to set for each
list a specific signature?
Or is there a plugin available?
Best regards from germany
Ulli Heist
--
http://heist.hobby-site.org/witze
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Upon examining my MySQL database for "users", I have discovered
some on my users have multiple identities because that have placed
an uppercase letter within their email address. My popper defaults
to all lower, even if roundcube submits upper.
Is there a way to have roundcube "strtolower" all address entries
on the login screen?
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Dear list,
I am running rc -0.4-beta and want to upgrade it to 0.5.4
I found the following instruction at the upgrade manual
` ` ` `
1. Replace index.php and all files in
- ./bin/
- ./SQL/
- ./program/
- ./installer/
- ./skins/default/
- ./plugins/
` ` ` `
As I understand I needs to copy all above from the latest source to the
running installation. Do I need to *replace* or *overwrite* ??
I already have some plugins installed at the /plugins/ hence the
replace/overwrite is important issue for my instance of rc..
TIA
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi,
I installed roundcube 0.5.3 on a shared windows hosting plan about a month
ago and it was working until 6 days ago.
Since then I am getting blank screen when hitting the URL that should point
to the login screen. So the login screen is blank. No roundcube log is
created within past 6 days and all log entries are older than 6 days. When I
hit the installer URL I receive the following error:
Fatal error: Allowed memory size of 262144 bytes exhausted (tried to
allocate 98304 bytes) in D:\sites\behbah\roundcube\program\include\main.inc
on line 311
Connection with MySQL database and all user permissions are correct.
I am having hard time tracking down what can caused this. Any idea what can
cause this?
Thanks,
Kasra
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hello again
The stable release 0.6 is getting really close! We just published the
release candidate version 0.6 which fixes some bugs from the last beta
release and which is now feature complete. Everybody is kindly invited
to do some more tests with this release and report bugs to our
tracker.
Download it as usual from http://roundcube.net/download
Have fun and stay tuned!
Thomas
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e
Hi list
We've been using roundcube with great success sor far.
Having this configuration:
3 web servers, one of them acts as the database, the other 2 connect to it
server1 -> mysql,apache
server2 -> apache
server3 -> apache
What is the best practice to load-balance the database? I would like to
avoid mysql-cluster if possible.
The database seems fairly busy, as it is caching messages from 3 webservers
Thanks!
Javier
--
List info: http://lists.roundcube.net/users/
BT/9b404e9e