Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v72
  • v74
  • v73
  • v72
Login
  • Getting Started
  • Administrator documentation
  • Functional characteristics
  • Technology description
  • System requirements
  • Admin Panel
  • Platform installation
  • Platform configuration
    • Configuration file
    • Domain settings
    • LDAP access configuration
    • Sending Email via SMTP relay
    • Pixel and push domain configuration
    • Cluster and Replication Setup
    • System notifications configuration
    • Processes UNIX sockets configuration
    • HTTPS Configuration
    • External SQL database integration
    • Adding sender IP addresses
    • Deduplication request settings
    • PostgreSQL database for account data
    • Proxy server settings
    • Getting HTTP service statuses
    • Configuration MongoDB logs rotation
    • Configuration of system constants and directories
  • Platform maintenance
  • Custom channels guide
  • Extra
  • Processing HTTP/HTTPS traffic
  • Administrator API
This is documentation for Altcraft Platform v72. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Platform configuration
  • Domain settings
Documentation for version v72

Domain settings

This guide contains examples of records that should be added to your domains for better deliverability.

The following IP addresses are used as an example:

  • 192.168.0.1 — IPv4-address for web interface address;
  • 192.168.0.2 — IPv4-address for message tracking;
  • 192.168.0.3 — IPv4-address for website tracking;
  • 192.168.0.4 — IPv4-address for sender (AKMTA).

Web interface domain settings​

Choose a subdomain and add the following A record.

DomainRecord typeContents
altcraft.example.com.A192.168.0.1

Message tracking domain settings​

Choose a subdomain for your from-domain and add the following A record.

DomainRecord typeContents
trk.example.com.A192.168.0.2

You can use unlimited additional tracking domains. The settings will be the same - or you can use CNAME records.

Web site tracking domain settings​

Choose a subdomain and add the following A record.

DomainRecord typeContents
pxl.example.com.A192.168.0.3

You can use unlimited additional tracking domains. The settings will be the same - or you can use CNAME records.

Sender domain settings (AKMTA)​

Choose a domain or a subdomain and add the following records.

DomainRecord typeContents
mail.example.com.A192.168.0.4
4.0.168.192.in-addr.arpa.PTRmail.example.com.
example.com.MXmail.example.com.

SPF settings​

Sender Policy Framework (SPF) technology allows to verify that sender domain has not been faked. To make it work you need to add a special TXT record to your sending domain. It will allow only specified hosts to send messages using your domain.

We recommend to add records for different SPF versions:

DomainRecord typeContents
example.com.TXTv=spf1 include:mail.example.com -all
example.com.TXTspf2.0/pra include:mail.example.com -all
caution

Note that we recommend to use restricting rules where only the enlisted resources are allowed!

DKIM settings​

DomainKeys Identified Mail (DKIM) technology adds to your message a digital signature of your from-domain. The signature is automatically verified on the recipient side and hen it is used to manage sender reputation. The signature is technically an RSA key pair: the private part is built in sender infrastructure and the public part should be added to your domain as a special subdomain TXT record.

In Altcraft Administrative panel open Setup → Keys, then paste or generate a new DKIM:

DomainRecord typeContents
altcraft._domainkey.example.com.TXTv=DKIM1; k=rsa; p=AAAAB3NzaC1yc2EAAAADAQABAAABAQDLWvAVr5k+4nneMRKhUeb/yGjRBlpGu9CLXx4LJJb1dUZeNWBCbjpjN0P5hlXD3tyml8aBJdHWtudeBvauUmxoxIfrkQW6XNwiplAXB/2bsECd1k5lPRnWzGAt8WOVI/ztOITmykZGLz9BHFIQ8i+Zte6ORlwfNiFyTLE9VE4ubzwIaOWr95MTXwtqC+zXIVwPqjZ0FYs7Ij0PnUAx805AK0I+I/4Fb58HJ9hdMeMiMsVb3Sz+AWby208QQubkAVfm4Zf4/RjW6uBlc1pSwYKy0fq13fHb6VltVXE+Q+Cbj8tYLJHStTT8bCepOcgGsvBkw+8WiuYZBHOX6gn3L/+5
_domainkey.example.com.TXTo=-;
caution

Please note, that you can use one DKIM for one sender only.

DMARC settings​

DMARC technology allows mailing servers to decide what to do if SPF or DKIM verification fails.

Here we recommend to restrict messages sent from unknown IP addresses or signed incorrectly.

DomainRecord typeContents
_dmarc.example.com.TXTv=DMARC1; p=reject; sp=reject; mailto:report@example.com

You will get replies to report@example.com.

BIMI settings​

BIMI technology (Brand Indicators for Message Identification) is used along with SPF, DKIM and DMARC or identifying email sender by company brand logo, placed near the message subject in recipient's inbox. Email providers thus can additionally verify the sender.

To start using BIMI you will need an svg image, that is rectangular and has no extra layers.

Add the following record to your domain settings, specifying the svg file path:

DomainRecord typeContents
default._bimi.example.comTXTv=BIMI1; l=https://example.com/bimi/bimi.svg

You can also use BIMI record generator at https://bimigroup.org/bimi-generator/

Last updated on Nov 24, 2023
Previous
Configuration file
Next
LDAP access configuration
  • Web interface domain settings
  • Message tracking domain settings
  • Web site tracking domain settings
  • Sender domain settings (AKMTA)
  • SPF settings
  • DKIM settings
  • DMARC settings
  • BIMI settings
© 2015 - 2025 Altcraft, LLC. All rights reserved.