Hi i'm using OX GUI Version: 6.8.0-6802 Server Version: 6.8.0-6802 with Linux (Debian etch), Postfix, Dovecot, Amavis (Spamassassin and ClamAV) in the server.
Mi problem is : When i'm logged in OX i only have the inbox folder by default but i can't see the others folders (spam, trash, sent...) to display that i have to make a new folder inside inbox, but that only works for one session.
I tried to modify (setting to =true) the mail.properties file options :
Without success !
I also saw in the home directory of my virtual users the directories Spam, Trash, Sent are starting by dot (.) :
Then I made a symbolic link without dot to the folders, but without success !
The last thing I tried was to create the user with the options:
Without success !
Mi problem is : When i'm logged in OX i only have the inbox folder by default but i can't see the others folders (spam, trash, sent...) to display that i have to make a new folder inside inbox, but that only works for one session.
I tried to modify (setting to =true) the mail.properties file options :
Code:
# This property defines if the default folders of an user (Draft, Sent, Spam # & Trash) are going to be placed right below folder "INBOX" even if # feature "altNamespace" is enabled. NOTE: This property requires that # subfolders are still permitted below initial folder "INBOX" even though # "altNamespace" is enabled. com.openexchange.mail.allowNestedDefaultFolderOnAltNamespace=false # Defines if folder subscription is ignored when listing mail folders # If set to 'true', all folders - regardless of their subscription status - are # going to be listed com.openexchange.mail.ignoreSubscription=false
I also saw in the home directory of my virtual users the directories Spam, Trash, Sent are starting by dot (.) :
Code:
root@xxxxx:~# ls -al /home/vmail/example.com/test/Maildir/ total 92 drwx------ 10 vmail vmail 4096 2009-03-19 17:54 . drwx------ 3 vmail vmail 4096 2009-03-12 16:08 .. drwx------ 2 vmail vmail 4096 2009-03-16 10:54 cur -rw------- 1 vmail vmail 204 2009-03-16 10:44 dovecot.index -rw------- 1 vmail vmail 32768 2009-03-19 10:14 dovecot.index.cache -rw------- 1 vmail vmail 4688 2009-03-16 10:55 dovecot.index.log -rw------- 1 vmail vmail 852 2009-03-16 10:41 dovecot-uidlist drwx------ 5 vmail vmail 4096 2009-03-16 10:23 .Drafts drwx------ 2 vmail vmail 4096 2009-03-16 10:44 new drwx------ 5 vmail vmail 4096 2009-03-16 10:30 .Sent Items drwx------ 5 vmail vmail 4096 2009-03-16 10:05 .Spam -rw------- 1 vmail vmail 35 2009-03-16 10:23 subscriptions drwx------ 2 vmail vmail 4096 2009-03-16 10:41 tmp drwx------ 5 vmail vmail 4096 2009-03-16 10:27 .Trash
The last thing I tried was to create the user with the options:
Code:
--mail_folder_drafts_name --mail_folder_sent_name --mail_folder_spam_name --mail_folder_trash_name
Thanks for your help !
Comment