How to Install and Uninstall maildrop Package on Kali Linux

Last updated: May 17,2024

1. Install "maildrop" package

Please follow the instructions below to install maildrop on Kali Linux

$ sudo apt update $ sudo apt install maildrop

2. Uninstall "maildrop" package

Please follow the instructions below to uninstall maildrop on Kali Linux:

$ sudo apt remove maildrop $ sudo apt autoclean && sudo apt autoremove

3. Information about the maildrop package on Kali Linux

Package: maildrop
Version: 2.9.3-2.1
Installed-Size: 1147
Maintainer: Josip Rodin
Architecture: amd64
Replaces: courier-base (<= 0.58.0-1), courier-maildrop (<< 2.8.3+0.75.0-15~)
Depends: courier-authlib (>= 0.71), libc6 (>= 2.33), libcourier-unicode4 (>= 2.1.2), libgcc-s1 (>= 3.0), libgdbm6 (>= 1.16), libpcre3, libstdc++6 (>= 5.2)
Recommends: exim4 | mail-transport-agent
Breaks: courier-maildrop (<< 2.8.3+0.75.0-15~)
Size: 343116
SHA256: 14317f5aece47ec3e3d1ce729a8b36bf02fc071dbaee64a0789014b9b58d6877
SHA1: 257c8ae1bd67f0b92751b82ea5cd59a320c858da
MD5sum: 5bcaf53c3731e6d3f91ce1d6d2b11ba8
Description: mail delivery agent with filtering abilities (set-GID=mail)
maildrop is a mail delivery agent (MDA), a program which reads a mail
message from standard input and then delivers the message to your mailbox.
.
maildrop can deliver mail both in mbox and maildir storing formats.
It can read instructions from a file, directing it how to log deliveries,
and how to filter incoming mail, for example to deliver mail to alternate
mailboxes, or forward it somewhere else, or pipe it through external
programs.
.
It performs all the same functions as procmail, but unlike procmail,
maildrop uses a structured filtering language which is a bit easier
on the eyes. Other differences from procmail include not skipping syntax
errors in filter files (instead deferring the mails for later processing)
and being more resource-efficient when processing mails (not loading
large messages right into memory).
.
maildrop in this package sets its permission to "rwxr-sr-x" (set-GID)
and is owned by "root:mail".
.
maildrop also comes with the following additional programs:
.
* reformail, an e-mail reformatting tool, which can detect duplicate
messages, manipulate message headers, split mailboxes into
individual messages, and generate autoreply messages
* maildirmake, which creates maildirs, and maildir folders
* deliverquota, which delivers mail to maildirs while taking account
software-imposed quotas
* reformime, a utility for reformatting MIME messages
* makemime, which creates MIME-formatted messages of arbitrary complexity
* lockmail, which creates dot-locks, file locks, and C-Client folder locks
* mailbot, a MIME-aware autoresponder utility
Description-md5: eda875822ffffaedfbf2564b0e457648
Homepage: http://www.courier-mta.org/maildrop/
Tag: interface::daemon, mail::delivery-agent, mail::filters, network::server,
role::program, works-with::mail
Section: mail
Priority: optional
Filename: pool/main/m/maildrop/maildrop_2.9.3-2.1_amd64.deb