Quantcast
Channel: iRedMail
Viewing all articles
Browse latest Browse all 14128

IMAP Mailbox Structure

$
0
0

==== Required information ====
- iRedMail version: 0.8.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Gentoo Base System release 2.1
- Related log if you're reporting an issue:
====

I would like to know how to change the automatically created IMAP mailbox structure as seen by a user in his e-mail client from:
INBOX
Drafts
Junk
Sent
Trash

to:
INBOX|
         -Drafts
         -Junk
         -Sent
         -Trash

I can temporarily change the mailbox structure in Evolution and Roundcube clients. restarting the mail client returns the default configuration.

Changing /etc/dovecot/dovecot.conf makes no difference.

    # Plugin: autocreate. Create and subscribe to default IMAP folders.
    autocreate = INBOX
    autocreate2 = Sent
    autocreate3 = Trash
    autocreate4 = Drafts
    autocreate5 = Junk
    autosubscribe = INBOX
    autosubscribe2 = Sent
    autosubscribe3 = Trash
    autosubscribe4 = Drafts

It used to work fine when I trialed a year ago iRedMail 0.8.1 on top of OpenSuse 12.1.

Thanks in advance for your assistance.

Hans


Viewing all articles
Browse latest Browse all 14128

Trending Articles