IMAP Postfach migrieren: Unterschied zwischen den Versionen

Aus Andor2Wiki
Wechseln zu: Navigation, Suche
 
Zeile 1: Zeile 1:
 
Das Zauberwort heißt "imapsync" und ist normalerweise im Paketmanager enthalten:
 
Das Zauberwort heißt "imapsync" und ist normalerweise im Paketmanager enthalten:
imapsync --skipsize --useheader subject --useheader date --noauthmd5 --host1 imap.quelldomain.de --user1 <username> --password1 <passwort> --host2 mail.zieldomain.de --user2 <username> --password2 <passwort>
 
  +
<pre width=150>
 
imapsync --skipsize --useheader subject --useheader date --noauthmd5 --host1 imap.quelldomain.de --user1 <username> --password1 <passwort> --host2 mail.zieldomain.de --user2 <username> --password2 <passwort>
  +
</pre>

Aktuelle Version vom 19. Februar 2011, 01:08 Uhr

Das Zauberwort heißt "imapsync" und ist normalerweise im Paketmanager enthalten:

 
imapsync --skipsize --useheader subject --useheader date --noauthmd5 --host1 imap.quelldomain.de --user1 <username> --password1 <passwort> --host2 mail.zieldomain.de --user2 <username> --password2 <passwort>