Problem Imapsync

stehlampe

New Member
Hallo!
Ich habe hier eine VM mit debian5 und ISPconfig. Diese soll alle IMAP-Postfächer mittels imapsync sichern. Bei den Postfächern in einem Hosting-Paket (strato) klappt das, bei den Postfächern auf einem Root-Server mit der gleichen Syntax nicht. Er bricht den Vorgang mit


PHP:
Error login : [mail.domain.de] with user [test@domain.de] auth [LOGIN] : Socket closed while reading data from server.

ab.


PHP:
imapsync --host1 mail.domain.de --user1 test@domain.de --password1 wurstbrot --host2 domain.local --user2 name@domain.local --password2 wurstbrot

$RCSfile: imapsync,v $ $Revision: 1.252 $ $Date: 2008/05/08 02:30:17 $
Here is a [linux] system (Linux ispconfig.local 2.6.26-2-686 #1 SMP Wed Aug 19 06:06:52 UTC 2009 i686)
with perl 5.10.0 and the module Mail::IMAPClient version used here is 2.2.9
Command line used :
/usr/bin/imapsync --host1 mail.domain.de --user1 test@domain.de --password1 wurstbrot --host2 domain.local --user2 name@domain.local --password2 wurstbrot
Turned ON syncinternaldates, will set the internal dates on host2 same as host1.
TimeZone :[CEST]
Will try to use CRAM-MD5 authentication on host1
Will try to use CRAM-MD5 authentication on host2
From imap server [mail.domain.de] port [143] user [test@domain.de]
To   imap server [domain.local] port [143] user [name@domain.local]
Banner : * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc.  See COPYING for distribution information.
Host mail.domain.de says it has NO CAPABILITY for AUTHENTICATE CRAM-MD5
Error login : [mail.domain.de] with user [test@domain.de] auth [CRAM-MD5]: Socket closed while reading data from server.

Trying LOGIN Auth mechanism on [mail.domain.de] with user [test@domain.de]
Error login : [mail.domain.de] with user [test@domain.de] auth [LOGIN] : Socket closed while reading data from server.

Leider habe ich im Netz keine passende Info zu diesem Problem gefunden und vielleicht hat jemand hier schon einmal vor einem ähnlichen problem gestanden.

Vielen Dank,

S#
 
Hallo!
Danske für deinen Hinweis, doch leider hat der nicht zum Erfolg geführt. Die Fehlermeldung ist die gleiche.

Auch bei anderen E-Mail-Konten das gleiche Problem.

Vielleicht noch jemand eine Idee?

S#
 
Code:
Host mail.domain.de says it has NO CAPABILITY for AUTHENTICATE CRAM-MD5
Wohlmöglich musst Du PLAIN anstelle von CRAM-MD5 verwenden.

EDIT: Whistler war schneller...
 
Last edited by a moderator:
Super Männers!

Ich muss diesen Parameter in der manpage wohl überlesen haben... Jetzt klappt alles!

Vielen Dank!

S#
 
Back
Top