Browse Source

Added noreleasecheck parameter

hunter-nl 6 years ago
parent
commit
4ebc871966
1 changed files with 2 additions and 1 deletions
  1. 2 1
      data/Dockerfiles/dovecot/imapsync_cron.pl

+ 2 - 1
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 = ?");