Self-Hosted SMTP Relay (Optional)
> For sovereign/self-hosted users who need to deliver mail to external providers without managed cloud.
Overview
Anoobot's default path is encrypted mesh delivery between anoobot users. Internet delivery is optional and uses your infrastructure, not anoobot.com:
| Address type | Internet SMTP from anoobot.com? |
|---|---|
you@yourcompany.com (custom domain) | Your SPF/DKIM/DNS |
user@anoobot.com | Not supported as bulk sending domain |
Recommended setup
- Verify custom domain in Anoobot (DNS TXT).
- Configure your MTA (Postfix, Exim, etc.) on your VPS with:
- SPF:
v=spf1 ip4:YOUR.IP.HERE -all - DKIM: signing key for
yourcompany.com - DMARC:
_dmarc.yourcompany.com
- Point Anoobot compose relay (future) or client SMTP settings to
smtp.yourcompany.com:587with STARTTLS. - Monitor bounces via your MTA logs โ Anoobot does not centralize self-hosted outbound reputation.
Rate limits (mesh)
Even on self-hosted, mesh sends are rate-limited (M1):
| Slab | Daily mesh sends |
|---|---|
| Free | 50 |
| Paid | 500 |
Abuse
Report mesh abuse via POST /api/v1/abuse/report. Admins can suspend accounts via POST /api/v1/admin/users/:id/suspend.