You could use makelist.exe

makelist > alluser.lst

would give you a list of all users in the primary domain.

Or, if you are adding users with adduser you could actually
write the users to a list with a batch.

letsadd joebob password Joe Bob

[letsadd.bat]
adduser -u %1 -h mail.hostname.com -n "%3 %4" -p %2
echo %1@hostname>alluser.lst

Would add the user "joebob" to mail.hostname.com then
append their name to the end of alluser.lst.

Dusty

 ----- Original Message -----
From: jmtexier <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 01, 1999 5:13 PM
Subject: [IMail Forum] Automatic "all-users list"


> Hi guys...
>
> I'm new on this forum, we are actually using the IMail 5.04 version and I
have a question for U :
>
> Is there any possiblity to create a list of all the users for a given
domain name.
>
> I mean that I wish as soon as I am adding a user into domain1.com to add
it to my list [EMAIL PROTECTED]
> in order to keep a private list of all the users...
>
> Hope my question is clear enough as my english is a <frenchy>english (hug
!...)
>
>
> Thanks,
> Jean-Michel.
>
>
> =============================================
> Telecom Vanuatu Limited
> www.tvl.net
> =============================================
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>

Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to