diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 19:59:36 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2001-06-11 19:59:36 +0800 |
commit | a01baf59aa3cfb2dab06ff9ba2641d5857adeded (patch) | |
tree | ad8f24269a13f684413be9342c04fdd7e674586f /mail/exim-ldap | |
parent | 9a3bf034291fa51812a2d9d59e6b9746a3776be6 (diff) | |
download | freebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.tar.gz freebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.tar.zst freebsd-ports-gnome-a01baf59aa3cfb2dab06ff9ba2641d5857adeded.zip |
Add slave ports for Exim so that packages will be built for Exim
that include support for LDAP, mySQL and Postgres lookups.
Diffstat (limited to 'mail/exim-ldap')
-rw-r--r-- | mail/exim-ldap/pkg-comment | 1 | ||||
-rw-r--r-- | mail/exim-ldap/pkg-descr | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/mail/exim-ldap/pkg-comment b/mail/exim-ldap/pkg-comment new file mode 100644 index 000000000000..a862bdff5618 --- /dev/null +++ b/mail/exim-ldap/pkg-comment @@ -0,0 +1 @@ +High performance MTA for Unix systems on the Internet diff --git a/mail/exim-ldap/pkg-descr b/mail/exim-ldap/pkg-descr new file mode 100644 index 000000000000..e7b7d4118545 --- /dev/null +++ b/mail/exim-ldap/pkg-descr @@ -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/ |