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:52] – [Commandes propres au mode sendmail] adminlogiciel:systeme:msmtp:config:param:start [2022/06/25 19:04] – [Commandes d'authentification] admin
Ligne 32: Ligne 32:
 ===== Commandes d'authentification ===== ===== Commandes d'authentification =====
  
-  ; auth [(on|off|method)] +  ; auth [(on|off|method)] 
-  : Enable or disable authentication and optionally choose a method to useThe argument on’ chooses a method automaticallyAccepted methods are ‘plainscram-sha-1scram-sha-256oauthbearerxoauth2cram-md5gssapiexternaldigest-md5login’, and ‘ntlm’. See Chapter 5 [Authentication], page 17+  : Activation ou désaction de l'authentification et choix éventuel de la méthode à utiliserL'argument **on** choisit automatiquement une méthodeLes méthodes acceptées sont **plain****scram-sha-1****scram-sha-256****oauthbearer****xoauth2****cram-md5****gssapi****external****digest-md5****login** et **ntlm**
-  ; user [username] +  ; user [username] 
-  : Set the user name for authenticationAn empty argument unsets the user nameAuthentication must be activated with the ‘auth’ command+  : Nom d'utilisateur pour l'authentificationUn argument vide annule le nom d'utilisateurL'authentification doit être activée avec la commande **auth**
-  ; password [secret] +  ; password [secret] 
-  : Set the password for authenticationAn empty argument unsets the passwordConsider using the ‘passwordeval’ command or a key ring instead of this commandto avoid storing cleartext passwords in the configuration file. See Chapter 5 [Authentication], page 17+  : Mot de passe pour l'authentificationUn argument vide annule le mot de passeEnvisagez d'utiliser la commande **passwordeval** ou un trousseau de clés à la place de cette commandepour éviter de stocker des mots de passe en clair dans le fichier de configuration. 
-  ; passwordeval [eval] +  ; 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 ringsand thus to avoid storing cleartext passwordsNote that the eval command must not mess with standard input (stdin) because that is where msmtp reads the mail fromIf in doubtappend < /dev/null to eval. See Chapter 5 [Authentication], page 17.+  : Définit le mot de passe pour l'authentification sur la sortie (stdout) de la commande eval. Cela peut être utilisé par expour déchiffrer des fichiers de mots de passe à la volée ou pour interroger des trousseaux de cléset ainsi éviter de stocker des mots de passe en clairNotez que la commande eval ne doit pas interférer avec l'entrée standard (stdin) car c'est là que msmtp lit le courrierEn cas de douteajoutez < /dev/null à eval.
 ===== Commandes TLS ===== ===== Commandes TLS =====