Skip to content

Commit

Permalink
Merge branch 'main' into sdl-6895-timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
stephdl authored May 13, 2024
2 parents 3436481 + a09467b commit 1e18f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imageroot/bin/import-emails
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if providers:

subprocess.run([
'/usr/bin/podman', 'exec', '-w', '/var/piler/imap', '-u', 'piler', 'piler-app',
'/usr/bin/pilerimport', timestamp , '-i', ip_address, '-u', f'{user}*vmail', '-p', password, '-P', '993'
'/usr/bin/pilerimport', '-Z', '200', timestamp , '-i', ip_address, '-u', f'{user}*vmail', '-p', password, '-P', '993'
])
except Exception as e:
print(f"### Error to import {user} to {os.environ['MODULE_ID']}: {e}", file=sys.stderr)
Expand Down

0 comments on commit 1e18f49

Please sign in to comment.