diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 04:51:41 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2000-10-14 04:51:41 +0000 |
commit | 3413cbbc02ffde809103605506e9bccbf3990dd2 (patch) | |
tree | fef6349e58b53ee9b6d05464a519deed8af8f2a0 /mail/sendmail/pkg-descr | |
parent | f09259c5eba0218895a2e588728723966b99265e (diff) | |
download | FreeBSD-ports-3413cbbc02ffde809103605506e9bccbf3990dd2.zip FreeBSD-ports-3413cbbc02ffde809103605506e9bccbf3990dd2.tar.gz |
New port for the sendmail MTA.
PR: 18415
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Reviewed by: will
Diffstat (limited to 'mail/sendmail/pkg-descr')
-rw-r--r-- | mail/sendmail/pkg-descr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/sendmail/pkg-descr b/mail/sendmail/pkg-descr new file mode 100644 index 0000000..21e2ecf --- /dev/null +++ b/mail/sendmail/pkg-descr @@ -0,0 +1,11 @@ +Sendmail implements a general purpose internetwork mail routing facility +under the UNIX operating system. It is not tied to any one transport +protocol - its function may be likened to a crossbar switch, relaying +messages from one domain into another. In the process, it can do a limited +amount of message header editing to put the message into a format that is +appropriate for the receiving domain. All of this is done under the +control of a configuration file. + +Sendmail is a trademark of Sendmail, Inc. + +WWW: http://www.sendmail.org/ |