Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Mail Server
  • Search

[SOLVED] Problem Roundcube doesn't have default folders

Questions regarding the Mail Server
Dovecot, Exim, RoundCube
Post Reply
  • Print view
Advanced search
14 posts
  • Previous
  • 1
  • 2
MyKEcz
Posts: 18
Joined: Fri Apr 04, 2014 8:30 am

Re: Problem Roundcube doesn't have default folders for trash
  • Quote

Post by MyKEcz » Wed Apr 16, 2014 5:12 pm

array wrote:Hi.
Tried de 2.0 solution but doesn't work for me.
At least I cannot open webmail "failed conneciton with IMAP", restoring the 20-imap.conf file reactivates access to webmail.

any suggestion? I've tried several times to check spelling correctly but can't make it work.

Thanks
If you followed my tutorial then it must work. Keep eye on spaces. Delete them and make them by TAB key. As nightstrike reported there is problem with formatting when you CopyAnd Paste, so keep eye on that.
Top

array
Posts: 8
Joined: Tue Mar 25, 2014 12:34 pm

Re: Problem Roundcube doesn't have default folders for trash
  • Quote

Post by array » Mon Apr 21, 2014 7:05 am

Thanks MyKEcz for replying:

I've typed and tab correctly the file and now I can log on into roundcube without any problems, but anyway my folders are not autocreated.

Any clue?

Regards

--- EDIT ---:
My fault, just renamed the old 20-imap.conf to keep it for reference as another file _old_20-imap.conf and just found that all *.conf files were loaded so didn't make the changes.
Renamed with another extension and worked fine.
Thanks!
Top

imperio
VestaCP Team
Posts: 7000
Joined: Sat Dec 01, 2012 12:37 pm
Contact:
Contact imperio
Website

Re: [SOLVED] Problem Roundcube doesn't have default folders
  • Quote

Post by imperio » Wed Feb 18, 2015 5:24 pm

Fixed / 0991
https://bugs.vestacp.com/responses/mail ... heir-inbox
Top

drMacFaulty
Posts: 88
Joined: Thu Mar 06, 2014 7:52 pm
Contact:
Contact drMacFaulty
Website

Re: [SOLVED] Problem Roundcube doesn't have default folders
  • Quote

Post by drMacFaulty » Fri Feb 20, 2015 9:12 pm

Create a file 15-mailboxes.conf in conf.d/ folder on Debian machine in /etc/dovecot and put below code in it.
This code works for me:

Code: Select all

namespace inbox {
  inbox = yes
  location = 
  mailbox Archive {
    auto = subscribe
    special_use = \Archive
  }
  mailbox Archives {
    auto = no
    special_use = \Archive
  }
  mailbox "Deleted Messages" {
    auto = no
    special_use = \Trash
  }
  mailbox Drafts {
    auto = subscribe
    special_use = \Drafts
  }
  mailbox Junk {
    auto = subscribe
    special_use = \Junk
  }
  mailbox Sent {
    auto = subscribe
    special_use = \Sent
  }
  mailbox "Sent Messages" {
    auto = no
    special_use = \Sent
  }
  mailbox Trash {
    auto = subscribe
    special_use = \Trash
  }
  prefix = 
}
Top


Post Reply
  • Print view

14 posts
  • Previous
  • 1
  • 2

Return to “Mail Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password