docs: update Netgrimoire/Services/MailCow/Sample_Domain_Setup

This commit is contained in:
Administrator 2026-02-26 20:07:56 +00:00 committed by John Smith
parent 4ac6a24acd
commit be011d36d1

View file

@ -2,7 +2,7 @@
title: Sample Domain Setup title: Sample Domain Setup
description: Graymutt@nucking-futz.com description: Graymutt@nucking-futz.com
published: true published: true
date: 2026-02-25T22:09:15.806Z date: 2026-02-26T20:07:49.890Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2026-02-25T22:02:27.719Z 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 | | Type | Host | Value | Notes |
|------|------|-------|-------| |------|------|-------|-------|
| A | `mail` | `YOUR_ATT_MAIL_IP` | Points to Mailcow — MXRoute forwards to this server | | 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 | `@` | `heracles.mxrouting.net (Priority 10)` | Check MXRoute welcome email for exact hostname |
| MX | `@` | `YOUR_MXROUTE_RELAY` (priority 20) | Secondary MXRoute server from welcome email | | 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 | | MX | `mail` | `mail.nucking-futz.com` (priority 10) | Mailcow handles this subdomain directly |
| CNAME | `imap` | `mail.nucking-futz.com` | Client autoconfiguration | | CNAME | `imap` | `mail.nucking-futz.com` | Client autoconfiguration |
| CNAME | `smtp` | `mail.nucking-futz.com` | Client autoconfiguration | | CNAME | `smtp` | `mail.nucking-futz.com` | Client autoconfiguration |