[RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
Hello,

I have a MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...

This MTA work with pop3 and imap clients...

We don´t have Webmail

I´m testing Roundcube...

Well...

When I logged in webmail, with a new user, the Box´s don´t create, just INBOX...

If I logged with a account that use IMAP, in the server, I have the home of 
user, and Maildir directory... inside this directory, i have the box, that I 
create...

when i login in webmail, this Box don´t appear, just the Inbox. If i send a 
email, dont create the Sent Itens box too..

Well, How can I to do roundcube work if my environment?

Thanks anyway
-- 
Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

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


Re: [RCU] how to

2010-02-04 Thread DUBOURG Kevin


Hello, 

I have the same problem. Roundcube don't create sub-directory
on the logon of new user. 

Regards, 

 Thu, 4 Feb 2010 13:46:11 -0200,
Diego Gomes - Cecred  wrote:  Look too..   // store draft message is this
mailbox
// leave blank if draft messages should not be
stored
$rcmail_config['drafts_mbox'] = 'Rascunhos';   // store spam
messages in this mailbox
$rcmail_config['junk_mbox'] = 'Spam';   // store
sent message is this mailbox
// leave blank if sent messages should not be
stored
$rcmail_config['sent_mbox'] = 'Itens Enviados';   // move messages
to this folder when deleting them
// leave blank if they should be deleted
directly
$rcmail_config['trash_mbox'] = 'Lixeira';
   - Original
Message -FROM: Claudio Kuenzler [1]TO: Diego Gomes - Cecred [2]
  CC: users@lists.roundcube.net [3]SENT: Thursday, February 04, 2010
1:35 PM   SUBJECT: Re: [RCU] how to   
 Hi,

Not sure if I understand for
sure what you mean, but I guess you have problems in Roundcube to see the
default IMAP folders except Inbox.
You should check the following params in
your main.inc.php:

---
// display these folders
separately in the mailbox list.
// these folders will also be displayed
with localized names
$rcmail_config['default_imap_folders'] =
array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

// automatically create
the above listed default folders on
login
$rcmail_config['create_default_folders'] =
TRUE;
---

As you use dovecot, the default_imap_folders
should already be correct like this.
Set create_default_folders to TRUE.
This should show the folders in Roundcube.

cheers,
ck

 On Thu, Feb 4,
2010 at 4:29 PM, Diego Gomes - Cecred  wrote:
 Hello,   I have a
MTA with postfix, dovecot, MailScanner, Spam Assassin, procmail...  
This MTA work with pop3 and imap clients...   We don´t have Webmail
 I´m testing Roundcube...   Well...   When I logged in webmail,
with a new user, the Box´s don´t create, just INBOX...   If I logged
with a account that use IMAP, in the server, I have the home of user, and
Maildir directory... inside this directory, i have the box, that I
create...   when i login in webmail, this Box don´t appear, just the
Inbox. If i send a email, dont create the Sent Itens box too..   Well,
How can I to do roundcube work if my environment?   Thanks anyway

-- 
Esta mensagem foi verificada pelo sistema de antivírus e 
acredita-se
estar livre de perigo. 

___
List info:
http://lists.roundcube.net/users/ [5]

-- 
Esta mensagem foi verificada
pelo sistema de antivírus e 
acredita-se estar livre de perigo.  
-- 
Esta
mensagem foi verificada pelo sistema de antivírus e 
 acredita-se estar
livre de perigo.  



Links:
--
[1] mailto:nap...@gmail.com
[2]
mailto:diego.go...@cecred.coop.br
[3] mailto:users@lists.roundcube.net
[4]
mailto:diego.go...@cecred.coop.br
[5] http://lists.roundcube.net/users/
___
List info: http://lists.roundcube.net/users/


Re: [RCU] how to

2010-02-04 Thread Claudio Kuenzler
Diego,

As you write this:
--
$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens
Enviados', 'Spam', 'Lixeira');

I want that the name of box come in PT-BR...
--

be aware, that here you have to use the name of the actual physical folders
as dovecot names them. The best thing to check is if you log in (via SSH) on
your server and check the exact name of the subfolders created by dovecot.

Roundcube itself will use it's translation to show the Portuguese name of
the folders.

cheers,
ck


On Thu, Feb 4, 2010 at 4:46 PM, Diego Gomes - Cecred 
diego.go...@cecred.coop.br wrote:

  Look too..

 // store draft message is this mailbox
 // leave blank if draft messages should not be stored
 $rcmail_config['drafts_mbox'] = 'Rascunhos';

 // store spam messages in this mailbox
 $rcmail_config['junk_mbox'] = 'Spam';

 // store sent message is this mailbox
 // leave blank if sent messages should not be stored
 $rcmail_config['sent_mbox'] = 'Itens Enviados';

 // move messages to this folder when deleting them
 // leave blank if they should be deleted directly
 $rcmail_config['trash_mbox'] = 'Lixeira';

 - Original Message -
 *From:* Claudio Kuenzler nap...@gmail.com
 *To:* Diego Gomes - Cecred diego.go...@cecred.coop.br
 *Cc:* users@lists.roundcube.net
 *Sent:* Thursday, February 04, 2010 1:35 PM
 *Subject:* Re: [RCU] how to

 Hi,

 Not sure if I understand for sure what you mean, but I guess you have
 problems in Roundcube to see the default IMAP folders except Inbox.
 You should check the following params in your main.inc.php:

 ---
 // display these folders separately in the mailbox list.
 // these folders will also be displayed with localized names
 $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent',
 'Junk', 'Trash');

 // automatically create the above listed default folders on login
 $rcmail_config['create_default_folders'] = TRUE;
 ---

 As you use dovecot, the default_imap_folders should already be correct like
 this.
 Set create_default_folders to TRUE. This should show the folders in
 Roundcube.

 cheers,
 ck

 On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred 
 diego.go...@cecred.coop.br wrote:

  Hello,

 I have a MTA with postfix, dovecot, MailScanner, Spam Assassin,
 procmail...

 This MTA work with pop3 and imap clients...

 We don´t have Webmail

 I´m testing Roundcube...

 Well...

 When I logged in webmail, with a new user, the Box´s don´t create, just
 INBOX...

 If I logged with a account that use IMAP, in the server, I have the home
 of user, and Maildir directory... inside this directory, i have the box,
 that I create...

 when i login in webmail, this Box don´t appear, just the Inbox. If i send
 a email, dont create the Sent Itens box too..

 Well, How can I to do roundcube work if my environment?

 Thanks anyway

 --
 Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

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



 --
 Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.


 --
 Esta mensagem foi verificada pelo sistema de antivírus e
 acredita-se estar livre de perigo.

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


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


Re: [RCU] how to

2010-02-04 Thread Claudio Kuenzler
Diego,

Here the relevant params I'm using... and it works fine with English, French
and German translation:

--
// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';

// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent',
'Junk', 'Trash');

// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;

// protect the default folders from renames, deletes, and subscription
changes
$rcmail_config['protect_default_folders'] = TRUE;
--

For these params be sure to use the exact name dovecot gives them. I'd be
surprised if dovecot could speak Portuguese and create the folders with
Portuguese names by default :-).

For the other question, about the folder Soccer, you will have to subscribe
this folder in your Roundcube settings (once logged in under Settings you
will find the folder subscriptions).

ck


On Thu, Feb 4, 2010 at 4:54 PM, Diego Gomes - Cecred 
diego.go...@cecred.coop.br wrote:

  Ok..

 I change the:

  $rcmail_config['create_default_folders'] = FALSE; to TRUE

 and

  $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos',
 'Itens Enviados', 'Spam', 'Lixeira'); to English..

 But now, the BOX´s appear in English, not PT-BR

 It´s certain that the box that already exist roundcube will display??

 Example.. I have a box with the Name Soccer in my Outlook Express..

 When I logged in Roundcube this folder, this BOX will appear

 Thanksss

 - Original Message -
 *From:* Claudio Kuenzler nap...@gmail.com
 *To:* Diego Gomes - Cecred diego.go...@cecred.coop.br ; Roundcube 
 usersusers@lists.roundcube.net
 *Sent:* Thursday, February 04, 2010 1:49 PM
 *Subject:* Re: [RCU] how to

 Hi Diego,

 No, this doesn't double-create the mailfolders in your IMAP-Server (dovecot
 in this case). It's only a paremeter for Roundcube.
 I did this myself when I had the same problem with my first installation. I
 can assure you, the folders weren't touched.

 cheers,
 ck

 ps: When you reply, add also the Roundcube User list as recipient or cc.

 On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred 
 diego.go...@cecred.coop.br wrote:

  Hey ck, thanks to answer..

 lets goo...

 Im from Brazil, so.. my array is...

 $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos',
 'Itens Enviados', 'Spam', 'Lixeira');

 I want that the name of box come in PT-BR...

 $rcmail_config['create_default_folders'] = FALSE;

 I put FALSE because I was thinking that can be duplicate de BOXes..

 If i have the BOX with name Sent, because I use Outlook Express, for
 example.. So, already exist the BOX with this name in my home dir..
 If I put to TRUE, it doesn´t duplicate the BOX with name Sent?

 Diego



 - Original Message -
 *From:* Claudio Kuenzler nap...@gmail.com
 *To:* Diego Gomes - Cecred diego.go...@cecred.coop.br
 *Cc:* users@lists.roundcube.net
 *Sent:* Thursday, February 04, 2010 1:35 PM
 *Subject:* Re: [RCU] how to

 Hi,

 Not sure if I understand for sure what you mean, but I guess you have
 problems in Roundcube to see the default IMAP folders except Inbox.
 You should check the following params in your main.inc.php:

 ---
 // display these folders separately in the mailbox list.
 // these folders will also be displayed with localized names
 $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent',
 'Junk', 'Trash');

 // automatically create the above listed default folders on login
 $rcmail_config['create_default_folders'] = TRUE;
 ---

 As you use dovecot, the default_imap_folders should already be correct
 like this.
 Set create_default_folders to TRUE. This should show the folders in
 Roundcube.

 cheers,
 ck

 On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred 
 diego.go...@cecred.coop.br wrote:

  Hello,

 I have a MTA with postfix, dovecot, MailScanner, Spam Assassin,
 procmail...

 This MTA work with pop3 and imap clients...

 We don´t have Webmail

 I´m testing Roundcube...

 Well...

 When I logged in webmail, with a new user, the Box´s don´t create, just
 INBOX...

 If I logged with a account that use IMAP, in the server, I have the home
 of user, and Maildir directory... inside this directory, i have the box,
 that I create...

 when i login in webmail, this Box don´t appear, just the Inbox. If i send
 a email, dont create 

Re: [RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
ck

Thanks..

I need to go to a meeting now..

I come when pass 2 hours, and I will test..

Thanks anywayy..

Cyaaa

  - Original Message - 
  From: Claudio Kuenzler 
  To: Diego Gomes - Cecred 
  Cc: Roundcube users 
  Sent: Thursday, February 04, 2010 2:01 PM
  Subject: Re: [RCU] how to


  Diego,

  Here the relevant params I'm using... and it works fine with English, French 
and German translation:

  --
  // store draft message is this mailbox
  // leave blank if draft messages should not be stored
  $rcmail_config['drafts_mbox'] = 'Drafts';

  // store spam messages in this mailbox
  $rcmail_config['junk_mbox'] = 'Junk';

  // store sent message is this mailbox
  // leave blank if sent messages should not be stored
  $rcmail_config['sent_mbox'] = 'Sent';

  // move messages to this folder when deleting them
  // leave blank if they should be deleted directly
  $rcmail_config['trash_mbox'] = 'Trash';

  // display these folders separately in the mailbox list.
  // these folders will also be displayed with localized names
  $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 
'Junk', 'Trash');

  // automatically create the above listed default folders on login
  $rcmail_config['create_default_folders'] = TRUE;

  // protect the default folders from renames, deletes, and subscription changes
  $rcmail_config['protect_default_folders'] = TRUE;
  --

  For these params be sure to use the exact name dovecot gives them. I'd be 
surprised if dovecot could speak Portuguese and create the folders with 
Portuguese names by default :-).

  For the other question, about the folder Soccer, you will have to subscribe 
this folder in your Roundcube settings (once logged in under Settings you will 
find the folder subscriptions).

  ck



  On Thu, Feb 4, 2010 at 4:54 PM, Diego Gomes - Cecred 
diego.go...@cecred.coop.br wrote:

Ok..

I change the:

$rcmail_config['create_default_folders'] = FALSE; to TRUE

and

$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 'Itens 
Enviados', 'Spam', 'Lixeira'); to English..

But now, the BOX´s appear in English, not PT-BR

It´s certain that the box that already exist roundcube will display??

Example.. I have a box with the Name Soccer in my Outlook Express..

When I logged in Roundcube this folder, this BOX will appear

Thanksss
  - Original Message - 
  From: Claudio Kuenzler 
  To: Diego Gomes - Cecred ; Roundcube users 
  Sent: Thursday, February 04, 2010 1:49 PM
  Subject: Re: [RCU] how to


  Hi Diego,

  No, this doesn't double-create the mailfolders in your IMAP-Server 
(dovecot in this case). It's only a paremeter for Roundcube.
  I did this myself when I had the same problem with my first installation. 
I can assure you, the folders weren't touched. 

  cheers,
  ck

  ps: When you reply, add also the Roundcube User list as recipient or cc.


  On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred 
diego.go...@cecred.coop.br wrote:

Hey ck, thanks to answer..

lets goo...

Im from Brazil, so.. my array is...

$rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 
'Itens Enviados', 'Spam', 'Lixeira');

I want that the name of box come in PT-BR...

$rcmail_config['create_default_folders'] = FALSE;

I put FALSE because I was thinking that can be duplicate de BOXes..

If i have the BOX with name Sent, because I use Outlook Express, for 
example.. So, already exist the BOX with this name in my home dir..
If I put to TRUE, it doesn´t duplicate the BOX with name Sent?

Diego



  - Original Message - 
  From: Claudio Kuenzler 
  To: Diego Gomes - Cecred 
  Cc: users@lists.roundcube.net 
  Sent: Thursday, February 04, 2010 1:35 PM
  Subject: Re: [RCU] how to


  Hi,

  Not sure if I understand for sure what you mean, but I guess you have 
problems in Roundcube to see the default IMAP folders except Inbox.
  You should check the following params in your main.inc.php:

  ---
  // display these folders separately in the mailbox list.
  // these folders will also be displayed with localized names
  $rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 
'Sent', 'Junk', 'Trash');

  // automatically create the above listed default folders on login
  $rcmail_config['create_default_folders'] = TRUE;
  ---

  As you use dovecot, the default_imap_folders should already be 
correct like this.
  Set create_default_folders to TRUE. This should show the folders in 
Roundcube.

  cheers,
  ck


  On Thu, Feb 4, 2010 at 4:29 PM, Diego Gomes - Cecred 

[RCU] Technicall Assistance

2010-02-04 Thread Jorge Tironi
Dear All,

I am trying to inlcude my company digital signature at the end of my email,
but there is any feature available in the panel control.

The only feature available ask for URL address but I need to paste a JPEG
file.

Please send me the corresponding procedure

Regards

Jorge
___
List info: http://lists.roundcube.net/users/


Re: [RCU] how to

2010-02-04 Thread Diego Gomes - Cecred
Ok now...

But, the folders that already exist, depend of mail client, can be a different 
names... I guess...

When i logged in webmail, its comes with Pt-BR, but in english too...

So, I have Enviados and Sent

so I need to go to Special Folders and Link to PT-BR names...

After this, i need to remove the folder Sent...

Its work, I think... but we need a work a lot...




  - Original Message - 
  From: Diego Gomes - Cecred 
  To: Claudio Kuenzler 
  Cc: Roundcube users 
  Sent: Thursday, February 04, 2010 2:03 PM
  Subject: Re: [RCU] how to


  ck

  Thanks..

  I need to go to a meeting now..

  I come when pass 2 hours, and I will test..

  Thanks anywayy..

  Cyaaa

- Original Message - 
From: Claudio Kuenzler 
To: Diego Gomes - Cecred 
Cc: Roundcube users 
Sent: Thursday, February 04, 2010 2:01 PM
Subject: Re: [RCU] how to


Diego,

Here the relevant params I'm using... and it works fine with English, 
French and German translation:

--
// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';

// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 
'Junk', 'Trash');

// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;

// protect the default folders from renames, deletes, and subscription 
changes
$rcmail_config['protect_default_folders'] = TRUE;
--

For these params be sure to use the exact name dovecot gives them. I'd be 
surprised if dovecot could speak Portuguese and create the folders with 
Portuguese names by default :-).

For the other question, about the folder Soccer, you will have to subscribe 
this folder in your Roundcube settings (once logged in under Settings you will 
find the folder subscriptions).

ck



On Thu, Feb 4, 2010 at 4:54 PM, Diego Gomes - Cecred 
diego.go...@cecred.coop.br wrote:

  Ok..

  I change the:

  $rcmail_config['create_default_folders'] = FALSE; to TRUE

  and

  $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 
'Itens Enviados', 'Spam', 'Lixeira'); to English..

  But now, the BOX´s appear in English, not PT-BR

  It´s certain that the box that already exist roundcube will display??

  Example.. I have a box with the Name Soccer in my Outlook Express..

  When I logged in Roundcube this folder, this BOX will appear

  Thanksss
- Original Message - 
From: Claudio Kuenzler 
To: Diego Gomes - Cecred ; Roundcube users 
Sent: Thursday, February 04, 2010 1:49 PM
Subject: Re: [RCU] how to


Hi Diego,

No, this doesn't double-create the mailfolders in your IMAP-Server 
(dovecot in this case). It's only a paremeter for Roundcube.
I did this myself when I had the same problem with my first 
installation. I can assure you, the folders weren't touched. 

cheers,
ck

ps: When you reply, add also the Roundcube User list as recipient or cc.


On Thu, Feb 4, 2010 at 4:45 PM, Diego Gomes - Cecred 
diego.go...@cecred.coop.br wrote:

  Hey ck, thanks to answer..

  lets goo...

  Im from Brazil, so.. my array is...

  $rcmail_config['default_imap_folders'] = array('INBOX', 'Rascunhos', 
'Itens Enviados', 'Spam', 'Lixeira');

  I want that the name of box come in PT-BR...

  $rcmail_config['create_default_folders'] = FALSE;

  I put FALSE because I was thinking that can be duplicate de BOXes..

  If i have the BOX with name Sent, because I use Outlook Express, for 
example.. So, already exist the BOX with this name in my home dir..
  If I put to TRUE, it doesn´t duplicate the BOX with name Sent?

  Diego



- Original Message - 
From: Claudio Kuenzler 
To: Diego Gomes - Cecred 
Cc: users@lists.roundcube.net 
Sent: Thursday, February 04, 2010 1:35 PM
Subject: Re: [RCU] how to


Hi,

Not sure if I understand for sure what you mean, but I guess you 
have problems in Roundcube to see the default IMAP folders except Inbox.
You should check the following params in your main.inc.php: