📬E-Mails
YunoHost wird mit einem kompletten Mail-Stack geliefert, der es Ihnen ermöglicht, Ihren eigenen E-Mail-Server zu hosten und somit Ihre eigenen E-Mail-Adressen in irgendjemand@deine.domain.tld zu haben.
The mail stack includes an SMTP server (Postfix), an IMAP server (Dovecot), antispam (Rspamd) and DKIM configuration.
Sicherstellen dass Ihre Einrichtungen richtig sind
E-Mail ist ein kompliziertes Ökosystem und eine ganze Reihe von Details können sein ordnungsgemäßes Funktionieren verhindern.
Um Ihre Einstellungen zu validieren:
- if you are self-hosting at home and not using a VPN, ensure your ISP doesn't block port 25 ;
- route ports according to this documentation ;
- carefully configure mail DNS records according to this documentation ;
- test your configuration using the diagnostic features ( Webadmin → Diagnosis → Email ). You can also use mail-tester.com; a score of at least 8~9/10 is a reasonable goal (be careful: only 3 tests per domain per day are allowed)
E-Mail-Programme
To interact with the email server (read and send emails), you can either install a webmail client such as Roundcube or Rainloop on your server or configure a desktop/mobile client as described in this page.
Desktop- und Mobil-Clients haben den Vorteil, dass sie Ihre E-Mails auf das Gerät kopieren, was eine Offline-Anzeige und einen relativen Schutz gegen mögliche Hardware-Ausfälle Ihres Servers ermöglicht.
Konfigurieren von E-Mail-Aliasen und automatische Weiterleitungen
Mail aliases and forwards can be configured for each user. For instance, the first user created on the server automatically has an alias root@the.domain.tld configured—meaning that an email sent to this address will end up in the inbox of the first user. Automatic forwards may be configured, for instance if a user doesn't want to configure an additional email account and just wants to receive emails from the server on, say, his/her Gmail address (a copy of each email will be kept on the YunoHost server).
Another feature which few people know about is the use of suffixes beginning with "+". For example, emails sent to johndoe+booking@the.domain.tld will automatically land in the booking directory (lowercase) of John Doe's mailbox or in John Doe's inbox if the booking directory doesn't exist. It is a practical technique, for example, to provide an email address to a website, then easily sort (via automatic filters) the mail coming from this website.
Groups also can use alias features; by default, the group admins has aliases such as root@<domain.tld> and webmaster@<domain.tld>. More info on the groups and permissions page.
Was passiert wenn mein Server nicht erreichbar ist?
Wenn Ihr Server nicht mehr verfügbar ist, bleiben die an Ihren Server gesendeten E-Mails bis zu ~5 Tage lang in einer Warteschlange auf der Seite des Absenders. Der Hoster des Absenders wird regelmäßig versuchen, die E-Mail erneut zu senden, bis er sie verwirft, falls er sie nicht versenden konnte.