Skip to main content

SnowIT Email Infrastructure — Migadu Setup Map (2026-05-17)

SnowIT Email Infrastructure — Migadu Setup Map (2026-05-17)

Overview

This document provides the canonical email infrastructure setup for SnowIT d.o.o., established on 2026-05-17 per CEO directive. All email routing, credentials, and operational protocols are documented here for future dispatch agents and CEO reference.

DNS Configuration

Domain: snowit.ba

MX Records:

  • 10 aspmx1.migadu.com
  • 20 aspmx2.migadu.com

Email Accounts

Mailboxes (3)

Address Purpose Owner Bitwarden Item
[email protected] Postmaster (Migadu auto-created) System 78a41da0 (Migadu admin API key)
[email protected] CTO, direct sales lead, GDPR contact Enis Merdžanović 88637df7 (IMAP/SMTP creds)
[email protected] Primary customer-facing inquiries (created 2026-05-17) System (forwarded to CEO) e95614e2-4396-4bcf-82f9-8b26bb97b107 (IMAP creds)

Aliases

Forwarding Rules

[email protected] (mailbox)[email protected]

This provides CEO + John orchestrator visibility on all customer inquiries.

Note on Migadu basic plan limitations:

  • Alias-level external forwarding rewrites sender domain (blocks @alai.no destinations)
  • Sieve redirect extension is blocked on this account
  • Same-domain auto-forwarding (info@ → enis@) not possible via alias due to Migadu loop prevention
  • Upgrade to Standard plan would enable alias architecture with multi-destination support

Server Configuration

IMAP: imap.migadu.com:993 SSL

SMTP: smtp.migadu.com:465 SSL

Folders: INBOX, Archive, Drafts, Junk, Sent, Trash

Migadu API

Base URL: https://api.migadu.com/v1

Authentication: HTTP Basic (admin user + API key from BW 78a41da0)

Key endpoints:

  • /v1/domains/snowit.ba/mailboxes
  • /v1/domains/snowit.ba/aliases
  • /v1/domains/snowit.ba/mailboxes/<local-part>/forwardings

Routing Logic (Published Channels)

Channel Email Address Purpose
Website + SALES-PLAYBOOK + WhatsApp templates [email protected] Primary contact (+ WhatsApp +387 62 329 076 as secondary)
privacy.html GDPR rights [email protected] GDPR data subject requests
Outbound cold outreach (send-tier-b.mjs) From: [email protected]
BCC: [email protected] + [email protected]
Verified Migadu sender for cold email campaigns

Email Flow Diagram

graph LR
  Customer[Customer] -->|sends to| Info[[email protected] mailbox]
  Info -->|forward| Alem[[email protected] INBOX]
  Alem -->|John reads| Orchestrator[John Orchestrator]
  Sales[Direct lead/WhatsApp] -->|contacts| Enis[[email protected] mailbox]
  Enis -->|GDPR rights| Customer
  Outbound[send-tier-b.mjs] -->|From| Enis
  Outbound -->|BCC| Alem
  Outbound -->|BCC| Asmir[[email protected]]

Operational Protocol for John (Orchestrator)

When CEO requests access to customer inquiries:

Bitwarden Credential References

IMPORTANT: Never print plaintext passwords in documentation. Use Bitwarden item IDs only.

Known Limitations & Future Considerations

  • Enis access to info@ mailbox: Enis needs to manually add [email protected] as a second IMAP account in his email client if he wants direct access (same-domain forwarding blocked by Migadu loop prevention)
  • Migadu plan upgrade: Consider Standard plan if multi-destination alias forwarding becomes critical operational requirement

Document created: 2026-05-17
Last updated: 2026-05-17
Owner: John (ALAI orchestrator)