How to Install and Uninstall rsendmail Package on Kali Linux
Last updated: November 23,2024
1. Install "rsendmail" package
Learn how to install rsendmail on Kali Linux
$
sudo apt update
Copied
$
sudo apt install
rsendmail
Copied
2. Uninstall "rsendmail" package
This is a short guide on how to uninstall rsendmail on Kali Linux:
$
sudo apt remove
rsendmail
Copied
$
sudo apt autoclean && sudo apt autoremove
Copied
3. Information about the rsendmail package on Kali Linux
Package: rsendmail
Version: 1.1.4
Installed-Size: 89
Maintainer: Antoine Beaupré
Architecture: all
Depends: python3:any
Size: 24792
SHA256: 8abd98de150907533ef93867a6a2615fbe28524e2392af587ebe9fd1d0c4de5d
SHA1: 15e135fca9f727767900e03ee6974fe834268954
MD5sum: b7b9dc5c258b209957d1826798b402fb
Description: email delivery over SSH and restricted sendmail
This command aims at replacing the builtin `sendmail` command which
gives too much privileges to the caller. For example, Postfix's
sendmail(1) command can list the mail queue (`-bp`), rehash the alias
database (`-bi`), start a daemon (`-bl`, `-bd`), or flush the queue
(`-q`); all remnants of the old Sendmail binary, which probably is
Turing-complete on its own.
.
Instead, rsendmail can easily queue mails on a system without giving
any extra privileges to the client. In turn, this makes configuring a
satellite system like a laptop or a workstation as simple as adding
an SSH key to an `authorized_keys` file. That key can then send
email, but *only* send email: no shell access or server management.
.
This can of course be accomplished by a regular SMTP client, but that
requires passwords, and passwords are weak.
Description-md5:
Homepage: https://gitlab.com/anarcat/rsendmail
Section: python
Priority: optional
Filename: pool/main/r/rsendmail/rsendmail_1.1.4_all.deb
Version: 1.1.4
Installed-Size: 89
Maintainer: Antoine Beaupré
Architecture: all
Depends: python3:any
Size: 24792
SHA256: 8abd98de150907533ef93867a6a2615fbe28524e2392af587ebe9fd1d0c4de5d
SHA1: 15e135fca9f727767900e03ee6974fe834268954
MD5sum: b7b9dc5c258b209957d1826798b402fb
Description: email delivery over SSH and restricted sendmail
This command aims at replacing the builtin `sendmail` command which
gives too much privileges to the caller. For example, Postfix's
sendmail(1) command can list the mail queue (`-bp`), rehash the alias
database (`-bi`), start a daemon (`-bl`, `-bd`), or flush the queue
(`-q`); all remnants of the old Sendmail binary, which probably is
Turing-complete on its own.
.
Instead, rsendmail can easily queue mails on a system without giving
any extra privileges to the client. In turn, this makes configuring a
satellite system like a laptop or a workstation as simple as adding
an SSH key to an `authorized_keys` file. That key can then send
email, but *only* send email: no shell access or server management.
.
This can of course be accomplished by a regular SMTP client, but that
requires passwords, and passwords are weak.
Description-md5:
Homepage: https://gitlab.com/anarcat/rsendmail
Section: python
Priority: optional
Filename: pool/main/r/rsendmail/rsendmail_1.1.4_all.deb