marciohumpris
Posts: 274
Score: 0
Joined: 5/1/2008
Status: offline
|
Hi, Coulder users.exe is old :) Now its tool.exe in latest Meraks, which lets you manage domains and accounts. If youre using users.exe, you have to check, but its similar. You need to set the type of account (see all constants in merak/api/delphi/apiconst.as). See: ////////////// // Accounts // ////////////// Const // Accounts shared U_Type = $00; // Int Account type // 0 - User // 1 - Mailing list // 2 - Executable // 3 - Notification // 4 - Static Route // 5 - Catalog // 6 - List server // 7 - User group Example: C:\Merak>tool create account mailing@icewarpdemo.com u_type 1 Account mailing@icewarpdemo.com created. regards, Marcio
|