Commit graph

8 commits

Author SHA1 Message Date
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Chris Rees
c5534bb804 Correct pkg-message to use EXAMPLESDIR and DATADIR
PR:		ports/159731
Submitted by:	gjb
2011-08-13 07:47:31 +00:00
Philip M. Gollucci
ada9c889a7 - Rework the rc.d script
Submitted by:   dougb & Glen Barber <glen.j.barber@gmail.com>
2010-01-03 21:17:21 +00:00
Philip M. Gollucci
06ab6eb715 Apply the following fixes to the rc.d script
- 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>
2009-12-10 05:07:07 +00:00
Philip M. Gollucci
c5a8c79280 - Update to 0.81
- 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
2009-05-01 01:24:57 +00:00
Philip M. Gollucci
506e1e158a - Depend on mail/p5-Clamd which required security/clamav
- Rename files/qpsmtpd.sh.in -> files/qpsmtpd.in

Approved by:  araujo (mentor, implicit)
2008-12-25 14:55:17 +00:00
Marcelo Araujo
eef7cd0f96 - Fix RC script.
- Bump PORTREVISION.

PR:		ports/115424
Submitted by:	Zane C. B. <vvelox@vvelox.net> (maintainer)
Approved by:	itetcu (mentor)
2007-08-17 02:31:45 +00:00
Martin Wilke
f5ec9f1ea3 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
2007-01-09 21:09:17 +00:00