First create a test mail account with the domain persist the issue.
Eg, Domain name Unni.com
/scripts/addpop test@unni.com
Then tail -f /var/log/exim_maillog, then sent a mail and check the result.
Also check it by sent the mail from the test mail a/c
Migration script for particular accounts selected.
==================================================
for i in `cat /root/file`;do /scripts/pkgacct $i;scp -p 22 cpmove-$i.tar.gz root@50.22.177.242:/home;ssh root@50.22.177.242 /scripts/restorepkg $i;done
Where , we need to give the account names in the /root/file dirctory, which are need to be restored.