[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Dovecot IMAP



On 06/04/2013 12:13 PM, Alex Dubinin wrote:
This is my first experience of the mail server.
Set up a mail server from Postfix + Dovecot with the MySQL authorization.
When you create a new user dovecot makes strange folder structure: the
'inbox' contains 'juncus', 'tash', 'sent' etc.
ie 'sent' and other folders are subdir to the 'inbox'.
How to make the imap folders 'sent', 'trash' and others were not affiliated?

P.S. Sorry for my english.

Hi,
try below parameters in your dovecot conf file (if you use dovecot 2.x)

namespace {
  inbox = yes
  prefix = .
  separator = .
  subscriptions = yes
  list = yes
  type = private
}


--
M.Atıf CEYLAN
Yurdum Yazılım


Reply to: