diff --git a/data/Dockerfiles/dovecot/imapsync_cron.pl b/data/Dockerfiles/dovecot/imapsync_cron.pl index d47994211..8bc3d976b 100644 --- a/data/Dockerfiles/dovecot/imapsync_cron.pl +++ b/data/Dockerfiles/dovecot/imapsync_cron.pl @@ -145,7 +145,8 @@ while ($row = $sth->fetchrow_arrayref()) { "--host2", "localhost", "--user2", $user2 . '*' . trim($master_user), "--passfile2", $passfile2->filename, - '--no-modulesversion']; + '--no-modulesversion', + '--noreleasecheck']; try { $is_running = $dbh->prepare("UPDATE imapsync SET is_running = 1 WHERE id = ?");