diff --git a/infrastructure/production/host/stalwart/install.sh b/infrastructure/production/host/stalwart/install.sh index c6675e9..43ec8bc 100755 --- a/infrastructure/production/host/stalwart/install.sh +++ b/infrastructure/production/host/stalwart/install.sh @@ -152,6 +152,10 @@ warn " 2. via JMAP (basic auth, those creds): x:Domain/set create the" warn " primary domain, then x:Account/set create name=admin in it with" warn " roles {\"@type\":\"Admin\"} and a Password credential" warn " 3. remove the two STALWART_RECOVERY_* lines, restart again" +warn " 4. white-label the groupware defaults via management JMAP:" +warn " x:Calendar/set + x:AddressBook/set update singleton" +warn " defaultDisplayName -> 'Calendar' / 'Contacts' (Stalwart ships" +warn " 'Stalwart Calendar'/'Stalwart Address Book')" warn " • PTR/rDNS for the server IP MUST be 'mail.dezky.eu' (Hetzner Robot)." warn " • Publish DNS at simply.com: MX → mail.dezky.eu, SPF, DMARC; per-domain" warn " DKIM records come from Stalwart's dnsZoneFile via platform-api."