Displaying 2 results from an estimated 2 matches for "complete_hom".
Did you mean:
complete_home
2015 Mar 09
0
Outlook 2013/2010 nightmare #2
...econd script is used to
redo the .subscriptions file if the contents of the 'mail' directory change.
You may need to mod these but I have a cron running as root to do this.
Script 1 (mail_root_enforce):
=----------------------------------------------------------------------------------=
COMPLETE_HOME=/u/home
cd ${COMPLETE_HOME}
for USERHOME in *
do
ls -d ${USERHOME}/mail/mail? | while read CHECKME
do
JUST_CHECKME=`basename ${CHECKME}`
if [ -d ${CHECKME} -a -L ${CHECKME} ]
then
#echo "${CHECKME} is ok"
:
else
echo "${...
2015 Mar 10
2
Outlook 2013/2010 nightmare #2
...#39;mail' directory
>> change.
>>
>> You may need to mod these but I have a cron running as root to do this.
>>
>> Script 1 (mail_root_enforce):
>>
>> =----------------------------------------------------------------------------------=
>>
>> COMPLETE_HOME=/u/home
>> cd ${COMPLETE_HOME}
>>
>> for USERHOME in *
>> do
>> ls -d ${USERHOME}/mail/mail? | while read CHECKME
>> do
>> JUST_CHECKME=`basename ${CHECKME}`
>> if [ -d ${CHECKME} -a -L ${CHECKME} ]
>> then
>>...