Important Notice:
Two sections of this forum are available only to registered customers. In order to receive access to the Customer Forums and ResellerCentral Forums, you must first register on these forums or login to your existing forum account. If you are an existing HostNine customer, be sure to register using the email address on file for your billing profile.
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Howdy:
Thanks in advance for taking the time to review this issue for me. I have a customer using joomla who has setup a cron job for one of joomla's many extensions. This cron job runs every minute and then drops an email in the accounts default email account stating the cron job ran. This has been running well over a year and there is something like 170,000 emails in that users default email box. So the question is: How do I delete the email from that email box server side? Thanks for any and all help. |
|
#2
|
|||
|
|||
|
Hello,
You have to login on your customers account and clear the email box from his cp. |
|
#3
|
|||
|
|||
|
I was looking for something a bit more command line / automated.
|
|
#4
|
|||
|
|||
|
You can do this with the following commands via SSH:
Code:
cd /home/USERNAMEHERE/mail/new;
find -type f -exec rm -f {} \;
cd /home/USERNAMEHERE/mail/cur;
find -type f -exec rm -f {} \;
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install on one server, get the correct ip in the email | zanass | WHMCS | 2 | 03-23-2011 06:35 AM |
| Server IP address in email | Flicanada | WHMCS | 3 | 07-14-2009 02:52 AM |
| Windows Server - Email Sending Help | britsenigma | Reseller Hosting | 6 | 04-30-2008 01:40 PM |
| Is H9 ever going to fix the server rejected email issues ? | gspark | Shared Web Hosting | 5 | 10-17-2007 09:19 PM |






Linear Mode

