renma / tdjsfgs

Tango DJs for good sound
Other
0 stars 0 forks source link

Email migration to uberspace version 8 (U8) #148

Closed renma closed 1 month ago

renma commented 2 months ago

Ahoy Ubernautin,

du verwendest auf deinem Asteroid "tdjsfgs" .qmail-Dateien mit besonderen Konfigurationen, die wir nicht ohne weiteres in unser zukünftiges Standard-Mailsetup übernehmen können.

Die Unterstützung von .qmail-Dateien ist ein Überbleibsel von Uberspace 6. Bis zum End of Life von Uberspace 7 wird deine derzeitige Konfiguration wie bisher funktionieren. Für eine Migration auf das zukünftige Uberspace 8 wirst du die angezeigten Fehler lösen müssen um Probleme zu vermeiden. Wann genau eine Migration stattfinden wird, können wir zum jetzigen Zeitpunkt noch nicht sagen. Natürlich wirst du rechtzeitig vor dem EOL von Uberspace 7 von uns per E-Mail informiert.

Um dich dabei zu unterstützen haben wir eine Seite im Manual und ein Tool auf deinem Asteroid eingerichtet:

https://manual.uberspace.de/migration/qmail/

Mit dem dort beschriebenem Befehl kannst du dir anzeigen lassen, welche Probleme wir festgestellt haben:

$ uberspace migration qmail check

Wir schicken diese Mails gestaffelt raus. Wenn du deine Konfiguration in den letzten Monaten also bereits angepasst hast, ist für dich nichts weiter zu tun.

Für Fragen und Feedback steht dir unser Supportteam zur Seite: https://uberspace.de/support/

Beste Grüße Bokan, Boni, Janto, Kim, Leah, luto, Moritz, Nati, Nico, Noah, Mo & Jonas

renma commented 1 month ago

After the migration, we should no longer use the mechanism with the definition of an email redirection to switch to maintenance mode. I suggest the following for a first step:

Use ssh to login to uberspace: ssh tdjsfgs@tdjsfgs.uber.space Switch maintenance mode on: touch maintenancemode Switch maintenance mode off again: rm maintenancemode

In a second step we can maybe make a database field for this.

See #150.

renma commented 1 month ago

The same applies to the test server mode on cumparsita.ch.

renma commented 1 month ago

Everything looks fine for me (only the dovecot system folder still interferes a bit in the web email, but it doesn't matter).

Uberspace is also satisfied:

[tdjsfgs@francisco ~]$ ./email_migration_status.sh 
uberspace migration qmail check

──── CHECKS ───────────────────────────────────────────────────────────────────────────────────

BASIC MAILSETUP

  GOOD! Your basic mail configuration is set up correctly.

QMAIL FILES

  GOOD! All your qmail files are set up correctly

──── help ─────────────────────────────────────────────────────────────────────────────────────

• Run this command with --assist to see a short fix for each problem.
• Run this command with --verbose or -v to see more details.
• Run this command with --help or -h to see some more options.
• Get more information how to handle any shown problems in our manual: 
https://manual.uberspace.de/migration/qmail/

[tdjsfgs@francisco ~]$
renma commented 1 month ago

That was it!