cvs commit: ports/mail Makefile ports/mail/jboss-mailservices Makefile distinfo pkg-descr

Herve Quiroz hq at FreeBSD.org
Tue Jan 11 02:08:05 PST 2005


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)


More information about the cvs-ports mailing list