search for: mailbox_delete

Displaying 20 results from an estimated 501 matches for "mailbox_delete".

2019 Oct 01
2
Mailbox INBOX sync: mailbox_delete failed
...p -D -R -u office at DOMAIN.com imapc: dsync(office at DOMAIN.com): Info: imapc(imap.mailbox.org:993): Connected to 2001:67c:2050:106::143:199:993 (local 2a01:4f8:c2c:6d05::1:59928) dsync(office at DOMAIN.com): Info: Mailbox deleted: Drafts dsync(office at DOMAIN.com): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. ``` The suggested solution from this mail works, but is this still the best solution for the error above? https://dovecot.org/pipermail/dovecot/2016-January/102988.html My versions are # 2.2.36.4 (baf9232c1): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4...
2015 Aug 05
2
2.2.18: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
...l_user imapc: All seems to go well, showing local and remote mailbox syncing without errors, then finally: dsync(mcg): Debug: brain M: Deleting mailbox 'INBOX' (GUID 59023c2a911dc255842b0000d09efc50): UIDVALIDITY changed (1355416734 -> 1438784913) dsync(mcg): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. No mail is synced to the local server (2.2.18) after this error halts execution. What should I be looking for, in terms of possible causes of this error? I've tried syncing on a completely fresh mailbox, which hasn't been accessed by a mail client and...
2015 Aug 06
0
2.2.18: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
...o well, showing local and remote mailbox syncing without > errors, then finally: > > dsync(mcg): Debug: brain M: Deleting mailbox 'INBOX' (GUID > 59023c2a911dc255842b0000d09efc50): UIDVALIDITY changed (1355416734 -> > 1438784913) > dsync(mcg): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't > be deleted. > > No mail is synced to the local server (2.2.18) after this error halts > execution. > > What should I be looking for, in terms of possible causes of this error? > > I've tried syncing on a completely fresh mailbox, which hasn'...
2019 Oct 01
0
Mailbox INBOX sync: mailbox_delete failed
...pc: > > dsync(office at DOMAIN.com): Info: imapc(imap.mailbox.org:993): Connected to > 2001:67c:2050:106::143:199:993 (local 2a01:4f8:c2c:6d05::1:59928) > > dsync(office at DOMAIN.com): Info: Mailbox deleted: Drafts > > dsync(office at DOMAIN.com): Error: Mailbox INBOX sync: mailbox_delete failed: > INBOX can't be deleted. > ``` > > The suggested solution from this mail works, but is this still the best solution > for the error above? With Maildir yes. Doveadm refuses to delete INBOX. Sami
2010 Nov 26
1
Mailbox Delete
...seeing if my flag is "create or delete". My function i copy from doveadm + autocreate create mailbox. The delete is made, and works, but i got some errors before the delete. I thing that is missing something in this function, like delete something else.... static void emexis_antispam_mailbox_delete(struct mail_namespace *namespaces, const char *name) { struct mail_namespace *ns; struct mailbox *box; ns = mail_namespace_find(namespaces, &name); if (ns != NULL){ box = mailbox_alloc(ns->list, name, 0); if (mailbox_delete(box) < 0) {...
2010 Oct 11
1
Dovecot 2.0.5 crash when It cannot remove maildir
This is scenario that cause segmentation fault in my Dovecot. Maybe I do something wrong, but I don't know what... We run: mailbox_delete mailbox_delete do: mailbox_open(box) < 0 and after we have: box->v.delete(box) which run index_storage_mailbox_delete index_storage_mailbox_delete do: mailbox_close(box); and now mailbox is closed (this close box->view and mailbox open) Try to delete folder, but can't do this... exam...
2010 Oct 11
0
AUTOREPLY Dovecot 2.0.5 crash when It cannot remove maildir
...staltungsdienstleistungen Wenderter Str. 37d 31157 Sarstedt Ust-Id DE 256037115 Tel: +49 5066 917 339 1 Fax: +49 5066 917 339 9 www.mediaciety.de info at mediaciety.de This is scenario that cause segmentation fault in my Dovecot. Maybe I do something wrong, but I don't know what... We run: mailbox_delete mailbox_delete do: mailbox_open(box) < 0 and after we have: box->v.delete(box) which run index_storage_mailbox_delete index_storage_mailbox_delete do: mailbox_close(box); and now mailbox is closed (this close box->view and mailbox open) Try to delete folder, but can't do this... exam...
2016 Jan 23
4
dsync: INBOX Can't be deleted
Hi, I am Migrating an old cyrus mailserver to dovecot. in the old cyrus Mailserver all User Mailboxes are sub-mailboxes of their INBOX. I have to preserve that structure. During Migration with dsync I get these Errors: Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted Is there a way to work around these Errors ? Thanks Christoph
2016 Oct 22
2
Backing up and Importing IMAP folders
...ted a directory "/var/backups/dovecot/%u" (with literal >"%u", that is), created what appeared to be a single mailbox structure >under it and after a while scared a heck out of me with a series of >error messages reading > >dsync(user1): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX >can't be deleted. >dsync(user2): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX >can't be deleted. >... > >for each existing user. > >It appears that it luckily failed to delete anything in the source >directory (though I have no idea what...
2012 Dec 16
1
mail_log_events seem to be broken in HG 2.2
It seems along the way of 2.2alpha1 'mail_log_events' quietly stopped working. They don't log expunges etc. anymore. [?] mail_log_events = expunge mailbox_delete Tested with latest HG. Regards Thomas -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 4364 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20121216/cf05f2d7/attachment-0004.bi...
2016 Oct 20
4
Backing up and Importing IMAP folders
> On October 20, 2016 at 4:45 PM Konstantin Khomoutov <flatworm at users.sourceforge.net> wrote: > > > On Thu, 20 Oct 2016 09:18:12 -0400 > Jerry <jerry at seibercom.net> wrote: > > > I am running Dovecot with Postfix on a FreeBSD machine. There are > > problems with the drive and I cannot depend on it. Dovecot saves all > > mail in IMAP format. I
2020 Jul 24
1
(re-) dsync: INBOX Can't be deleted
with dovecot --version 2.3.10.1 (a3d0e1171) exec of doveadm -v -o mail_fsync=never backup -R -f -u testuser at example.com imapc: currently fails, here, with Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted checking lists, this has been seen before @ https://dovecot.org/pipermail/dovecot/2016-January/102988.html On 24 Jan 2016, at 18:47, Timo Sirainen <tss at iki.fi> wrote: > During Migration with dsync I get these Errors: > Error: Mailbox INBOX...
2010 Dec 26
2
IMAP messages not being marked read
....8: /etc/dovecot/dovecot.conf # OS: Linux 2.6.35.10-72.fc14.x86_64 x86_64 Fedora release 14 (Laughlin) ext3 disable_plaintext_auth = no mail_debug = yes mail_location = maildir:/vg02/mail/%u mbox_write_locks = fcntl passdb { driver = pam } plugin { mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append mail_log_fields = uid box msgid size flags } ssl_cert = </etc/pki/dovecot/certs/dovecot.pem ssl_key = </etc/pki/dovecot/private/dovecot.pem userdb { driver = passwd } # dovecot --version 2.0.8
2016 Oct 20
0
Backing up and Importing IMAP folders
...ecot/%u and it created a directory "/var/backups/dovecot/%u" (with literal "%u", that is), created what appeared to be a single mailbox structure under it and after a while scared a heck out of me with a series of error messages reading dsync(user1): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. dsync(user2): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. ... for each existing user. It appears that it luckily failed to delete anything in the source directory (though I have no idea what it actually tried to do). Reading t...
2007 Jun 20
1
mail_log plugin updates
It supports configuration now in devel version: # Events to log. Default is all. #mail_log_events = delete undelete expunge copy mailbox_delete # Group events within a transaction to one line. #mail_log_group_events = # Available fields: uid, box, msgid, size, vsize # size and vsize are available only for expunge and copy events. #mail_log_fields = uid box msgid size Without grouping you get pretty similar output than before:...
2013 Jul 09
1
dovecot.index disappeared
Hello, One of my users just mysteriously lost all files from his inbox. I have "mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename" but couldn't find any evidence of accidental file or folder deletion. I logged in to find that ~user/mdbox/mailboxes/INBOX/dbox-Mails/dovecot.index and its backup were tiny, only 552 bytes, when the folder had thousands of messages. Other folders were left intact. We are ru...
2020 Jun 03
2
Error deleting INBOX when doing an imap sync
...: doveadm -Dv -o imapc_host=[current-imap-host] -o imapc_user=[current-user] -o imapc_password=[password] -o imapc_features=rfc822.size -o mail_fsync=never backup -R -u [user] imapc: It connects fine but eventually fails with the following errors: ??? dsync([user]): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. ??? dsync([user]): Debug: brain S: Remote mailbox tree: INBOX guid=[xxx] uid_validity=1591096439 uid_next=1 subs=no last_change=0 last_subs=0 ??? dsync([user] Debug: imapc([current-imap-host]:143): Disconnected I am guessing the new INBOX is not compatib...
2013 Jan 21
1
Mail logger question
...dovecot -n # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.2.0-35-generic x86_64 Ubuntu 12.04.1 LTS mail_plugins = " fts fts_squat mail_log notify" passdb { driver = pam } plugin { fts = squat fts_squat = partial=4 full=10 mail_log_events = save delete undelete expunge copy mailbox_delete mailbox_rename mail_log_fields = uid box msgid size from subject } protocols = " imap" ssl_cert = </etc/ssl/certs/ssl-cert-snakeoil.pem ssl_key = </etc/ssl/private/ssl-cert-snakeoil.key userdb { driver = passwd } Thank you all -- peter
2019 Sep 30
2
courier to dovecot migration
...000000000000000000000000000/0/0, remote=891e2fe9dc8874c0a19e496acf802566/0/1: mailbox not selectable yet dsync(tovis): Debug: brain M: Deleting mailbox 'INBOX' (GUID 2e829f01d5cc915dd103000056dcb805): UIDVALIDITY changed (1454614013 -> 1569836245) dsync(tovis): Error: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted. dsync(tovis): Debug: brain S: Remote mailbox tree: INBOX guid=2e829f01d5cc915dd103000056dcb805 uid_validity=1569836245 uid_next=2 subs=no last_change=0 last_subs=0 dsync(tovis): Debug: imapc(nusi:143): Disconnected I was trying to add " -o mail_fsync=never...
2009 May 23
1
maillog plugin issue
...il/imap/lib/dovecot/imap mail_plugin_dir(pop3): /opt/mail/imap/lib/dovecot/pop3 mail_log_prefix: %Us(%u): %r mail_log_max_lines_per_sec: 0 auth default: passdb: driver: vpopmail userdb: driver: passwd userdb: driver: vpopmail plugin: mail_log_events: delete undelete expunge copy mailbox_delete mailbox_rename mail_log_group_events: mail_log_fields: uid box msgid size quota: maildir