pop3d
GNU mailutils-based POP3 Daemon
Install
- All systems
-
curl cmd.cat/pop3d.sh
- Debian
-
apt-get install mailutils-pop3d
- Ubuntu
-
apt-get install mailutils-pop3d
- Arch Linux
-
pacman -S mailutils-pop3d
- Kali Linux
-
apt-get install mailutils-pop3d
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mailutils-pop3d
- Raspbian
-
apt-get install mailutils-pop3d
- Dockerfile
- dockerfile.run/pop3d
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.
courier-pop
Courier mail server - POP3 server
The Courier mail transfer agent (MTA) is an integrated mail/groupware server based on open commodity protocols, such as ESMTP, IMAP, POP3, LDAP, TLS, and HTTP. Courier provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework. This package provide the POP3 daemon for Courier. It only supports email stored in the Maildir format. POP3 over TLS is handled by the regular POP3 daemon from in conjunction with the TLS wrapper.
cyrus-pop3d
Cyrus mail system - POP3 support
Cyrus is an IMAP server designed to handle massive quantities of mail, with a number of features not found in other IMAP implementations, including support for: - running the daemon without root privileges; - POP3 and NNTP in addition to plain IMAP; - CalDAV and CardDAV; - secure IMAP using SSL; - server-side filtering with Sieve; - mail users without login accounts; - simple mail quotas; - virtual domains; - IPv6. This package contains the POP3 (Post Office Protocol) portion of the Cyrus IMAPd suite. For more information, please see the cyrus-common package.
cyrus-pop3d-2.4
Cyrus mail system - POP3 support [dummy package]
This package is empty transitional package and can be safely removed.
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.