docs: update Netgrimoire/Services/MailCow/Sample_Domain_Setup
This commit is contained in:
parent
4ac6a24acd
commit
be011d36d1
1 changed files with 3 additions and 3 deletions
|
|
@ -2,7 +2,7 @@
|
|||
title: Sample Domain Setup
|
||||
description: Graymutt@nucking-futz.com
|
||||
published: true
|
||||
date: 2026-02-25T22:09:15.806Z
|
||||
date: 2026-02-26T20:07:49.890Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2026-02-25T22:02:27.719Z
|
||||
|
|
@ -141,8 +141,8 @@ Create all DNS records before configuring either service. Keep TTL at 300 during
|
|||
| Type | Host | Value | Notes |
|
||||
|------|------|-------|-------|
|
||||
| A | `mail` | `YOUR_ATT_MAIL_IP` | Points to Mailcow — MXRoute forwards to this server |
|
||||
| MX | `@` | `YOUR_MXROUTE_SERVER` (priority 10) | Check MXRoute welcome email for exact hostname |
|
||||
| MX | `@` | `YOUR_MXROUTE_RELAY` (priority 20) | Secondary MXRoute server from welcome email |
|
||||
| MX | `@` | `heracles.mxrouting.net (Priority 10)` | Check MXRoute welcome email for exact hostname |
|
||||
| MX | `@` | `heracles-relay.mxrouting.net (Priority 20)` (priority 20) | Secondary MXRoute server from welcome email |
|
||||
| MX | `mail` | `mail.nucking-futz.com` (priority 10) | Mailcow handles this subdomain directly |
|
||||
| CNAME | `imap` | `mail.nucking-futz.com` | Client autoconfiguration |
|
||||
| CNAME | `smtp` | `mail.nucking-futz.com` | Client autoconfiguration |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue