1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add slave ports for Exim so that packages will be built for Exim

that include support for LDAP, mySQL and Postgres lookups.
This commit is contained in:
Sheldon Hearn 2001-06-11 12:00:06 +00:00
parent 445e19ffe8
commit 2be0db1fbc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43840
6 changed files with 36 additions and 0 deletions

View File

@ -32,6 +32,7 @@
SUBDIR += exim
SUBDIR += exim-ldap
SUBDIR += exim-mysql
SUBDIR += exim-postgresql
SUBDIR += exmh2
SUBDIR += ezmlm
SUBDIR += ezmlm-idx

View File

@ -0,0 +1 @@
High performance MTA for Unix systems on the Internet

View File

@ -0,0 +1,9 @@
Exim is a mail transfer agent for Unix systems connected to the Internet.
It is a monolithic MTA designed to be a command line compatible drop-in
replacement for Sendmail.
Exim is an excellent mailer for an ISP, as its control and flexibility
are very good and its requeing and retry algorithms are very powerful.
Exim's configuration syntax is simple and well documented.
WWW: http://www.exim.org/

View File

@ -0,0 +1,15 @@
# New ports collection makefile for: exim-postgresql
# Date created: 11 Jun 2001
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -postgresql
CATEGORIES= mail
PKGDIR= ../exim
FILESDIR= ${PKGDIR}/files
WITH_PGSQL= yes
.include "../exim/Makefile"

View File

@ -0,0 +1 @@
High performance MTA for Unix systems on the Internet

View File

@ -0,0 +1,9 @@
Exim is a mail transfer agent for Unix systems connected to the Internet.
It is a monolithic MTA designed to be a command line compatible drop-in
replacement for Sendmail.
Exim is an excellent mailer for an ISP, as its control and flexibility
are very good and its requeing and retry algorithms are very powerful.
Exim's configuration syntax is simple and well documented.
WWW: http://www.exim.org/