> Thanks, Sandy, that worked great.

Cool.

> I  am going to try your batch suggestion using domlist.exe next, and
> then I will tackle ldap2aliases.

For  DOMLIST,  the  data needs a little massaging. Try this in a batch
file:

    del /q domlist_*.txt

    domlist -list > domlist_step1.txt

    find "Domain:" domlist_step1.txt> domlist_step2.txt

    for /f "tokens=2 skip=2" %%i in (domlist_step2.txt) do @echo %%i>>
    domlist_final.txt

This  ain't  too  cute, but domlist_final.txt will have a list of your
virtual hosts when it's done.

--Sandy


------------------------------------
Sanford Whiteman, Chief Technologist
Broadleaf Systems, a division of
Cypress Integrated Systems, Inc.
e-mail: [EMAIL PROTECTED]

SpamAssassin plugs into Declude!
  http://www.mailmage.com/products/software/freeutils/SPAMC32/download/release/

Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases!
  
http://www.mailmage.com/products/software/freeutils/exchange2aliases/download/release/
  http://www.mailmage.com/products/software/freeutils/ldap2aliases/download/release/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to