Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jan 2007 21:09:17 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail Makefile ports/mail/p5-qpsmtpd Makefile distinfo pkg-descr pkg-plist ports/mail/p5-qpsmtpd/files qpsmtpd.sh.in
Message-ID:  <200701092109.l09L9HRF048908@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
miwi        2007-01-09 21:09:17 UTC

  FreeBSD ports repository

  Modified files:
    mail                 Makefile 
  Added files:
    mail/p5-qpsmtpd      Makefile distinfo pkg-descr pkg-plist 
    mail/p5-qpsmtpd/files qpsmtpd.sh.in 
  Log:
  Qpsmtpd started as a replacement daemon for the SMTP receiver (qmail-smtpd)
  from the qmail mail transport agent (MTA). qmail-smtpd has a number of
  shortcomings (e.g. being unable to check the validity of a recipient mail
  address) and is written in C which makes it burdensome to modify and extend.
  Qpsmtpd, on the other hand, is written in pure perl and can be customized
  easily. It consists of a core that implements a complete SMTP server, and a
  number of plugins/modules which control the operations. Such plugins
  include plugins to check the recipient and sender as well as plugins for
  virus scanning, spam checking, blocking lists (dns and rhs), AUTH and TLS.
  Qpsmtpd can not only be used with qmail but also with e.g. postfix and
  exim. It can also write messages to a Maildir or forward it to a remote
  host without buffering.
  
  WWW: http://smtpd.develooper.com/
  
  PR:             ports/107668
  Submitted by:   Zane C. Bowers
  
  Revision  Changes    Path
  1.825     +1 -0      ports/mail/Makefile
  1.1       +76 -0     ports/mail/p5-qpsmtpd/Makefile (new)
  1.1       +3 -0      ports/mail/p5-qpsmtpd/distinfo (new)
  1.1       +78 -0     ports/mail/p5-qpsmtpd/files/qpsmtpd.sh.in (new)
  1.1       +14 -0     ports/mail/p5-qpsmtpd/pkg-descr (new)
  1.1       +92 -0     ports/mail/p5-qpsmtpd/pkg-plist (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701092109.l09L9HRF048908>