Date: Tue, 11 Jan 2005 10:08:04 +0000 (UTC) From: Herve Quiroz <hq@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/mail Makefile ports/mail/jboss-mailservices Makefile distinfo pkg-descr Message-ID: <200501111008.j0BA84Ne061029@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hq 2005-01-11 10:08:04 UTC
FreeBSD ports repository
Modified files:
mail Makefile
Added files:
mail/jboss-mailservices Makefile distinfo pkg-descr
Log:
JBossMail was created to enable JBoss to serve as an email server.
JBossMail currently consists of:
* Core Server - which provides thread pooling, connection handling, and
timeout configuration.
* POP Protocol Implementation - plugs into the Server MBean to provide a
POP implementation.
* SMTP Server - plugs into the Server MBean to provide an SMTP protocol
implementation.
* Mail Listeners - plug into the SMTP server to forward mail to the various
backends. Currently the JMSMailListener is provided. It forwards mails
to various JBossMQ queues. Message Driven Beans for remote and local
delivery are also provided.
* Mailbox implementations - provides backends to the mail server. Presently
an EJB Entity-based version is provided.
* SMTPSender - uses JavaMail to mail messages to remote servers
* Test suite - JUnit tests for the various portions of mail services.
Includes a few services including mock-jndi.
WWW: http://www.jboss.org/products/mailservices
Revision Changes Path
1.606 +1 -0 ports/mail/Makefile
1.1 +39 -0 ports/mail/jboss-mailservices/Makefile (new)
1.1 +2 -0 ports/mail/jboss-mailservices/distinfo (new)
1.1 +21 -0 ports/mail/jboss-mailservices/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501111008.j0BA84Ne061029>
