Ryan Horrisberger | 1 Mar 2010 18:33
Picon

Re: [RCU] Show Unsubscribed Folders

On Thu, 25 Feb 2010 18:35:13 -0500, Carlos Williams <carloswill@...>
wrote:
> How do I get RC to show
> all un-subscribed folders?
> 

To show all folders in your mailbox view (subscribed and unsubscribed),
just activate the bundled 'subscriptions_option' plugin and disable imap
subscriptions.

-ryan

--

-- 
Ryan Horrisberger
Software Developer
_______________________________________________
List info: http://lists.roundcube.net/users/

Ryan Horrisberger | 1 Mar 2010 18:46
Picon

Re: [RCU] Any success with new_user_identity plugin?

On Fri, 26 Feb 2010 12:12:52 -0800, Arne Berglund
<aberglund@...> wrote:
> Has anyone had any luck making the new_user_identity plugin work? 

It works great (I am using 0.3.1)

> Any success stories (and details on your config) would be appreciated.

There is really nothing to detail. Just follow the config instructions
listed in new_user_identity.php and you are good to go.  The config for
this plugin is literally 3 lines (we are checking against an OpenLDAP
directory):

main.inc.php

$rcmail_config['plugins'] = array('new_user_identity');
$rcmail_config['new_user_identity_addressbook'] = 'People';
$rcmail_config['new_user_identity_match'] = 'uid';

If it is not working, check these to make sure you've specified the values
correctly.

 Make sure the value 'new_user_identity_addressbook' is correct:

e.g. the following two lines match:

$rcmail_config['new_user_identity_addressbook'] = 'People';  
$rcmail_config['ldap_public']['People']

and that 
(Continue reading)

Marcio Merlone | 1 Mar 2010 19:15
Picon
Favicon
Gravatar

[RCU] managesieve x Dovecot: discarding vacation response for message implicitly delivered

Hi all,

I have managesieve plugin version 1.7 [2009-09-20] alongside with 
Roundcube 0.3.1. Everything works fine, except that _some_ rules don't 
work (vacation for instance) due to the lack of :addresses parameter. 
This is required by RFC 5230 
(http://tools.ietf.org/html/rfc5230#section-4.5). Dovecot logs the error

"discarding vacation response for message implicitly delivered to..."

I have tried managesieve version 2.2 from svn checkout but no luck, it 
hangs the loading and logs the error

"PHP Error: Failed to load plugin file 
/var/www/plugins/managesieve/managesieve.php"

Any ideas? BTW, what is the preferred/best/suggested sieve plugin for 
roundcube to work with dovecot 1.2.10?

Best regards,

--

-- 
Marcio Merlone
_______________________________________________
List info: http://lists.roundcube.net/users/

Diego Gomes - TI - Cecred | 1 Mar 2010 19:32
Picon

Re: [RCU] managesieve x Dovecot: discarding vacation response for message implicitly delivered

Hello..

I want that my RC have possibility to create rules for messages... When the 
message come from roundcube@... move to Roundcube folder...

To do this, I should to use the sieverules plugins, not?

If not, When I will use sieverules and managesieve plugins?

Marcio, maybe you can help me???

Thanks aynway

Diego

----- Original Message ----- 
From: "Marcio Merlone" <marcio.merlone@...>
To: "RC Users" <users@...>
Sent: Monday, March 01, 2010 3:15 PM
Subject: [RCU] managesieve x Dovecot: discarding vacation response for 
message implicitly delivered

> Hi all,
>
> I have managesieve plugin version 1.7 [2009-09-20] alongside with
> Roundcube 0.3.1. Everything works fine, except that _some_ rules don't
> work (vacation for instance) due to the lack of :addresses parameter.
> This is required by RFC 5230
> (http://tools.ietf.org/html/rfc5230#section-4.5). Dovecot logs the error
>
(Continue reading)

Marcio Merlone | 1 Mar 2010 20:31
Picon
Favicon
Gravatar

Re: [RCU] managesieve x Dovecot: discarding vacation response for message implicitly delivered

Sorry, my answer went just for him, re-answering for the archives...

Em 1/3/2010 15:32, Diego Gomes - TI - Cecred escreveu:
 > I want that my RC have possibility to create rules for messages... 
When the
 > message come from roundcube@... move to Roundcube folder...
 >
 > To do this, I should to use the sieverules plugins, not?

.. or managesieve plugin, which worked best for me, by now.

But you have to:

1. have managesieve protocol enabled on mail server (perhaps with 
dovecot or cyrus) and

2. you must have an sieve-enabled LDA (maybe configured on postfix, 
depends on wich MTA you use) to deliver the messages to the maildir.

The LDA ("deliver" when using dovecot) must read the sieve script 
generated by the sieverules/managesieve plugin which was transfered to 
the mail server by means of the managesieve protocol.

 > If not, When I will use sieverules and managesieve plugins?

To set a vacation auto-response, discard some messages, forward another, 
etc.

Best regards,

(Continue reading)

Marcio Merlone | 2 Mar 2010 14:27
Picon
Favicon
Gravatar

Re: [RCU] managesieve x Dovecot: discarding vacation response for message implicitly delivered

Em 1/3/2010 15:15, Marcio Merlone escreveu:
> I have managesieve plugin version 1.7 [2009-09-20] alongside with
> Roundcube 0.3.1. Everything works fine, except that _some_ rules don't
> work (vacation for instance) due to the lack of :addresses parameter.
> This is required by RFC 5230
> (http://tools.ietf.org/html/rfc5230#section-4.5). Dovecot logs the error
>
> "discarding vacation response for message implicitly delivered to..."
>
> I have tried managesieve version 2.2 from svn checkout but no luck, it
> hangs the loading and logs the error
>
> "PHP Error: Failed to load plugin file
> /var/www/plugins/managesieve/managesieve.php"
>
> Any ideas? BTW, what is the preferred/best/suggested sieve plugin for
> roundcube to work with dovecot 1.2.10?

Is this the right list to ask about plugins? If not, could someone point 
me to the right direction?

Thanks and best regards.

--

-- 
Marcio Merlone
_______________________________________________
List info: http://lists.roundcube.net/users/

Jim Pazarena | 5 Mar 2010 01:34

[RCU] wrapping of text

is there a way to change the default width for wrapping?
I find it too limiting, but cannot find out how to change it.

Thanks.
_______________________________________________
List info: http://lists.roundcube.net/users/

A.L.E.C | 5 Mar 2010 08:03
Picon
Gravatar

Re: [RCU] wrapping of text

Jim Pazarena wrote:
> is there a way to change the default width for wrapping?
> I find it too limiting, but cannot find out how to change it.

In svn-trunk version you can set line_length option, but it's not 
already described anywhere. I've added it "for future use".

--

-- 
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/users/

Jim Pazarena | 5 Mar 2010 19:40

Re: [RCU] wrapping of text

On Fri, 05 Mar 2010 08:03:21 +0100, "A.L.E.C" <alec@...> wrote:
> Jim Pazarena wrote:
>> is there a way to change the default width for wrapping?
>> I find it too limiting, but cannot find out how to change it.
> 
> In svn-trunk version you can set line_length option, but it's not 
> already described anywhere. I've added it "for future use".

Is there a file which can be manually modified which holds the
default?

_______________________________________________
List info: http://lists.roundcube.net/users/

A.L.E.C | 8 Mar 2010 13:41
Picon
Gravatar

Re: [RCU] Roundcube server migration & empty address book

Philippe Lang wrote:

> What are the correct migration steps in order to get the address book back, when server names and ips have changed?

If your mail host address/name changes you should run:

UPDATE users SET mail_host = 'new value' WHERE mail_host = 'old value';

--

-- 
Aleksander 'A.L.E.C' Machniak http://alec.pl gg:2275252
LAN Management System Developer http://lms.org.pl
Roundcube Webmail Developer http://roundcube.net
_______________________________________________
List info: http://lists.roundcube.net/users/


Gmane