Receiving mail
1
Reception and scanning
Every message is scanned for viruses and spam, and its sender authentication (SPF, DKIM and DMARC) is evaluated on arrival.
2
Verdicts are applied first
Before Casa Conect opens the message, the verdicts are checked. Mail that fails virus scanning, is clear spam, or fails DMARC on a domain that publishes a reject policy is dropped at this point. Hostile mail is never opened. Oversized messages are refused.
3
Routing
The recipient address decides where the message goes: a personal docs address, the organization’s agent address, or a verified customer domain. Reserved names such as
postmaster, abuse, admin and security never route to an agent.4
Sender gating
For agent mail, your sender rules decide whether the message is handled, held for a person or dropped.
5
Processing exactly once
A message is marked as handled only after it has been fully processed. If something fails midway, it is retried in full rather than half-processed.
How senders are authenticated
A message is attributed to a sender only when the From address is authenticated: either DMARC passes, or DKIM or SPF passes for a domain that aligns with the From domain. A pass for an unrelated domain does not count, which defeats the common trick of sending a forged From through a legitimately signed third-party service.
Three rules deserve emphasis:
- Blocks always win over allows.
- Incomplete scans fail closed. If scanning could not run, the message is held, even from a verified member.
- Dropped mail is never bounced, so an attacker cannot use bounces to discover which addresses exist.
Sending mail
- Outgoing mail is DKIM-signed and sent from the agent’s address, with SPF and DMARC aligned.
- Mail to anyone outside your organization is always a draft approved by a person. See Approvals.
- Before every send, the recipient is checked against a suppression list of addresses that hard-bounced or complained, which protects deliverability for everyone.
- Every message carries a header identifying it as agent mail. This is how loops are prevented.
Loop and abuse protection
Your own domain
When you put the agent on your own domain, Casa Conect provisions a signed sending and receiving identity, and you publish the records that prove control of the domain. See The agent’s email address.- Only subdomains are accepted. Apex domains are rejected, to protect your existing mail.
- A domain can belong to one organization.
- Verification must complete within 72 hours, or it expires and must be restarted with fresh records.