Bug 107668

Summary: New Port: mail/p5-qpsmtpd A flexible SMTP daemon written in Perl and featuring a plugin API.
Product: Ports & Packages Reporter: kitsune <v.velox>
Component: Individual Port(s)Assignee: Martin Wilke <miwi>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
p5-qpsmtpd.shar none

Description kitsune 2007-01-08 01:00:34 UTC

    
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2007-01-08 08:04:14 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-01-08 11:53:55 UTC
State Changed
From-To: open->feedback

Ask for maintainer fix.
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2007-01-09 21:09:06 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-01-09 21:09:27 UTC
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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"