Bug 107668 - New Port: mail/p5-qpsmtpd A flexible SMTP daemon written in Perl and featuring a plugin API.
Summary: New Port: mail/p5-qpsmtpd A flexible SMTP daemon written in Perl and featuri...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-08 01:00 UTC by kitsune
Modified: 2007-01-09 21:10 UTC (History)
0 users

See Also:


Attachments
p5-qpsmtpd.shar (10.07 KB, text/plain)
2007-01-08 01:00 UTC, kitsune
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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"