aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-qpsmtpd
Commit message (Collapse)AuthorAgeFilesLines
...
* - Include some ports in perl5 category.Marcelo Araujo2008-05-191-1/+1
| | | | | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr) Notes: svn path=/head/; revision=213332
* - Pass maintainership to pgollucci p6m7g8.comThomas Abthorpe2008-03-231-1/+1
| | | | | | | | PR: ports/121978 Submitted by: Zane C.B. <vvelox vvelox.net> (maintainer) Notes: svn path=/head/; revision=209639
* - Fix RC script.Marcelo Araujo2007-08-172-1/+2
| | | | | | | | | | | - Bump PORTREVISION. PR: ports/115424 Submitted by: Zane C. B. <vvelox@vvelox.net> (maintainer) Approved by: itetcu (mentor) Notes: svn path=/head/; revision=197828
* - s/INSTALL_SHARE/INSTALL_DATA/Roman Bogorodskiy2007-08-071-1/+2
| | | | | | | | | - bump PORTREVISION Submitted by: araujo Notes: svn path=/head/; revision=197303
* - Update to 0.40.Marcelo Araujo2007-08-063-32/+63
| | | | | | | | | PR: ports/113611 Submitted by: Z.C.B. <vvelox@vvelox.net> (maintainer) Approved by: pav (portmgr, in mentor's absence) Notes: svn path=/head/; revision=197240
* Qpsmtpd started as a replacement daemon for the SMTP receiver (qmail-smtpd)Martin Wilke2007-01-095-0/+263
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 Notes: svn path=/head/; revision=181881