diff options
author | novel <novel@FreeBSD.org> | 2006-07-02 13:09:15 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-07-02 13:09:15 +0800 |
commit | 357015ac85e14121d80fd820263b60905405763c (patch) | |
tree | 37612d675fcf523b304f510c8b1982c80573c365 /mail/Makefile | |
parent | 6cc5946848e096375ff2ff2adb7bfaa8318ae6e5 (diff) | |
download | freebsd-ports-gnome-357015ac85e14121d80fd820263b60905405763c.tar.gz freebsd-ports-gnome-357015ac85e14121d80fd820263b60905405763c.tar.zst freebsd-ports-gnome-357015ac85e14121d80fd820263b60905405763c.zip |
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>
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 |