It's not pretty, but for a bulk load this worked for us...
The idea was to create the IPless virtual domains, create an initial
account, and add a nobody alias.
There was one more utility (I can't find it) that updated the registry for
each of these users, setting their privs to 'host admin'.
The user was then responsible for creating the additional email accounts.
buildall.bat
call doit.bat 0001 domain1.com domain1 username1 password2
call doit.bat 0002 domain2.com domain2 username2 password2
call doit.bat 0003 domain3.com domain3 username3 password3
etc...
doit.bat
rem Virtserver = %1, Hostname = %2, Directory = %3, Username = %4, Password
= %5
md e:\imail\%3
c:\imail\addomain -i$VIRTUAL%1 -h%2 -uIM -te:\imail\%3
c:\imail\adduser -h %2 -n "Host Administrator" -u %4 -p %5
c:\imail\addalias -h %2 -m nobody=%4@%2
rem Now update a text file so we know where where we left off
echo %2 > c:\imail\virtual.txt
-----Original Message-----
From: Kenneth Rice <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, July 07, 1999 8:28 AM
Subject: [IMail Forum] Adding more than 999 Virtual-IP-Less Domains
>I saw an article in IPSwitch's KB but can't locate it and I want to add
more
>than 999 Virtual-IP-Less Domains.. can someone please tell me how to go
>about this??
>
>Kenny Rice
>Senior NT Systems Administrator
>Sage Networks, Inc.
>Interliant, Inc.
>(770) 673-2264
>[EMAIL PROTECTED]
>
>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.