cd\imail
imail1 -u "validusernamefrom" -t "validusernameoraddressto" -s "Your Subject" -f d:\log\batch\mailuse.log
 
The above is pretty much the command line to use.  Just use valid username for the -u
and valid username or full e-mail address for the -t option.  And -f is the full path to the
file you want to send.  This file will be the body of the message in text format.
 
I pretty much have all my little log files that perform maintenance functions mailed
to me so I can know what was done and what was not done.  Better than digging
through the system later to realize that something did not work right.
 
As for the second question.  I have no clue.
 
Dusty
----- Original Message -----
From: Dan Nguyen
Sent: Saturday, January 29, 2000 2:45 AM
Subject: Re: [IMail Forum] Report on Mailbox Size of each user's account

Thanks Dusty.  2 things:
 
1.  How do you make imail1.exe to mail the mailuse.log.
2.  Does Imail plan to implement feature such as: "you are using n% of x MB allowed" just like in Yahoo mail when a user logs in?
 
Dan
 
P.S. Ipswitch, if you see this pls reply.  Thanx
-----Original Message-----
From: ## Dusty Carden <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Friday, January 28, 2000 7:52 PM
Subject: Re: [IMail Forum] Report on Mailbox Size of each user's account

I run a little batch each night using diruse.exe from the reskit.
Goes something like this...
 
@echo off
diruse -s -m -q:5 -l e:\imail\users
ren diruse.log mailuse.log
This only checks folders that exceed my usage limits. (5 MB).  You could
set the -q option for the maximum size desired.  If you have the reskit
type diruse /? at the command prompt for options.
I then have imail1.exe mail me the mailuse.log.
 
Dusty
 
----- Original Message -----
From: Dan Nguyen
Sent: Friday, January 28, 2000 8:41 PM
Subject: [IMail Forum] Report on Mailbox Size of each user's account

Does anyone know how to generate this report? I am using both Imail and
external database (Access) for user accounts.

thanks in advance,

Dan

Reply via email to