Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guide iconUser guide
Developer guide iconDeveloper guide
Admin guide iconAdmin guide
English
  • Русский
  • English
Login
    Getting StartedAdministrator documentationFunctional characteristics
      Technology descriptionarrow
    • Architecture OverviewComponent Description
        Deployment schemesarrow
      • Basic schemeFail-safe schemeTypical Placement in Infrastructure
    System requirements
      Admin Panelarrow
      • Account areaarrow
        • Accountsarrow
        • Account UsersAccount Virtual SendersAccount Database Indexes
        TariffsExternal data configurationLDAPTasksSchedule JobsGlobal Stop ListsWebversion Store Policies
        Settingsarrow
      • Databases
          Accessarrow
        • AdminsAPI tokens
        Notifiers
          MTAarrow
        • Default rulesRetry rulesLock rulesBounce patternsStrategiesKeysISPsPools
      Nodes
        Sendersarrow
      • EmailSMSEvent generatorIntegration with SendsayENS: настройка сендера
        Reportsarrow
      • Audit JournalData Usage
        Toolsarrow
      • ARF decoderURL decoderSMID decoderLicense
      Platform installationarrow
    • Automatic installationManual installationRunning the platform in a Docker container
      Platform configurationarrow
    • Configuration fileDomain settingsLDAP access configurationSending Email via SMTP relayPixel and push domain configurationCluster and Replication SetupSystem notifications configurationProcesses UNIX sockets configurationHTTPS ConfigurationMigrating from MongoDB Community Edition to Percona Server for MongoDBAdding sender IP addressesDeduplication request settingsPostgreSQL database for account dataProxy server settingsKeycloak Integration with AltcraftGetting HTTP service statusesConfiguration MongoDB logs rotation
        Configuration of system constants and directoriesarrow
      • Filtering bot actionsDirectory of gender markers
      Platform maintenancearrow
    • Personnel requirementsPlatform maintenance processesPlatform updatingPlatform service monitoringBackup and recoveryTransferring the platform to a new serverCreating, deleting, and populating tables for statistics in ClickHouseUsage of the aktool utilityUsers and directories engaged by the platform
      Custom channels guidearrow
    • OverviewCreating and configuring a channelEntity field configurationTemplate languageEntities
        Pipesarrow
      • Pipe: Basic ConceptsResultErrorsLogPackUnpackHTTP RequestStore SetStore GetSelectorSQLEventerScheduler
        Pipelinesarrow
      • Pipeline: Basic ConceptsMessageScheduleListenerModerateStop
      Extraarrow
    • System page customizationSend Message IDИнструкция по миграции истории в ClickHouseInstructions for migrating history to ClickHouseUtility for importing push subscriptions to Firebase projectUtility for importing push subscriptions to Firebase project
    Processing HTTP/HTTPS traffic
      Administrator APIarrow
      • Accounts admin apiarrow
        • Restricted accessarrow
        • Account Activation and DeactivationAccount Freeze and Unfreeze
        Get accounts listAdd a new accountDelete the account
        Account usersarrow
      • Update an Existing AccountAdd a new accountDelete a userGet a list of usersSending a Welcome Email
        Nodesarrow
      • Synchronize node MTA configurationGet nodes listGet node MTA statusActivate node MTADeactivate node MTA
        Senders admin apiarrow
      • Create or update AKMTA senderGet AKMTA sender informationAssign account to senderGet senders listDelete senderRestore sender
          Sender queuearrow
        • Get sender queue informationHold sender queueRelease sender queueClear sender queue
        Virtual sendersarrow
      • Get virtual senders listGet virtual sender informationCreate virtual senderUpdate virtual senderClone virtual senderDelete virtual sender
    Documentation Archive
  • Platform configuration
  • System notifications configuration

System notifications configuration

Mailbox configuration​

To allow Altcraft MP to send weekly and daily reports, credentials changes and other email notifications, NOREPLY_MAILER object is configured in main.json file.

This configuration consists of SMTP access credentials for notifications mailbox. If you do not have a dedicated mailbox, ask your system administrator to create one like altcraft@example.com, where example.com is your corporate email domain.

This configuration may be different depending on your email server type:

{
"NOREPLY_MAILER": {
"email": "altcraft@example.com",
"login": "altcraft@example.com",
"pass": "xeiT9oL8We",
"port": 587,
"server": "mail.example.com"
}
}

Mailbox parameters:​

ParameterTypeRequiredDescription
serverstringYesEmail server domain
portintNoPort. By default - 25
emailstringYesEmail address
loginstring*Email server username, often the same as email address
passstringNoEmail server password
helostringNoEmail server greeting mode. By default - PTR record
insecureboolNoDisable SSL сcertificate verification. By default - false
force_no_sslboolNoDisable SSL including standard ports. By default - false

You can ignore "login" parameter if you are sending to an open mail relay.

Notifications configuration​

System notifications are configured by several main.json parameters.

The default values are the following:

"NOTIFICATION" {
"HARDBOUNCES_WARNING_PERCENT": 1,
"SOFTBOUNCES_WARNING_PERCENT": 30,
"COMPLAINS_WARNING_PERCENT": 0.07,
"PERFOMANCE_WARNING_PERCENT": 90,
"SELECT_INTERVAL_HOURS": 1,
"NOTIFY_INTERVAL_HOURS": 12,
"MINIMAL_DIVIDER": 1000
}

Notification parameters​

ParameterDescription
HARDBOUNCES_WARNING_PERCENT
SOFTBOUNCES_WARNING_PERCENT
COMPLAINS_WARNING_PERCENT
Define Hard bounces, Soft bounces and Complaints warning thresholds.

By default – 1, 30 and 0.07.
PERFOMANCE_WARNING_PERCENTDefines the threshold for triggering a notification when the message delivery rate drops (in percentage terms).

By default – 90.
SELECT_INTERVAL_HOURSAssessment time interval for data aggregation.

By default – 1 hour. Maximum – 24 hours.
NOTIFY_INTERVAL_HOURSDuplicated notifications time interval.

By default – 12 hours (If the same problem occurs within 12 hours - no new notification will be sent).
MINIMAL_DIVIDERMinimum deliveries number to aggregate statistics.

By default – 1000.
Last updated on Apr 27, 2023
Previous
Cluster and Replication Setup
Next
Processes UNIX sockets configuration
  • Mailbox configuration
  • Mailbox parameters:
  • Notifications configuration
  • Notification parameters
© 2015 - 2026 Altcraft, LLC. All rights reserved.