TrivapostGuide
Trivapost Business Email

Company email you manage yourself

This guide is for domain administrators: from the first login and DNS setup to creating mailboxes, moving old email, and sending OTP codes from your application.

  • Server: mx1.trivapost.com
  • IMAP 993 · SMTP 465 / 587
  • Example domain in this guide: yourcompany.com

01Quick start

Once your domain is registered, Trivapost sends an onboarding summary with the domain administrator username, an initial password (sent only once), your plan (mailboxes, quota, sending limit) and the DNS records to add.

  1. Sign in to the domain panel. Open mx1.trivapost.com/domainadmin/ and sign in with the tp-… username and the initial password.
  2. Change the password. On the panel home page, open Change password. Use at least 14 characters and keep it in your company password manager.
  3. Turn on two-factor authentication (2FA). On the same page choose Two-factor authenticationTime-based OTP, scan the QR code with Google Authenticator, Authy or 1Password, and enter the 6-digit code.
  4. Add the DNS records at your domain's DNS provider (see section 2).
  5. Create mailboxes for staff and one no-reply@ address for OTP (see section 3).
  6. Move existing email if you have any, then point MX to Trivapost (see section 4).

Three addresses to remember

ForAddressUsed by
Domain panelmx1.trivapost.com/domainadmin/Domain administrators (IT team)
Account settingsmx1.trivapost.comEach mailbox owner: app passwords, spam filter, personal sync jobs
Webmailwebmail.trivapost.com/SOGo/All staff: read & send email, calendar, contacts

What you can and cannot change in the panel

You manageManaged by Trivapost (contact support)
Create, edit, deactivate and delete mailboxes · aliases · sync jobs (migration) · spam quarantine · spam policy & filters · app passwords · per-mailbox protocol access · BCC maps (archiving) · domain description · webmail access Hourly sending limit · plan mailbox count & total quota · alias domains · relaying through other servers · resetting domain admin 2FA

02Connect your domain (DNS)

Add the records below at your domain's DNS provider (Cloudflare, your registrar, or an internal DNS server). The DKIM value is unique to your domain — copy it exactly from the onboarding summary or from the panel: E-MailConfigurationDomainsDNS.

TypeName / hostValuePurpose
MX@mx1.trivapost.com · priority 10Incoming mail. Add it last when moving existing email.
TXT@v=spf1 include:_spf.trivapost.com -allSPF: servers allowed to send for the domain.
TXTdkim._domainkeyv=DKIM1;k=rsa;t=s;s=email;p=MIIB…Digital signature. Copy the full value from the panel.
TXT_dmarcv=DMARC1; p=none; rua=mailto:postmaster@yourcompany.com; fo=1Policy when SPF/DKIM fail.
CNAMEautodiscovermx1.trivapost.comOutlook automatic setup.
CNAMEautoconfigmx1.trivapost.comThunderbird automatic setup.
SRV_autodiscover._tcp0 1 443 mx1.trivapost.comOptional; helps email apps find the server.
SRV_imaps._tcp0 1 993 mx1.trivapost.com
SRV_submissions._tcp0 1 465 mx1.trivapost.com
SRV_submission._tcp0 1 587 mx1.trivapost.com
Only one SPF record is allowed

If the domain also sends through another service (a ticketing tool or CRM, for example), combine them in one record: v=spf1 include:_spf.trivapost.com include:other-service.com -all. Two separate v=spf1 records make SPF fail.

Using Cloudflare?

The autodiscover and autoconfig CNAME records must be DNS only (grey cloud), not Proxied.

Checking your records

The easiest way: in the panel open E-MailConfigurationDomains and click the DNS button next to your domain. Correct records are marked green. DNS changes usually show up within 5–60 minutes.

From a terminal:

Linux / macOS
dig +short MX yourcompany.com
dig +short TXT yourcompany.com
dig +short TXT dkim._domainkey.yourcompany.com
dig +short TXT _dmarc.yourcompany.com
Windows
nslookup -type=mx yourcompany.com 1.1.1.1
nslookup -type=txt dkim._domainkey.yourcompany.com 1.1.1.1

Tightening DMARC step by step

  1. Weeks 1–4: p=none — monitoring only. Reports go to the rua address; create a postmaster@ mailbox or alias so they are not rejected.
  2. Once every legitimate sender passes SPF/DKIM: p=quarantine — forged mail lands in the recipient's spam folder.
  3. Final stage: p=reject — forged mail using your domain is refused. This matters for payment companies, whose names are popular with phishers.

03Mailboxes & aliases

Creating a mailbox

  1. Open E-MailConfigurationMailboxes and click Add mailbox.
  2. Enter the Username (the part before @, e.g. jane), choose the domain, and fill in Full name.
  3. Set the Quota (up to your plan, e.g. 10240 MiB = 10 GB).
  4. Set a strong password or use the generator icon. Hand it to the employee over a secure channel, not by email to the same mailbox.
  5. Click Add. The mailbox works in webmail and email apps right away.

If you have reached your plan's mailbox count, the panel refuses new mailboxes. Remove unused ones or contact us to upgrade.

Everyday tasks

TaskHow
Reset a staff passwordMailboxesEdit on the mailbox, enter a new password.
Employee leavesDeactivate first (turn off EditActive) so old mail is kept. Forward new mail to a manager with an alias if needed. Delete once the data is secured.
Extra addresses (info@, billing@)AliasesAdd alias: enter the alias and its destination (several mailboxes allowed, comma-separated).
Forwarding outsideCreate an alias whose destination is an external address. Careful: forwarding spam to Gmail hurts reputation.
Archive copies (compliance)BCCAdd BCC map: all mail to/from an address is copied to an archive mailbox.
Review held messagesQuarantine: release legitimate mail or delete dangerous mail.
Avoid catch-all

An @yourcompany.com alias (catching every address) attracts heavy spam and fills quota. Create specific aliases instead.

04Move from an old server

This works for CyberPanel, cPanel, Plesk or any other IMAP server. Existing mail is copied with a sync job; nothing is deleted on the old server.

  1. One day before: lower the TTL. Set the TTL of the domain's MX record to 300 seconds (5 minutes) so the switch takes effect quickly.
  2. Create mailboxes in Trivapost with exactly the same addresses as on the old server.
  3. Add a temporary SPF that allows both servers during the transition:
    TXT @ (temporary)
    v=spf1 include:_spf.trivapost.com ip4:OLD_SERVER_IP ~all
    Also add DKIM (dkim._domainkey), autodiscover and autoconfig. The Trivapost DKIM selector is dkim, so it does not clash with the old server's DKIM (usually default).
  4. Create a sync job for each mailbox: E-MailConfigurationSync jobsAdd sync job.
    FieldValue
    UsernameDestination mailbox in Trivapost
    HostOld server name, e.g. mail.yourcompany.com, or its IP
    Port / Encryption993 / SSL
    Username & password (source)Full email address and password on the old server
    Interval (min)20 during the transition
    Delete from source when completedLeave unchecked
    Exclude objects (regex)Keep the default (spam/junk folders are skipped)
    The first sync can take a few hours for large mailboxes. Watch progress with the Logs button on the sync job.
  5. Switch day: change MX to mx1.trivapost.com (priority 10) and remove the old MX. Mail that still reaches the old server is copied by the sync job.
  6. Set up staff devices with the new settings (see section 5).
  7. Day 3 to day 7: finish. Confirm new mail arrives in Trivapost, turn off the sync jobs, change SPF to the final v=spf1 include:_spf.trivapost.com -all, and disable email on the old server.
Sync job cannot connect?

Make sure the old server's firewall allows inbound port 993 from 169.58.47.102 and that the source password is correct. The full error is under Logs.

05Set up email apps

Outlook and Thunderbird usually configure themselves from just the email address and password (once the autodiscover/autoconfig records exist). For manual setup:

ProtocolServerPortSecurity
IMAP (incoming, recommended)mx1.trivapost.com993SSL/TLS
POP3 (incoming)mx1.trivapost.com995SSL/TLS
SMTP (outgoing)mx1.trivapost.com465SSL/TLS
SMTP (outgoing, alternative)mx1.trivapost.com587STARTTLS

The username is always the full email address (jane@yourcompany.com). Authentication: normal password. SMTP requires sign-in.

Outlook (Windows / Mac)
  1. FileAdd account, enter the email address.
  2. If asked for an account type, choose IMAP and enter the servers from the table above.
  3. Enter the password and finish.
iPhone / iPad / Mac Mail

Fastest: sign in to mx1.trivapost.com with the email account, download the Apple connection profile from the account page and open it on the device. Mail, calendar and contacts are set up at once.

Manual: SettingsMailAccountsAdd AccountOtherAdd Mail Account, choose IMAP and enter the servers from the table above for Incoming and Outgoing.

Android (Gmail app)
  1. Add accountOther, enter the email address.
  2. Choose Personal (IMAP) and enter the password.
  3. Incoming server mx1.trivapost.com port 993 SSL/TLS; outgoing server mx1.trivapost.com port 465 SSL/TLS.
Thunderbird

Account SettingsAccount ActionsAdd Mail Account, enter name, email and password. Thunderbird picks up the settings from autoconfig.

Calendar & contacts (CalDAV / CardDAV)

Server address: https://mx1.trivapost.com/SOGo/dav/ with the email address and password. In webmail, each calendar's full link is in that calendar's three-dot menu.

06Send OTP from your app

For automated email (login OTP, password reset, PIN change) use one dedicated mailbox, such as no-reply@yourcompany.com. Do not use a staff mailbox.

Preparation

  1. Create the no-reply@ mailbox (section 3).
  2. Sign in to mx1.trivapost.com as no-reply@, open App passwordsCreate app password. Name it after the application (e.g. api-production) and tick only SMTP.
  3. Store the app password in a secret manager or server environment variable — never in the code repository.
  4. Create separate app passwords for staging and production, so one can be revoked without affecting the other.
SettingValue
Hostmx1.trivapost.com
Port & encryption465 + SSL/TLS (recommended) or 587 + STARTTLS
Usernameno-reply@yourcompany.com
PasswordThe app password
FromMust be the signed-in mailbox (or one of its aliases)

Code samples

.env
MAIL_MAILER=smtp
MAIL_HOST=mx1.trivapost.com
MAIL_PORT=465
MAIL_SCHEME=smtps          # Laravel 10 and older: MAIL_ENCRYPTION=ssl
MAIL_USERNAME=no-reply@yourcompany.com
MAIL_PASSWORD=your-app-password
MAIL_FROM_ADDRESS=no-reply@yourcompany.com
MAIL_FROM_NAME="Your Company"

Test the connection from your app server

Terminal
# 1. Is the port reachable? (should say "succeeded" / "open")
nc -vz mx1.trivapost.com 465

# 2. Send a test message (swaks package: apt install swaks)
swaks --server mx1.trivapost.com:465 --tls-on-connect \
  --auth LOGIN --auth-user no-reply@yourcompany.com --auth-password 'your-app-password' \
  --from no-reply@yourcompany.com --to you@gmail.com \
  --header "Subject: Trivapost test"

Best practices for OTP deliverability

  • Short and consistent. Same subject every time (Your verification code), the code in the body. No large images or many links.
  • Send both text and HTML parts (as in the samples above).
  • No link shorteners (bit.ly and similar) — they are a strong phishing signal.
  • Throttle resend requests in your app, e.g. at most 1 code per 60 seconds and 5 per hour per user. This stops abuse from burning your sending limit.
  • Send from a queue, not inside the user's request. On a 4xx reply retry after 1, 5 and 15 minutes. A 5xx reply is a permanent failure — do not retry.
  • Reuse connections (pooling) when sending many messages in a row.
  • Check the no-reply@ mailbox weekly in webmail: wrong user addresses bounce back there. Flag those addresses in your app so they are not mailed again.
  • Transactional email only. Promotions, newsletters and mass announcements are not allowed on Trivapost (see section 8).

07Security

  • 2FA is required for the domain admin account. Keep backup access safe; if a device is lost, contact support from the registered contact address.
  • One app password per device or application. If a laptop is lost or a server is compromised, revoke just that app password.
  • Limit unused protocols per mailbox (MailboxesEditAllowed protocols). For example, turn off POP3 everywhere if nobody uses it.
  • Be wary of emails asking you to sign in. Trivapost never asks for passwords by email. The only official sign-in pages are mx1.trivapost.com and webmail.trivapost.com.
  • Move DMARC to p=reject after the monitoring period (section 2) so your domain cannot be forged to deceive customers.
  • Quarantine: suspicious mail is held back. Release it only when you are sure the sender is legitimate.
  • All connections to the server (web, IMAP, SMTP) are TLS-encrypted. Mailboxes are stored on Trivapost servers and backed up regularly, encrypted, to a separate location.

08Limits & policies

ItemLimit
Message size100 MB (including attachments; attachments grow about 33% in transit, so about 70 MB of files)
Mailboxes & quotaAs listed in your onboarding summary
Sending limitPer domain per hour, according to your plan (listed in the onboarding summary). When exceeded, mail is deferred, not lost.
AliasesUp to 400 per domain
Dangerous attachmentsExecutable or infected files may be rejected or quarantined

Acceptable use

  • Allowed: staff business email and transactional email (OTP, password resets, transaction notices, invoices).
  • Not allowed: bulk marketing, newsletters to large lists, purchased address lists, spam, phishing or fraudulent content.
  • Violations or unusual sending spikes may lead to temporary sending restrictions to protect the server's reputation for every customer. We will contact your registered contact person.

Need a higher sending limit, more mailboxes or more quota? Contact support@trivacloud.com.

09Troubleshooting

Our mail lands in the recipient's spam folder
  1. In Gmail, open the message and choose Show original. Check that SPF, DKIM and DMARC say PASS.
  2. If any says FAIL, check the DNS records from section 2 with the DNS button in the panel.
  3. If all say PASS: new domains need time to build reputation. Ask a few recipients to mark Not spam, avoid shortened links, and keep content consistent.
App: “Authentication failed” / 535
  • The username must be the full email address.
  • Use an app password with the SMTP protocol ticked.
  • Match port and encryption: 465 with SSL/TLS, 587 with STARTTLS.
  • Too many failed attempts block the IP temporarily. Wait 30 minutes, fix the password, then try again.
App: connection timeout

Some cloud providers block outgoing mail ports. Test with nc -vz mx1.trivapost.com 465 and then 587. If both fail, open an egress firewall rule on your server or cloud provider.

“Ratelimit” / 4xx reply when sending

The domain's hourly sending limit was reached. Mail is not lost: email apps and properly built queues retry. Look for unusual spikes (such as a bot requesting OTPs repeatedly), then contact us if you genuinely need a higher limit.

Mail is not arriving
  • Check MX with dig +short MX yourcompany.com — it must be mx1.trivapost.com.
  • Check Quarantine in the panel and the Junk folder in webmail.
  • Check mailbox quota. A full mailbox rejects new mail (the sender gets a mailbox full notice).
  • Make sure the mailbox and domain are active.
Sync job stopped or shows errors

Open Sync jobsLogs. Common causes: the old server password changed, the old server's firewall blocks 169.58.47.102, or wrong host/port (use 993 + SSL).

10Support

Email support@trivacloud.com from your registered contact address. To get help faster, include:

  • The domain and the affected email address
  • When it happened, with time zone (e.g. 14:05 UTC+7)
  • The full error message (copied text, not only a screenshot)
  • For spam or delivery issues: the full message headers (Show original in Gmail)

We will never ask for your password. Do not send passwords or 2FA codes to anyone.