popauth
GNU mailutils-based POP3 Daemon
Install
- All systems
-
curl cmd.cat/popauth.sh
- Debian
-
apt-get install mailutils-pop3d
- Ubuntu
-
apt-get install mailutils-pop3d
- Arch Linux
-
pacman -S mailutils
- Kali Linux
-
apt-get install mailutils-pop3d
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mailutils-pop3d
- OS X
-
brew install mailutils
- Raspbian
-
apt-get install mailutils-pop3d
- Dockerfile
- dockerfile.run/popauth
mailutils-pop3d
GNU mailutils-based POP3 Daemon
GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. The GNU mailutils POP3 daemon supports the basic POP3 protocol with the CAPA, RESP-CODES, PIPELINING and UIDL extensions. It also supports APOP authentication. The user credentials for APOP can be stored in a variety of DBM formats. It is able to get the authentication information from the system user database as well as from a SQL database of arbitrary structure. The PAM framework can also be used for authentication purposes. Additionally, mailutils pop3d supports virtual mail domains and has TLS support via GNUtls. GNU mailutils supports the mbox, MH and Maildir mailbox formats.
mailutils
GNU mailutils utilities for handling mail
GNU Mailutils is a rich and powerful protocol-independent mail framework. It contains a series of useful mail libraries, clients, and servers. This package contains the GNU mailutils versions of dotlock, frm, from, maidag, mail, messages, mimeview, movemail, readmsg and sieve. They are capable of speaking POP3, IMAP, mbox, MH and Maildir. dotlock -- lock mail spool files. frm -- display From: lines. from -- display from and subject. maidag -- the mail delivery agent. mail -- the standard /bin/mail interface, mail sender and reader. messages -- count the number of messages in a mailbox. mimeview -- display files, using mailcap mechanism. movemail -- move messages across mailboxes. readmsg -- extract selected messages from a mailbox. sieve -- a mail filtering tool.