Your message dated Sun, 29 Apr 2012 20:44:15 +0100
with message-id <[email protected]>
and subject line Your bug (maybe) has been fixed!
has caused the Debian Bug report #618551,
regarding offlineimap: [IMAP<->IMAP] IOError: [Errno 32] Broken pipe
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
618551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618551
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: offlineimap
Version: 6.3.2~rc3-2
Severity: normal

Hi there!

Recently, I changed my OfflineIMAP configuration and moved to
synchronise two IMAP servers because of Gnus not really supporting
Maildir [1], and followed Roland Mas's blog post at [2].

[1] <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8055>
[2] 
<http://roland.entierement.nu/blog/2010/09/08/gnus-dovecot-offlineimap-search-a-howto.html>

While the previous configuration worked with no problems in autorefresh
mode, the new one always gives the error below:
=====
luca.capello@gismo:~$ offlineimap -u Curses.Blinkenlights
[...]
Syncing support.it.Vola: IMAP -> MappedIMAP
Scanning folder [MappedIMAP/support.it.Vola]
Scanning folder [IMAP/support.it.Vola]
Syncing support.it.ZaLab: IMAP -> MappedIMAP
Scanning folder [MappedIMAP/support.it.ZaLab]
Scanning folder [IMAP/support.it.ZaLab]
Next sync in 30:00
2: [active]      *Control: .
***** Finished processing account PcaHome
Copying folder structure from IMAP to MappedIMAP
Establishing connection to home.pca.it:993.
WARNING: Error occured attempting to sync account PcaHome: Traceback (most 
recent call last):
  File "/usr/lib/pymodules/python2.6/offlineimap/accounts.py", line 206, in 
syncrunner
    self.sync(siglistener)
  File "/usr/lib/pymodules/python2.6/offlineimap/accounts.py", line 245, in sync
    remoterepos.syncfoldersto(localrepos, [statusrepos])
  File "/usr/lib/pymodules/python2.6/offlineimap/repository/Base.py", line 143, 
in syncfoldersto
    destfolders = dest.getfolders()
  File "/usr/lib/pymodules/python2.6/offlineimap/repository/IMAP.py", line 238, 
in getfolders
    listresult = listfunction(directory = self.imapserver.reference)[1]
  File "/usr/lib/python2.6/imaplib.py", line 487, in list
    typ, dat = self._simple_command(name, directory, pattern)
  File "/usr/lib/python2.6/imaplib.py", line 1060, in _simple_command
    return self._command_complete(name, self._command(name, *args))
  File "/usr/lib/python2.6/imaplib.py", line 850, in _command
    self.send('%s%s' % (data, CRLF))
  File "/usr/lib/pymodules/python2.6/offlineimap/imaplibutil.py", line 58, in 
send
    self.outfd.write(data)
IOError: [Errno 32] Broken pipe

Next sync in 30:00
1: [  0:10]       PcaHome: imap(luca.capello): Info: Disconnected for 
inactivity bytes=228496/11784489

luca.capello@gismo:~$
=====

Beside having a local IMAP server now, the other difference is that the
user above comes from an LDAP server, with group 513/'Domain Users' [3],
the default RID for all Windows users [4].  My ~/.offlineimaprc is
included below.

[3] 
<http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/groupmapping.html#WKURIDS>
[4] not mapping this group to the UNIX 'users' one was my fault and it
    will be eventually done

Thx, bye,
Gismo / Luca

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages offlineimap depends on:
ii  python                  2.6.6-3+squeeze5 interactive high-level object-orie
ii  python-support          1.0.11           automated rebuilding support for P

offlineimap recommends no packages.

Versions of packages offlineimap suggests:
ii  doc-base                      0.10.1     utilities to manage online documen
pn  python-kerberos               <none>     (no description available)

-- no debconf information

# -*- mode: conf -*-


[general]
### <http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html>
metadata = ~/.local/share/offlineimap
accounts = PcaHome

[mbnames]
enabled = no
filename = ~/.mutt_mailboxes
header = "mailboxes "
peritem = "+%(accountname)s/%(foldername)s"
sep = " "
footer = "\n"

[Account PcaHome]
# localrepository = MaildirHome
localrepository = LocalImap
remoterepository = PcaHomeImaps
autorefresh = 30
quick = 3

# [Repository MaildirHome]
# type = Maildir
# localfolders = ~/Maildir
# sep = .
# ### useful for SSDs
# restoreatime = no

[Repository LocalImap]
type = IMAP
preauthtunnel = MAIL=maildir:$HOME/Maildir /usr/lib/dovecot/imap
holdconnectionopen = yes

[Repository PcaHomeImaps]
type = IMAP
ssl = yes
remotehost = home.pca.it
remoteuser = luca.capello

## <http://wiki.dovecot.org/MailLocation/Maildir>
## Dovecot by default uses Maildir++ directory layout. This means
## that all mailboxes are stored in a single directory and prefixed
## with a dot (Maildir/.folder.subfolder).
## 
<http://news.gmane.org/find-root.php?message_id=%3c20051005151034.GB12989%40excelhustler.com%3e>
# Using Courier remotely and want to duplicate its mailbox naming
# locally?  Try this:
#
### using a local Dovecot server this is not needed, given that the
### folder are already in Maildir++ format
### with 'type = Maildir', check <http://bugs.debian.org/499755>
# nametrans = lambda foldername: re.sub('^INBOX\.*', '.', foldername)

### temporary hack for problems with lists.Debian.devel.2007
### <http://bugs.debian.org/604981>
folderfilter = lambda foldername: foldername not in 
['lists.Debian.devel.general.2007']

Attachment: pgpzfakK00zQu.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 6.5.3.1-1

The upstream author has indicated [0] that your bug may have potentially
been fixed in 6.4.0 release.

6.5.3.1 has been recently uploaded into debian sid.

Please try this new release. From quick testing it appears to have
solved many issues.

If you still encounter your or new bugs, please either reopen or file
new bugs as appropriate.

[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626417#41

-- 
Regards,
Dmitrijs.

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to