Hallo Gemeinschaft,
leider funktioniert mein offlineimap nicht wenn im Config-File mehrere Account konfiguriert sind:
[general] accounts = acc1, acc2, acc3 # acc1 [Account acc1] localrepository = Local remoterepository = Remote [Repository Local] type = Maildir localfolders = ~/Mail/acc1 [Repository Remote] type = IMAP remotehost = DOMAIN remoteuser = USER remotepass = PASS … hier genau das selbe nur für die anderen Accounts auch
Wenn in dem Konfigurationsfile nur ein Account steht funktioniert offlineimap korrect., nicht aber wenn mehrere in der Datei stehen. Auch wenn bei accounts = acc1 nur ein Account angeben ist und die anderen nicht beachtet werden sollten.
Fehlermeldung (jeweils für jeden Account):
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | Account sync acc1: ***** Processing account acc1 Copying folder structure from IMAP to Maildir Establishing connection to mail.znn.info:143. WARNING: Error occured attempting to sync account 'acc1': Traceback (most recent call last): File "/usr/lib/pymodules/python2.7/offlineimap/accounts.py", line 177, in syncrunner self.sync() File "/usr/lib/pymodules/python2.7/offlineimap/accounts.py", line 235, in sync remoterepos.syncfoldersto(localrepos, [statusrepos]) File "/usr/lib/pymodules/python2.7/offlineimap/repository/Base.py", line 124, in syncfoldersto srcfolders = src.getfolders() File "/usr/lib/pymodules/python2.7/offlineimap/repository/IMAP.py", line 276, in getfolders imapobj = self.imapserver.acquireconnection() File "/usr/lib/pymodules/python2.7/offlineimap/imapserver.py", line 256, in acquireconnection self.plainauth(imapobj) File "/usr/lib/pymodules/python2.7/offlineimap/imapserver.py", line 133, in plainauth imapobj.login(self.username, self.getpassword()) File "/usr/lib/pymodules/python2.7/offlineimap/imaplib2.py", line 793, in login self._deliver_exc(self.error, dat[-1], kw) File "/usr/lib/pymodules/python2.7/offlineimap/imaplib2.py", line 1356, in _deliver_exc raise exc(dat) error: Login failed. |
Ist das ein Bug?
Viele Grüße
Das wort