mesut85u2

  • Total activity 12
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by mesut85u2
  • mesut85u2 commented,

    It is working best, no problem... I am using that. thanks your helps.

  • mesut85u2 commented,

    I think i found the right code: find /home/{username}/mail/{domain.com}/{mail-user-name}/ -type d \( -name cur -o -name new \) -exec find {} -type f -delete \; example: username : sitenm domain: ...

  • mesut85u2 commented,

    I think i found the right code: find /home/{username}/mail/{domain.com}/{mail-user-name}/ -type d \( -name cur -o -name new \) -exec find {} -type f -delete \; example: username : sitenm domain: ...

  • mesut85u2 commented,

    Hi Kelvin, I had problems with the cron as the usage quota for mailbox wasn't being updated. My support ticket with cPanel resulted in the following bash script. You can call it anything you like,...

  • mesut85u2 commented,

    Hi :), The cronjob should delete the emails in "cur" directory without accessing the webmail. Please check if you have set the cron correctly. hi danrussell, my cron job code is: rm -rf /home/us...

  • mesut85u2 commented,

    Hi, I need one more help... All personels are using mail system, and all mails are forwarding personals' other mail address: for example, all mails are forwarding from main.address@domain.com to p...

  • mesut85u2 commented,

    thanks a lot for your help. and one more thing i found rm -rf /home/{username}/mail/{domain.com}/{mailusername}/.Sent/cur/* the bold part is important.

  • mesut85u2 commented,

    Ofcourse you can do this using cron. You can put below two commands in one file and set cron for that file. Suppose create /root/maildelete.txt. Put below commands in that file : rm -rf /home/{use...

  • mesut85u2 created a post,

    Where is sent mails storing?

    I want to delete sent mails with cron job. But i don't find sent folder in cPanel root. I add a screen shoot. Please help me. Where is sent folder? Only i want to know that.

  • mesut85u2 created a post,

    Deleting Mails with Cron ???

    Hi, I want to delete all mails once a day but i couldn't do it. I used this command: rm /home/{username}/mail/domain.net/test/cur/*">{domain.com}/{mailusername}/cur/* I deleted only inbox mails...