diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-02 05:09:15 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-07-02 05:09:15 +0000 |
commit | 7faf9394e3b40b9561762632b02bdf48a1667df2 (patch) | |
tree | 89a7fc2cf723d92cfb238a2589a20dca80b35a56 /mail/Makefile | |
parent | b437d075f7241bd1b88d24527480d899b883da9f (diff) |
This is a simple and small POP3 daemon implementation designed for
Maildir support. It have direct support for authenticating regular
unix users, has UIDL command support, can access maildirs in
non-default location, and have support for external (pre-)authenticators.
PR: ports/99704
Submitted by: Alexander Logvinov <info@logvinov.com>
Notes
Notes:
svn path=/head/; revision=166743
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 938f29bc673e..4c8a57f6c5ba 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -204,6 +204,7 @@ SUBDIR += mboxgrep SUBDIR += mboxstats SUBDIR += mbx2mbox + SUBDIR += mdpop3d SUBDIR += mess822 SUBDIR += messagewall SUBDIR += metamail |