Parameters for throtlling

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

ramesh
Posts: 19
Joined: Tue Feb 07, 2012 2:51 pm

Parameters for throtlling

Post by ramesh »

Hi All,

I don't find "Show parameters for throttling of delivery speed" in section of mailing user rights settings list.
how to enable this parameter due to which i am not able change Blocksize and Stepping.

I cannot find a reference to this in the docs.
Thanks, in advance

Regards,
Ramesh
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Parameters for throtlling

Post by maschoff »

Which version of OpenEMM do you use?
OpenEMM Maintainer
ramesh
Posts: 19
Joined: Tue Feb 07, 2012 2:51 pm

Re: Parameters for throtlling

Post by ramesh »

Hi Maschoff,

I am using OpenEMM-2011.

Regards,
Ramesh
maschoff
Site Admin
Posts: 2596
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Re: Parameters for throtlling

Post by maschoff »

This feature is included in OpenEMM 2011. Go to menu Administration -> menu item User -> select your admin user -> tab User rights -> expand section Mailing -> check box "Show parameters for throttling of delivery speed".

If this feature is not visible your account is missing the permission "mailing.send.admin.options". You can set this permission manually in the database. If you want to set it globally for all accounts use

Code: Select all

INSERT INTO `admin_group_permission_tbl` (`admin_group_id`, `security_token`) VALUES (4, 'mailing.send.admin.options');
OpenEMM Maintainer
ramesh
Posts: 19
Joined: Tue Feb 07, 2012 2:51 pm

Re: Parameters for throtlling

Post by ramesh »

Hi Maschoff,

Feature is not visible, so i set permission manually globally for all accounts in data base, now admin_group_permission_tbl shows mailing.send.admin.options, after restarting mysql and openemm service, still this feature is not visible in user rights.

Anything i need to do, to enable this feature.

Regards,
Ramesh
ramesh
Posts: 19
Joined: Tue Feb 07, 2012 2:51 pm

Re: Parameters for throtlling

Post by ramesh »

Hi Maschoff,

Feature is visible now by adding following...

INSERT INTO `admin_permission_tbl` (`admin_id`, `security_token`) VALUES (8, 'mailing.send.admin.options');

Thank you very much for your support.

Regards,
Ramesh
Post Reply