Subversion Repositories sysadmin_scripts

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

#! /bin/bash

# script simply reads the output file created by imapsync.sh and gives
# some useful information
MYPATH=`dirname $0`
source $MYPATH/imapsync.include

echo Messages Transfered
grep -i 'messages transferred' $OUTPUT
echo Login
grep  -i 'Success login on' $OUTPUT