Changement des noms de fichiers pour être plus génériques
This commit is contained in:
parent
1c00bc8112
commit
1e95327d46
@ -6,7 +6,7 @@ IMAPSYNC_BIN=/usr/bin/kopano-migration-imap
|
||||
# --host1 test1.lamiral.info --user1 test1 --password1 secret1 \
|
||||
# --host2 test2.lamiral.info --user2 test2 --password2 secret2
|
||||
|
||||
cat mig_blorand.csv | grep -v '^#' | while read line ; do
|
||||
cat mig_mailbox.csv | grep -v '^#' | while read line ; do
|
||||
ORIG_IMAP_SRV=`echo $line | awk -F':' '{ print $1 }'`
|
||||
ORIG_IMAP_LOGIN=`echo $line | awk -F':' '{ print $2 }'`
|
||||
ORIG_IMAP_PASS=`echo $line | awk -F':' '{ print $3 }'`
|
||||
|
Loading…
Reference in New Issue
Block a user