5f60d5c020
courier-0.53.1 as mail/courier-mta. The Courier mail transfer agent (MTA) is a modular multiprotocol mail server that's designed to strike a balance between reasonable performance, flexibility and features. This package differs from traditional courier-mta packages in that the webmail, imap/pop3, and maildrop components are not included because they are supplied by the mail/sqwebmail, mail/courier-imap, and mail/maildrop packages, respectively. When Courier-MTA is installed together with Courier-IMAP and SqWebMail, they form an integrated mail/groupware server suite that provides ESMTP, IMAP, POP3, webmail, and mailing list services within a single, consistent, framework. A web-based administration and configuration tool is included for comprehensive configuration of the entire Courier software suite. Many thanks to Yarema <yds@CoolRat.org> whose Courier port for FreeBSD was an invaluable reference.
13 lines
612 B
Text
13 lines
612 B
Text
$NetBSD: patch-af,v 1.1.1.1 2006/04/28 18:10:21 jlam Exp $
|
|
|
|
--- courier/filters/perlfilter/Makefile.in.orig 2006-02-05 19:35:20.000000000 -0500
|
|
+++ courier/filters/perlfilter/Makefile.in
|
|
@@ -206,7 +206,7 @@ target_alias = @target_alias@
|
|
EXTRA_DIST = perlfilter-wrapper.pl perlfilter-example.pl
|
|
BUILT_SOURCES = filtersocketdir.h wrapperpl.h xsinit.c
|
|
CLEANFILES = $(BUILT_SOURCES) permissions.dat
|
|
-filterbindir = $(libexecdir)/filters
|
|
+filterbindir = $(libexecdir)/courier/filters
|
|
scriptdir = $(datadir)
|
|
script_SCRIPTS = perlfilter-wrapper.pl perlfilter-example.pl
|
|
filtersocketdir = $(localstatedir)/filters
|