Create Mailinglist with users.exe (Full Version)

All Forums >> [IceWarp Product Configuration] >> IceWarp Mail Server Configuration



Message


coulder -> Create Mailinglist with users.exe (10/3/2008 8:23:31 AM)

hi.

please i need create mailing list with users.exe. this command by default always creates a new account.
thanks[:D]




marciohumpris -> RE: Create Mailinglist with users.exe (10/18/2008 3:52:22 AM)

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




Page: [1]



2001 - 2008 © IceWarp