search for: test_account

Displaying 3 results from an estimated 3 matches for "test_account".

2015 Aug 05
2
2.2.18: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
Hello I have 2.2.18 built with: ./configure \ --prefix="$prefix" \ --bindir="$prefix/bin" \ --sbindir="$prefix/bin" \ --sysconfdir="/etc" \ --with-storages="maildir,imapc,pop3c" \ --without-vpopmail \ --without-ldap I'm attempting to sync (backup) from another Dovecot server running version 2.0.21: Both servers
2015 Aug 06
0
2.2.18: Mailbox INBOX sync: mailbox_delete failed: INBOX can't be deleted.
Hello Could my previously reported error above have something to do with the IMAP path prefix? It's not configured on either of the previously mentioned servers. I see a similar error, which may be related, when trying to sync using offlineimap.py: Folder INBOX [acc: test_account]: ERROR: ERROR in syncfolder for test_account folder INBOX Thanks Dale On 5 August 2015 at 16:59, Dale Gallagher <dale.gallagher at gmail.com> wrote: > Hello > > I have 2.2.18 built with: > > ./configure \ > --prefix="$prefix" \ > --bindir="$pre...
2009 Oct 07
1
LAYOUT=fs still uses 'dot' prefixes for folders
...mail_location: maildir:/data/mail:LAYOUT=fs and expect, maildirs to actually use physical directories, such as: * Maildir/folder/ * Maildir/folder/subfolder/ but, autocreate at login creates folders using "dot" prefixes, e.g., cd /data/mail/Domains/my.domain.com/Accounts/test_account ls -1d .* ./ ../ .Drafts/ .Spam/ .Templates/ .Trash/ &, login via TBird, creating a folder "test", also creates .test/ a bug, or a misconfiguration?