Postfix/Installation: Unterschied zwischen den Versionen
Erscheinungsbild
	
	
| Keine Bearbeitungszusammenfassung | K Textersetzung - „[[Postfix:“ durch „[[Postfix/“ | ||
| (88 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| == Installation == | |||
|  # '''apt install postfix bsd-mailx libsasl2-modules''' | |||
| {| class="wikitable sortable"  | |||
| |-  | |||
| ! Paket !! Beschreibung | |||
| |-  | |||
| | '''postfix''' || [[Postfix]] Mailserver | |||
| |- | |||
| | '''bsd-mailx''' || [[mail|Einfacher Konsolen Mail-Client]] | |||
| |- | |||
| | '''libsasl2-modules''' || Authentifizierung für [[Postfix/Smarthost#Authentifizierung|Smarthost]]s | |||
| |} | |||
| Nach der Installation folgt die [[Postfix/Grundkonfiguration]] | |||
| [[Kategorie:Postfix]] | [[Kategorie:Postfix]] | ||
Aktuelle Version vom 2. April 2023, 12:41 Uhr
Installation
# apt install postfix bsd-mailx libsasl2-modules
| Paket | Beschreibung | 
|---|---|
| postfix | Postfix Mailserver | 
| bsd-mailx | Einfacher Konsolen Mail-Client | 
| libsasl2-modules | Authentifizierung für Smarthosts | 
Nach der Installation folgt die Postfix/Grundkonfiguration