77eebb3972
3.0.5 include: * Implemented IMAP and POP3 proxy aggregator. With a proxy aggregator, the mail accounts are split between multiple, independent servers, with an IMAP/POP3 server running on each individual server. A separate, proxy server sits in front and accepts ordinary IMAP and POP3 connections. It reads the login ID, determines which server the account is located on, connects to the server, and logs in. Then, for the lifetime on the login session the front-end server takes itself out of the loop, and forwards all session traffic between the IMAP/POP3 client, and the back-end server. * Use courier-authlib for user authentication. * IPv6 support. * Minor bug fixes. Please note when updating that the locations of the userdb files has changed to be within the courier-authlib config directory, e.g. /usr/pkg/etc/authlib/userdb*.
40 lines
1.2 KiB
Text
40 lines
1.2 KiB
Text
@comment $NetBSD: PLIST,v 1.11 2005/02/18 22:12:46 jlam Exp $
|
|
bin/couriertls
|
|
bin/imapd
|
|
libexec/courier/courierpop3d
|
|
libexec/courier/courierpop3login
|
|
libexec/courier/imaplogin
|
|
man/man1/couriertcpd.1
|
|
man/man8/courierimapd.8
|
|
man/man8/courierpop3d.8
|
|
man/man8/mkimapdcert.8
|
|
man/man8/mkpop3dcert.8
|
|
sbin/couriertcpd
|
|
sbin/imapd
|
|
sbin/imapd-ssl
|
|
sbin/mkimapdcert
|
|
sbin/mkpop3dcert
|
|
sbin/pop3d
|
|
sbin/pop3d-ssl
|
|
share/courier/imapd
|
|
share/courier/imapd-ssl
|
|
share/courier/mkimapdcert
|
|
share/courier/mkpop3dcert
|
|
share/courier/pop3d
|
|
share/courier/pop3d-ssl
|
|
share/doc/courier/imap/BUGS.html
|
|
share/doc/courier/imap/README.html
|
|
share/doc/courier/imap/README.proxy.html
|
|
share/examples/courier/imap.pam
|
|
share/examples/courier/imapd-ssl.dist
|
|
share/examples/courier/imapd.cnf
|
|
share/examples/courier/imapd.dist
|
|
share/examples/courier/pop3.pam
|
|
share/examples/courier/pop3d-ssl.dist
|
|
share/examples/courier/pop3d.cnf
|
|
share/examples/courier/pop3d.dist
|
|
@unexec ${RMDIR} -p %D/share/examples/courier 2>/dev/null || ${TRUE}
|
|
@dirrm share/doc/courier/imap
|
|
@unexec ${RMDIR} -p %D/share/doc/courier 2>/dev/null || ${TRUE}
|
|
@unexec ${RMDIR} -p %D/share/courier 2>/dev/null || ${TRUE}
|
|
@unexec ${RMDIR} -p %D/libexec/courier 2>/dev/null || ${TRUE}
|