summaryrefslogtreecommitdiff
path: root/mail/smtpfeed/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'mail/smtpfeed/pkg')
-rw-r--r--mail/smtpfeed/pkg/COMMENT1
-rw-r--r--mail/smtpfeed/pkg/DESCR17
-rw-r--r--mail/smtpfeed/pkg/MESSAGE18
-rw-r--r--mail/smtpfeed/pkg/PLIST18
4 files changed, 54 insertions, 0 deletions
diff --git a/mail/smtpfeed/pkg/COMMENT b/mail/smtpfeed/pkg/COMMENT
new file mode 100644
index 00000000000..a30f9c546be
--- /dev/null
+++ b/mail/smtpfeed/pkg/COMMENT
@@ -0,0 +1 @@
+SMTP Fast Exploding External Deliverer for Sendmail
diff --git a/mail/smtpfeed/pkg/DESCR b/mail/smtpfeed/pkg/DESCR
new file mode 100644
index 00000000000..d2e0af3c32e
--- /dev/null
+++ b/mail/smtpfeed/pkg/DESCR
@@ -0,0 +1,17 @@
+SMTP feed -- SMTP Fast Exploding External Deliverer for Sendmail
+
+Smtpfeed is a SMTP delivery agent which is called by sendmail, and it
+improves required time to complete delivery of copies of a message to
+recipients of huge number.
+
+This delay of delivery by sendmail causes by the fact that implementation
+of SMTP delivery routine in sendmail processes all delivery in a series.
+By this reason, when it takes long time for delivery to one recipient
+which is in a huge list, delivery to following recipients is greatly
+influenced.
+
+To avoid such a problem, delivery agents should be implemented so that
+a delivery is not influenced by preceding delivery: DNS query and
+SMTP delivery par destination should be processed in parallel.
+Smtpfeed is the SMTP delivery agent for sendmail implemented with this
+idea.
diff --git a/mail/smtpfeed/pkg/MESSAGE b/mail/smtpfeed/pkg/MESSAGE
new file mode 100644
index 00000000000..c728f8e81b3
--- /dev/null
+++ b/mail/smtpfeed/pkg/MESSAGE
@@ -0,0 +1,18 @@
+**************************************************************
+smtpfeed is installed into /usr/local/libexec/smtpfeed.
+You'll need to perform 3 steps, (a) to (c), to make smtpfeed
+work:
+ (a) replace /etc/sendmail.cf
+ (b) replace sendmail with the patched sendmail
+ (c) setting up /etc/syslog.conf
+
+(a) depends on what kind of configuration tool you are using
+with sendmail.cf. Read through documentation in
+/usr/local/share/doc/smtpfeed for details.
+(b) can be done by performing "make install-sendmail" in the
+port directory.
+WARNING: Existing sendmail will be overwritten right away!
+Backup by yourself for safety.
+(c) is the easiest of the three items; see file named INSTALL
+in /usr/local/share/doc/smtpfeed.
+**************************************************************
diff --git a/mail/smtpfeed/pkg/PLIST b/mail/smtpfeed/pkg/PLIST
new file mode 100644
index 00000000000..17ae49863bd
--- /dev/null
+++ b/mail/smtpfeed/pkg/PLIST
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/11/29 08:06:33 itojun Exp $
+libexec/smtpfeed
+share/doc/smtpfeed/COPYRIGHT
+share/doc/smtpfeed/FEATURES
+share/doc/smtpfeed/FEATURES.j
+share/doc/smtpfeed/FYI
+share/doc/smtpfeed/FYI.j
+share/doc/smtpfeed/INSTALL
+share/doc/smtpfeed/INSTALL.j
+share/doc/smtpfeed/OPTIONS
+share/doc/smtpfeed/OPTIONS.j
+share/doc/smtpfeed/README
+share/doc/smtpfeed/README.j
+share/doc/smtpfeed/RELEASE.NOTE
+share/doc/smtpfeed/SIGNAL
+share/doc/smtpfeed/SIGNAL.j
+share/doc/smtpfeed/TODO
+@dirrm share/doc/smtpfeed