This commit is contained in:
2026-04-15 14:28:28 -05:00
parent 1e1265ef1b
commit 081a0fad4b

View File

@@ -32,10 +32,10 @@ run_sync_jobs() {
echo "[$(date)] Syncing $email -> $LOGFILE" >> "batch_master_${TIMESTAMP}.log"
# Führe Docker imapsync für den aktuellen User aus
docker run --rm -i gilleslamiral/imapsync imapsync \
docker run --rm gilleslamiral/imapsync imapsync \
--host1 "$HOST1" --user1 "$email" --password1 "$password" --ssl1 \
--host2 "$HOST2" --user2 "$email" --password2 "$password" --ssl2 \
--automap > "$LOGFILE" 2>&1
--automap > "$LOGFILE" 2>&1 < /dev/null
done < "$CSV_FILE"