diff options
author | markm <markm@FreeBSD.org> | 1996-07-06 19:13:58 +0800 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 1996-07-06 19:13:58 +0800 |
commit | b84168ee748469587fcfb5434c36eb5609997b3b (patch) | |
tree | fac542abd255693cd11cdd15d6194849228b8deb /mail/exim-old/pkg-descr | |
parent | 105dcf50ef3ccda2142c2430cfef9ab3775aa011 (diff) | |
download | freebsd-ports-gnome-b84168ee748469587fcfb5434c36eb5609997b3b.tar.gz freebsd-ports-gnome-b84168ee748469587fcfb5434c36eb5609997b3b.tar.zst freebsd-ports-gnome-b84168ee748469587fcfb5434c36eb5609997b3b.zip |
Add Exim. Exim is a high performance sendmail replacement (except no UUCP)
wiyh powerful retry/requeue and management features.
Written by Philip Hazel of Cambridge University.
OKed by: asami
Diffstat (limited to 'mail/exim-old/pkg-descr')
-rw-r--r-- | mail/exim-old/pkg-descr | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/exim-old/pkg-descr b/mail/exim-old/pkg-descr new file mode 100644 index 000000000000..ffc90bf0c43f --- /dev/null +++ b/mail/exim-old/pkg-descr @@ -0,0 +1,15 @@ +Exim is a mail transfer agent for Unix systems connected to the Internet. + + . Exim is intended for use as an Internet mailer, and therefore handles + addresses in RFC 822 domain format only. + + . The only external transport currently implemented is an SMTP transport + over a TCP/IP network (using sockets). A pipe transport is available, + and this could be used to send messages to some other transport mechanism. + + . Exim is very configurable, and its management is very powerful. It can + be configured to be "fussy" about certain hosts or domains, and + can easily serve multiple domains. + + . Its requeuing and retry algorithms are very powerful. + |