Skip Navigation

Configure email throttling

The 
OPM
 plug-in supports throttling by limiting the number of emails sent per second at both the account and relay levels.
  1. In the 
    NDS
     console, navigate to 
    Management
     > 
    Configuration
    .
  2. Open 
    nds.plugins.opm.accountConfig
     and locate the account by account ID.
  3. Change the following values:
    Parameter
    Description
    Value
    (OpmConfig | listAccountConfig | AccountConfig) <accountThrottle>
    Specifies the system wide throughput limit.
    0: no limit
    m
    : Where 
    m
     is the max number of mails per second that can be sent.
    (OpmConfig | listAccountConfig | AccountConfig) < targetThrottle >
    Specifies the throughput limit set for each target email domain.
    0: no limit
    m
    : Where 
    m
     is the max number of mails per second that can be sent.
    (OpmConfig | senderConfig | relayConfigs) <throttle>
    Specifies the throughput limit set for the relay.
    0: no limit
    m
    : Where 
    m
     is the max number of mails per second that can be sent.
  4. Click 
    Save
    .