Someone please help me
Situation: I send newsletters out and its not working at all, before is was staggering, but now, nothing is being sent.
I repaired the exim (used: exim -bp | grep \< | awk '{print $3}' | xargs exim -Mrm ) to clear the emails
Normally this helps and takes out all the clutter.
So i had softlayer look into it and we both can see that between the New & Cur folders there is 68gbs stored.
Softlayer will not remove the files and gave me a few scripts.
(cd /home/hiphop/mail/new && rm -rf * AND cd /home/hiphop/mail/cur && rm -rf *)
These didnt work at all, the time out and say -bash: /bin/rm: Argument list too long
I think this its because of the SIZE of the folders. I tried to go in with Transmit, then Fugu, Nothing.
Softlayer is refusing to help with removal, last coding they sent doesn't work either.
(find /home/hiphop/mail/new/ -type f -exec rm -rfv {} \; AND find /home/hiphop/mail/cur/ -type f -exec rm -rfv {} \
Please can someone help me figure this out. I really need to get my newsletter up and running again.
Situation: I send newsletters out and its not working at all, before is was staggering, but now, nothing is being sent.
I repaired the exim (used: exim -bp | grep \< | awk '{print $3}' | xargs exim -Mrm ) to clear the emails
Normally this helps and takes out all the clutter.
So i had softlayer look into it and we both can see that between the New & Cur folders there is 68gbs stored.
Softlayer will not remove the files and gave me a few scripts.
(cd /home/hiphop/mail/new && rm -rf * AND cd /home/hiphop/mail/cur && rm -rf *)
These didnt work at all, the time out and say -bash: /bin/rm: Argument list too long
I think this its because of the SIZE of the folders. I tried to go in with Transmit, then Fugu, Nothing.
Softlayer is refusing to help with removal, last coding they sent doesn't work either.
(find /home/hiphop/mail/new/ -type f -exec rm -rfv {} \; AND find /home/hiphop/mail/cur/ -type f -exec rm -rfv {} \
Please can someone help me figure this out. I really need to get my newsletter up and running again.