Postfix: Unterschied zwischen den Versionen

Aus Meine Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „a“)
 
 
Zeile 1: Zeile 1:
a
+
 
 +
# Auswahl welches Program als default MTA fungieren soll.
 +
 
 +
alternatives --config mta
 +
 
 +
 
 +
Ausgabe:
 +
 
 +
There are 2 programs which provide 'mta'.
 +
 
 +
  Selection    Command
 +
-----------------------------------------------
 +
  1          /usr/sbin/sendmail.postfix
 +
*+ 2          /usr/sbin/sendmail.sendmail
 +
 
 +
Enter to keep the current selection[+], or type selection number: 1
 +
 
 +
 
 +
 
 +
# Konfiguration
 +
 
 +
 
 +
* http://dokuwiki.nausch.org/doku.php/centos:mail_c7:mta_2

Aktuelle Version vom 20. Oktober 2018, 22:35 Uhr

  1. Auswahl welches Program als default MTA fungieren soll.

alternatives --config mta


Ausgabe:

There are 2 programs which provide 'mta'.

 Selection    Command

  1           /usr/sbin/sendmail.postfix
  • + 2 /usr/sbin/sendmail.sendmail

Enter to keep the current selection[+], or type selection number: 1


  1. Konfiguration