Skip to content
View in the app

A better way to browse. Learn more.

Froxlor Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Subdomain für alle Domains inkl. SSL für MTA-STS

Featured Replies

Hallo zusammen,

ich würde meinen Mailserver gerne mit MTA-STS ausstatten. Hierfür muss für jede Domain die Subdomain mta-sts.DOMAIN.TLD mit SSL eingerichtet werden. Ich will dies zentral bereitstellen für den MX. Die Domains zeigen dann auf: https://mta-sts.DOMAIN.TLD/.well-known/mta-sts.txt

Habt ihr eine Idee wie ich vorgehen kann ohne dass ich es für jede Domain separat einrichten muss?

Danke

Tobias

Subdomains anlegen sollte ja kein problem sein (oder je nach setup hast du ggfls schon einen Wildcard-Alias). die .well-known Abfrage geht wunderbar via Alias, genau wie unsere acme.conf, z.B.

/etc/apache2/conf-enabled/mta-sts.conf:
 

Alias "/.well-known/mta-sts.txt" "/var/www/html/froxlor/.well-known/mta-sts.txt"
<Directory "/var/www/html/froxlor/.well-known">
        Require all granted
</Directory>

und dann die Datei /var/www/html/froxlor/.well-known/mta-sts.txt erstellen, z.B. mit folgendem inhalt:

version: STSv1
mode: enforce
max_age: 2419200
mx: dein-mx-hostname

Vergiss nicht, dass du zusätzlich aber auch für jede Domain einen DNS Eintrag brauchst: _mta-sts.DOMAIN.tld, z.B. so:

_mta-sts.DOMAIN.tld.	3600	IN	TXT	"v=STSv1; id=20221213092000Z"

 

Funktioniert bei froxlor.org offenbar ok: https://www.uriports.com/tools?method=mta-sts&domain=froxlor.org

Edited by d00p

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.