on destination go to folder what needs to be migrated
this works if email have same path
CT-109172-bash-4.1# scp -rp root@8…9:`pwd`/* ./; chown -R popuser.popuser *
Archive for June, 2013
before:
# head FormMail.pl
#!/usr/bin/perl
##############################################################################
after:
# head FormMail.pl
#!/usr/bin/perl -wT
##############################################################################
not exactly sure why, but perl w/o this 2 variables does not work called from execve