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:
parent
445e19ffe8
commit
2be0db1fbc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43840
@ -32,6 +32,7 @@
|
||||
SUBDIR += exim
|
||||
SUBDIR += exim-ldap
|
||||
SUBDIR += exim-mysql
|
||||
SUBDIR += exim-postgresql
|
||||
SUBDIR += exmh2
|
||||
SUBDIR += ezmlm
|
||||
SUBDIR += ezmlm-idx
|
||||
|
1
mail/exim-mysql/pkg-comment
Normal file
1
mail/exim-mysql/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
High performance MTA for Unix systems on the Internet
|
9
mail/exim-mysql/pkg-descr
Normal file
9
mail/exim-mysql/pkg-descr
Normal 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/
|
15
mail/exim-postgresql/Makefile
Normal file
15
mail/exim-postgresql/Makefile
Normal 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"
|
1
mail/exim-postgresql/pkg-comment
Normal file
1
mail/exim-postgresql/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
High performance MTA for Unix systems on the Internet
|
9
mail/exim-postgresql/pkg-descr
Normal file
9
mail/exim-postgresql/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user