Documentation du Dr FRAPPE

Ce wiki regroupe les résultats de mes expériences en informatique accumulés au cours de mes recherches sur le net.

Dans la mesure du possible, j'ai cité mes sources ; il en manque certainement… :-)

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révisionLes deux révisions suivantes
logiciel:systeme:msmtp:config:param:start [2022/06/25 17:49] – [Commandes générales] adminlogiciel:systeme:msmtp:config:param:start [2022/06/25 17:51] – [Commandes d'authentification] admin
Ligne 32: Ligne 32:
 ===== Commandes d'authentification ===== ===== Commandes d'authentification =====
  
 +  ; ‘auth [(on|off|method)]’
 +  : Enable or disable authentication and optionally choose a method to use. The argument ‘on’ chooses a method automatically. Accepted methods are ‘plain’, ‘scram-sha-1’, ‘scram-sha-256’, ‘oauthbearer’, ‘xoauth2’, ‘cram-md5’, ‘gssapi’, ‘external’, ‘digest-md5’, ‘login’, and ‘ntlm’. See Chapter 5 [Authentication], page 17.
 +  ; ‘user [username]’
 +  : Set the user name for authentication. An empty argument unsets the user name. Authentication must be activated with the ‘auth’ command.
 +  ; ‘password [secret]’
 +  : Set the password for authentication. An empty argument unsets the password. Consider using the ‘passwordeval’ command or a key ring instead of this command, to avoid storing cleartext passwords in the configuration file. See Chapter 5 [Authentication], page 17.
 +  ; ‘passwordeval [eval]’
 +  : Set the password for authentication to the output (stdout) of the command eval. This can be used e.g. to decrypt password files on the fly or to query key rings, and thus to avoid storing cleartext passwords. Note that the eval command must not mess with standard input (stdin) because that is where msmtp reads the mail from. If in doubt, append < /dev/null to eval. See Chapter 5 [Authentication], page 17.
 ===== Commandes TLS ===== ===== Commandes TLS =====