Mailx : Différence entre versions
De WikiOpenTruc
Ligne 1 : | Ligne 1 : | ||
+ | |||
+ | m.c. : mailx , s-nail , snail , heirloom , | ||
+ | |||
se décline en 2 paquets pour debian : | se décline en 2 paquets pour debian : | ||
* bsd-mailx , qui est dit très sommaire (pas de PJ, pas d'UTF8, etc). | * bsd-mailx , qui est dit très sommaire (pas de PJ, pas d'UTF8, etc). | ||
* heirloom-mailx | * heirloom-mailx | ||
− | |||
<pre> | <pre> | ||
Ligne 33 : | Ligne 35 : | ||
</pre> | </pre> | ||
− | + | L'install semble ok, mais ni mail, ni mailx ne produisent quoi que ce soit ? | |
− | mais ni mail, ni mailx ne produisent quoi que ce soit ? | ||
− | |||
* https://packages.debian.org/fr/stretch/heirloom-mailx : This dummy package is provided to provide a smooth upgrade path from heirloom-mailx to s-nail. It only contains symlinks to the s-nail binary and manpage. | * https://packages.debian.org/fr/stretch/heirloom-mailx : This dummy package is provided to provide a smooth upgrade path from heirloom-mailx to s-nail. It only contains symlinks to the s-nail binary and manpage. | ||
Ligne 42 : | Ligne 42 : | ||
Le paquet réellement installé est s-nail. | Le paquet réellement installé est s-nail. | ||
Et effectivement la commande <code>s-nail</code> est bien disponible. | Et effectivement la commande <code>s-nail</code> est bien disponible. | ||
+ | |||
+ | <br> | ||
+ | |||
+ | ==s-nail== | ||
+ | |||
+ | <code># s-nail -s test0948 -a mansnail.txt mel@khi.fr</code> | ||
+ | |||
+ | Mais faut ctrl-d pour expédier | ||
<br> | <br> |
Version du 5 juin 2018 à 08:52
m.c. : mailx , s-nail , snail , heirloom ,
se décline en 2 paquets pour debian :
- bsd-mailx , qui est dit très sommaire (pas de PJ, pas d'UTF8, etc).
- heirloom-mailx
# apt-get install heirloom-mailx Reading package lists... Done Building dependency tree Reading state information... Done The following additional packages will be installed: s-nail The following NEW packages will be installed: heirloom-mailx s-nail 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 350 kB of archives. After this operation, 715 kB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://deb.debian.org/debian stretch/main amd64 s-nail amd64 14.8.16-1 [340 kB] Get:2 http://deb.debian.org/debian stretch/main amd64 heirloom-mailx all 14.8.16-1 [9,640 B] Fetched 350 kB in 0s (1,169 kB/s) Selecting previously unselected package s-nail. (Reading database ... 37742 files and directories currently installed.) Preparing to unpack .../s-nail_14.8.16-1_amd64.deb ... Unpacking s-nail (14.8.16-1) ... Selecting previously unselected package heirloom-mailx. Preparing to unpack .../heirloom-mailx_14.8.16-1_all.deb ... Unpacking heirloom-mailx (14.8.16-1) ... Setting up s-nail (14.8.16-1) ... Processing triggers for man-db (2.7.6.1-2) ... Setting up heirloom-mailx (14.8.16-1) ...
L'install semble ok, mais ni mail, ni mailx ne produisent quoi que ce soit ?
- https://packages.debian.org/fr/stretch/heirloom-mailx : This dummy package is provided to provide a smooth upgrade path from heirloom-mailx to s-nail. It only contains symlinks to the s-nail binary and manpage.
Donc, si je comprends bien heirloom-mailx, dans sa version pour stretch, est différent des versions précédentes et n'est plus qu'une coquille vide.
Le paquet réellement installé est s-nail.
Et effectivement la commande s-nail
est bien disponible.
s-nail
# s-nail -s test0948 -a mansnail.txt mel@khi.fr
Mais faut ctrl-d pour expédier
Liens