diff -r 219322acb284 -r fba909f76790 cyrus-migrate.pl --- a/cyrus-migrate.pl Thu Jun 11 12:37:22 2009 +0200 +++ b/cyrus-migrate.pl Fri Jun 12 15:07:44 2009 +0200 @@ -55,7 +55,7 @@ my $db_pass = undef; my $imap_from_host = "pu.schlittermann.de"; -my $imap_to_host = "cyrus.schlittermann.de"; +my $imap_to_host = "pop.net.schlittermann.de"; my $opt_dry = 0; my $opt_skip = 0; @@ -104,7 +104,7 @@ $imapsync_options .= " --dry" if $opt_dry; my $logfile = "$opt_logdir/$mailbox.log"; - my $cmd = sprintf( "imapsync %s --ssl1 --ssl2 --subscribed --subscribe" + my $cmd = sprintf( "imapsync %s --ssl1 --ssl2 --subscribe" . " --host1 %s --host2 %s" . " --user1 %s --user2 %s --password1 %s --password2 %s > %s", $imapsync_options, $imap_from_host, $imap_to_host,