aboutsummaryrefslogtreecommitdiff
path: root/mail/p5-qpsmtpd
Commit message (Collapse)AuthorAgeFilesLines
* - stray \Philip M. Gollucci2010-04-301-1/+1
| | | | Notes: svn path=/head/; revision=253485
* - Make mod_perl/apache optionalPhilip M. Gollucci2010-04-301-2/+7
| | | | | | | | Requested by: Jochem Oosterveen <jochem@oosterveen.net> (via e-mail) With Hat: perl@ Notes: svn path=/head/; revision=253484
* - Send my final p5- ports to perl@Philip M. Gollucci2010-04-291-1/+1
| | | | Notes: svn path=/head/; revision=253432
* - Fix dependencyPhilip M. Gollucci2010-04-281-1/+2
| | | | | | | | PR: ports/141688 [1] Reported by: pav via -exp run for [1] Notes: svn path=/head/; revision=253386
* - Update to 0.84Philip M. Gollucci2010-04-272-4/+4
| | | | Notes: svn path=/head/; revision=253321
* - Rework the rc.d scriptPhilip M. Gollucci2010-01-032-83/+40
| | | | | | | Submitted by: dougb & Glen Barber <glen.j.barber@gmail.com> Notes: svn path=/head/; revision=247075
* - Update to 0.83Philip M. Gollucci2009-12-263-6/+6
| | | | | | | [rc.d script needs lots of work] Notes: svn path=/head/; revision=246728
* - Forgot to bump PORTREVISIONPhilip M. Gollucci2009-12-101-0/+1
| | | | Notes: svn path=/head/; revision=245484
* Apply the following fixes to the rc.d scriptPhilip M. Gollucci2009-12-101-2/+23
| | | | | | | | | | | | | - contains a typo - does not daemonize the process by default - does not check if the process is currently running - does not provide output to STDOUT on start-up, shutdown, or when errors are encountered PR: ports/141330 Submitted by: Glen Barber <glen.j.barber@gmail.com> Notes: svn path=/head/; revision=245483
* - Update to 0.82Philip M. Gollucci2009-06-072-5/+4
| | | | Notes: svn path=/head/; revision=235397
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Fix pkg-plist when NOPORT* are NOT definedPhilip M. Gollucci2009-05-102-2/+1
| | | | | | | | | - Bump PORTREVISION Reported by: pav via pointyhat Notes: svn path=/head/; revision=233659
* - Update to 0.81Philip M. Gollucci2009-05-014-122/+123
| | | | | | | | | | | | - Fix NOPORTEXAMPLES - DISTNAME isn't needed - Move text to pkg-message and use SUB_FILES for pkg-message - *Dramatically* cleanup Depends Unconditionally depend on mod_perl for a persistent framework - sort cleanup pkg-plist Notes: svn path=/head/; revision=233020
* - Depend on mail/p5-Clamd which required security/clamavPhilip M. Gollucci2008-12-252-3/+3
| | | | | | | | | - Rename files/qpsmtpd.sh.in -> files/qpsmtpd.in Approved by: araujo (mentor, implicit) Notes: svn path=/head/; revision=224743
* - Update security/clamav to 0.94 [1] and fix a remote DoS [2]Renato Botelho2008-09-151-1/+1
| | | | | | | | | | | | | | - Chase libclamav version bump on all dependant ports - Bump necessary PORTREVISIONS - Fix some BROKEN messages from ports that were already broken with clamav-0.93 - Mark security/klamav as BROKEN since it doesn't build with clamav-0.94 PR: ports/127122 [1], ports/127310 [2] Submitted by: Gary Palmer <freebsd-gnats@in-addr.com> [1], delphij [2] Approved by: portmgr (pav) Notes: svn path=/head/; revision=220390
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - 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