Hello, It has been brought to my attention that outlook users cant delete folders from their mailbox. They can move them around and erase emails, but when it comes to folders, they cant.. Any ideas..? # dovecot --version 1.1.7 # dovecot -n # 1.1.7: /etc/dovecot/dovecot.conf # OS: Linux 2.6.16.60-0.21-xenpae i686 SUSE Linux Enterprise Server 10 (i586) login_dir: /var/run/dovecot/login login_executable: /usr/lib/dovecot/imap-login mail_uid: vmail mail_gid: vmail mail_location: maildir:~/Maildir/ mail_plugins: lazy_expunge imap_client_workarounds: delay-newmail outlook-idle netscape-eoh namespace: type: private separator: / inbox: yes list: yes subscriptions: yes namespace: type: private separator: / prefix: .EXPUNGED/ location: maildir:/home/vmail/%Ud/%Ln/Maildir/expunged list: yes subscriptions: yes namespace: type: private separator: / prefix: .DELETED/ location: maildir:/home/vmail/%Ud/%Ln/Maildir/deleted list: yes subscriptions: yes namespace: type: private separator: / prefix: .DELETED/.EXPUNGED/ location: maildir:/home/vmail/%Ud/%Ln/Maildir/deleted/expunged list: yes subscriptions: yes auth default: mechanisms: plain login passdb: driver: ldap args: /etc/dovecot/dovecot-ldap.conf userdb: driver: ldap args: /etc/dovecot/dovecot-ldap.conf socket: type: listen client: path: /var/spool/postfix/private/auth mode: 432 user: postfix group: postfix master: path: /var/run/dovecot/auth-master mode: 384 user: vmail group: vmail plugin: lazy_expunge: .EXPUNGED/ .DELETED/ .DELETED/.EXPUNGED/
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, 27 Feb 2009, Romer Ventura wrote:> It has been brought to my attention that outlook users cant delete folders > from their mailbox. They can move them around and erase emails, but when it > comes to folders, they cant.. Any ideas..?What are the entries in the logs? Bye, - -- Steffen Kaiser -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iQEVAwUBSauPGHWSIuGy1ktrAQJezwf+PVB3JzA0ddiCoP8TvKfd8VhvppvGbnok 0l2p4ludm5p8Y+DTV2GzzFEJ7AQ7q+kmsOmJx6nSSDiKS5DLhoPatP51rTpq6qQd K3jxbO5p12E3mi38v0N6iDb8iWDfIeci2G9j/Qy6iDwa8FUU8Dzy2RqPhIsWGGsa jxAZEMLt0KVLEKYu2VDOYcC6cPWdAvkEaKUDQkSnXxYHgzcNhB3ggW+jvj6uWQoK Qr3jKZobSXigCXmKhIsuyTi17I0K3XgC7kBhd+omhIzpUv51Gt2KHm2hg/creOvN XMQzWewI37uZHZPoHv6F2hWayvIhhMyWwKy86+98Gc+B8UsoCWKsIg==w7gb -----END PGP SIGNATURE-----
On 3/2/2009, Romer Ventura (rventura at h-st.com) wrote:> There are errors in the logs..And these errors are ... secret?
There are errors in the logs.. On Mar 2, 2009, at 1:47 AM, Steffen Kaiser wrote:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Fri, 27 Feb 2009, Romer Ventura wrote: > >> It has been brought to my attention that outlook users cant delete >> folders from their mailbox. They can move them around and erase >> emails, but when it comes to folders, they cant.. Any ideas..? > > What are the entries in the logs? > > Bye, > > - -- Steffen Kaiser > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.6 (GNU/Linux) > > iQEVAwUBSauPGHWSIuGy1ktrAQJezwf+PVB3JzA0ddiCoP8TvKfd8VhvppvGbnok > 0l2p4ludm5p8Y+DTV2GzzFEJ7AQ7q+kmsOmJx6nSSDiKS5DLhoPatP51rTpq6qQd > K3jxbO5p12E3mi38v0N6iDb8iWDfIeci2G9j/Qy6iDwa8FUU8Dzy2RqPhIsWGGsa > jxAZEMLt0KVLEKYu2VDOYcC6cPWdAvkEaKUDQkSnXxYHgzcNhB3ggW+jvj6uWQoK > Qr3jKZobSXigCXmKhIsuyTi17I0K3XgC7kBhd+omhIzpUv51Gt2KHm2hg/creOvN > XMQzWewI37uZHZPoHv6F2hWayvIhhMyWwKy86+98Gc+B8UsoCWKsIg=> =w7gb > -----END PGP SIGNATURE-----
I am sorry i meant there are no errors in any of the logs. On Mon, 02 Mar 2009 11:20:16 -0500, Charles Marcus <CMarcus at Media-Brokers.com> wrote:> On 3/2/2009, Romer Ventura (rventura at h-st.com) wrote: >> There are errors in the logs.. > > And these errors are ... secret? >--
On Fri, 2009-02-27 at 14:42 -0600, Romer Ventura wrote:> Hello, > > It has been brought to my attention that outlook users cant delete > folders from their mailbox. They can move them around and erase > emails, but when it comes to folders, they cant.. Any ideas..?Only Outlook users, or everyone? And what exactly do you mean by "can't"? What exactly happens when they try it?> mail_plugins: lazy_expungeCould be related to this. Have you tried if it works after disabling this? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 197 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20090303/ffe088b4/attachment-0002.bin>
It doesnt matter if it is an existent account or a new account. If i create folders at any depth i get the error when i try to delete it by right-clicking on the folder and selecting "Delete". Outlook error: Cannot delete the folder. Right-click the folder, and then click on Properties to check your permissions for the folder. See the Folder owner or the administrator to change your permissions. The server responded: "Mailbox doesnt exist: asdf". Now when outlook shows the server responded message, it shows the folder to erase "asdf", however, the real name is ".asdf", would that have something to do with it..? Or does Dovecot takes care of the dot "."..? The mailbox certainly exists: # ll total 68 drwx------ 5 vmail vmail 4096 Mar 4 08:41 .INBOX.cvn drwx------ 5 vmail vmail 4096 Mar 4 08:41 .INBOX.zxcv drwx------ 5 vmail vmail 4096 Mar 4 08:41 .Junk E-mail drwx------ 5 vmail vmail 4096 Mar 4 08:41 .asdf drwx------ 5 vmail vmail 4096 Mar 4 08:41 .asdf.bnsdf drwx------ 5 vmail vmail 4096 Mar 4 08:41 .asdf.sxcv drwx------ 5 vmail vmail 4096 Mar 4 08:41 .dfhfgh drwx------ 5 vmail vmail 4096 Mar 4 08:41 .rturtuy drwx------ 5 vmail vmail 4096 Mar 4 08:41 .yomaam drwx------ 5 vmail vmail 4096 Mar 4 08:41 .zxcv drwx------ 2 vmail vmail 4096 Mar 4 08:40 cur -rw------- 1 vmail vmail 17 Mar 4 08:40 dovecot-uidlist -rw------- 1 vmail vmail 8 Mar 4 08:41 dovecot-uidvalidity -rw------- 1 vmail vmail 0 Mar 4 08:40 dovecot-uidvalidity.49ae92ce -rw------- 1 vmail vmail 232 Mar 4 08:40 dovecot.index.log drwx------ 2 vmail vmail 4096 Mar 4 08:40 new -rw------- 1 vmail vmail 86 Mar 4 08:41 subscriptions drwx------ 2 vmail vmail 4096 Mar 4 08:40 tmp Thanks On Mar 3, 2009, at 4:40 PM, Timo Sirainen wrote:> On Fri, 2009-02-27 at 14:42 -0600, Romer Ventura wrote: >> Hello, >> >> It has been brought to my attention that outlook users cant delete >> folders from their mailbox. They can move them around and erase >> emails, but when it comes to folders, they cant.. Any ideas..? > > Only Outlook users, or everyone? And what exactly do you mean by > "can't"? What exactly happens when they try it? > >> mail_plugins: lazy_expunge > > Could be related to this. Have you tried if it works after disabling > this? >